org.gnu.gnome
public class IconEntry extends VBox
| Constructor Summary | |
|---|---|
| IconEntry(String historyId, String dialogTitle)
Construct a new IconEntry | |
| IconEntry(Handle handle)
Construct a new IconEntry from a handle to a native resource. | |
| Method Summary | |
|---|---|
| void | addListener(IconEntryListener listener)
Register an object to handle IconEntry events.
|
| Class | getEventListenerClass(String signal) |
| EventType | getEventType(String signal) |
| String | getFilename()
Retrieve the filename of the icon selected |
| static IconEntry | getIconEntry(Handle handle)
Internal static factory method to be used by Java-Gnome only. |
| static Type | getType()
Retrieve the runtime type used by the GLib library. |
| void | removeListener(IconEntryListener listener)
Removes a listener
|
| void | setBrowseDialogTitle(String browseDialogTitle)
Set the title for the Browse Dialog. |
| void | setFilename(String filename)
Set the filename of an icon. |
| void | setHistoryId(String id)
Set the history id |
| void | setMaxSaved(int maxSaved)
Sets the maximum number of save entries in the browse dialog.
|
| void | setSubdirectory(String subdir)
Set the subdirectory in which to look for icons. |
See Also: IconEntryListener
See Also: addListener
Parameters: maxSaved