- ECheckResult - Class in no.g9.client.support
-
The enumeration of legal return values from hooks.
- EDIT_MENU - Static variable in class no.g9.client.component.menu.G9Menu
-
Constant denoting that the menu is an edit menu.
- editCellAt(int, int) - Method in class no.g9.client.support.G9Table
-
- EDITED - Static variable in interface no.g9.client.support.ObjectSelectionNode
-
The state that occures when an initially CLEAR node has been altered by
the user.
- editField(Object, String) - Method in interface no.g9.client.support.ListblockLine
-
- editFieldOS(Object, String) - Method in interface no.g9.client.support.ListblockLine
-
Edits cell in the given listblock line, where the object is 'type' (the
related object node) and column is 'fieldName' (named in g9).
- editingAboutToBegin() - Method in class no.g9.client.component.G9ComboBox
-
Internal use! Will not be implemented until editable listblock is
supported.
- editor - Variable in class no.g9.client.component.G9ComboBoxEditor
-
The editor component
- editorComponent - Variable in class no.g9.client.support.JComponentCellEditor
-
The editor component
- elements() - Method in class no.g9.client.support.NodeInfoList
-
Returns an enumeration of the list's elements.
- EnableEvent - Class in no.g9.client.event
-
The enable event, signalling that a component has been enabled.
- EnableEvent(Object, boolean, boolean) - Constructor for class no.g9.client.event.EnableEvent
-
Constructs a new enable event
- EnableListener - Interface in no.g9.client.event
-
The listener interface for enabled events
- EnableManager - Class in no.g9.client.component
-
Class used for mangaing enabling and disabling components implementing the
EnableNotifier interface.
- EnableManager() - Constructor for class no.g9.client.component.EnableManager
-
- EnableNotifier - Interface in no.g9.client.event
-
A notifier interface.
- enqueue(Runnable) - Method in class no.g9.client.support.G9Worker
-
Puts a task on the queue.
- enqueueTask(Object, Runnable) - Static method in class no.g9.client.support.G9Worker
-
Thread-safe enqueuing of task on a G9Worker.
- EnumeratorDocument - Class in no.g9.client.support
-
The class controlling how enumerators are displayed in text components.
- EnumeratorDocument(int, String, String, int, G9Enums, Class) - Constructor for class no.g9.client.support.EnumeratorDocument
-
Constructs a new EnumeratorDocument
- equals(Object) - Method in class no.g9.client.support.RoleObject
-
Two role objects are considered equal if they have the same role name.
- EventBlocker - Class in no.g9.client.support
-