- G9_DIALOG_CREATED - Static variable in class no.g9.client.event.G9WindowEvent
-
The "dialog created" event.
- G9_DIALOG_FIRST - Static variable in class no.g9.client.event.G9WindowEvent
-
The first number in the range of IDs used for g9 window events.
- G9_DIALOG_HIDDEN - Static variable in class no.g9.client.event.G9WindowEvent
-
The "dialog hidden" event.
- G9_DIALOG_LAST - Static variable in class no.g9.client.event.G9WindowEvent
-
The last number in the range of IDs used for g9 window events.
- G9_DIALOG_VISIBLE - Static variable in class no.g9.client.event.G9WindowEvent
-
The "dialog visible" event.
- g9Accelerator(KeyEvent) - Method in interface no.g9.client.support.G9DialogController
-
Callback from keyevents pass through this method.
- G9ActionEventHolder - Class in no.g9.client.event
-
The class responsible for holding an event
- G9ActionEventHolder(ActionEvent) - Constructor for class no.g9.client.event.G9ActionEventHolder
-
Default constructor
- G9Button - Class in no.g9.client.component
-
The class representing a button
- G9Button() - Constructor for class no.g9.client.component.G9Button
-
Creates a button with no set text or icon.
- G9Button(String) - Constructor for class no.g9.client.component.G9Button
-
Creates a button with text.
- G9Button(Action) - Constructor for class no.g9.client.component.G9Button
-
Creates a button where properties are taken from the Action
supplied.
- G9Button(Icon) - Constructor for class no.g9.client.component.G9Button
-
Creates a button with an icon.
- G9Button(String, Icon) - Constructor for class no.g9.client.component.G9Button
-
Creates a button with initial text and an icon.
- G9ButtonGroup - Class in no.g9.client.component
-
The button group class, used to group radio buttons.
- G9ButtonGroup() - Constructor for class no.g9.client.component.G9ButtonGroup
-
Default constructor.
- G9ButtonGroup.ComponentGroup - Class in no.g9.client.component
-
Since the radio button group some times needs to be considered
as a Swing component, this class can act on behalf of the radio
group.
- G9ChangeEventHolder - Class in no.g9.client.event
-
Event holder, holding a change event
- G9ChangeEventHolder(ChangeEvent) - Constructor for class no.g9.client.event.G9ChangeEventHolder
-
Creates a new instance.
- G9CheckBox - Class in no.g9.client.component
-
In addition to being a JCheckBox, the G9CheckBox implements the
G9ValueState interface, which makes it possible to quire about the change
status of the check box.
- G9CheckBox() - Constructor for class no.g9.client.component.G9CheckBox
-
Creates an initially unselected check box button with no text, no icon.
- G9CheckBox(String) - Constructor for class no.g9.client.component.G9CheckBox
-
Creates an initially unselected check box with text.
- G9CheckBox(String, boolean) - Constructor for class no.g9.client.component.G9CheckBox
-
Creates a check box with text and specifies whether or not it is
initially selected.
- G9CheckBox(Action) - Constructor for class no.g9.client.component.G9CheckBox
-
Creates a check box where properties are taken from the Action supplied.
- G9CheckBox(Icon) - Constructor for class no.g9.client.component.G9CheckBox
-
Creates an initially unselected check box with an icon.
- G9CheckBox(Icon, boolean) - Constructor for class no.g9.client.component.G9CheckBox
-
Creates a check box with an icon and specifies whether or not it is
initially selected.
- G9CheckBox(String, Icon) - Constructor for class no.g9.client.component.G9CheckBox
-
Creates an initially unselected check box with the specified text and
icon.
- G9CheckBox(String, Icon, boolean) - Constructor for class no.g9.client.component.G9CheckBox
-
Creates a check box with text and icon, and specifies whether or not it
is initially selected.
- G9ComboBox - Class in no.g9.client.component
-
The class representing a combo box.
- G9ComboBox() - Constructor for class no.g9.client.component.G9ComboBox
-
Creates a JComboBox with a default data model.
- G9ComboBox.SelectionManager - Class in no.g9.client.component
-
The class for managing selections by key stroke on a non-searchable combo
box.
- G9ComboBoxEditor - Class in no.g9.client.component
-
The editor used to edit the selected value of a combo box.
- G9ComboBoxEditor(G9ComboBox) - Constructor for class no.g9.client.component.G9ComboBoxEditor
-
Constructs a new editor.
- G9ComboBoxModel - Class in no.g9.client.component
-
The combo box model class, keeping track of the values in the combo box.
- G9ComboBoxModel() - Constructor for class no.g9.client.component.G9ComboBoxModel
-
Constructs an empty G9ComboBoxModel object.
- G9ComboBoxModel(Object[]) - Constructor for class no.g9.client.component.G9ComboBoxModel
-
Constructs a G9ComboBoxModel object initialized with an array of
objects.
- G9ComboBoxModel(Vector<?>) - Constructor for class no.g9.client.component.G9ComboBoxModel
-
Constructs a G9ComboBoxModel object initialized with a vector.
- G9ComponentEventHolder - Class in no.g9.client.event
-
The event holder for component events.
- G9ComponentEventHolder(ComponentEvent) - Constructor for class no.g9.client.event.G9ComponentEventHolder
-
Creates a new instance of this event holder.
- G9DataEvent - Class in no.g9.client.event
-
The data event class
- G9DataEvent() - Constructor for class no.g9.client.event.G9DataEvent
-
Default empty constructor
- G9DataEvent(long, String, Object) - Constructor for class no.g9.client.event.G9DataEvent
-
Creates a new data event.
- g9DataEvent(G9DataEvent) - Method in interface no.g9.client.support.G9DialogController
-
Is called when someone sends a data event to the application.
- G9DesktopPane - Class in no.g9.client.component
-
g9 desktop pane extends the JDesktopPane, providing actions and methods
for tiling and cascading internal frames.
- G9DesktopPane() - Constructor for class no.g9.client.component.G9DesktopPane
-
Creates a new JDesktopPane.
- G9DesktopPane.CascadeAction - Class in no.g9.client.component
-
Inner class representing the cascade action.
- G9DesktopPane.TileAction - Class in no.g9.client.component
-
Inner class representing the tile action.
- G9DialogBox - Class in no.g9.client.component
-
The class representing a dialog box.
- G9DialogBox() - Constructor for class no.g9.client.component.G9DialogBox
-
Creates a non-modal dialog without a title and without a specified
Frame owner.
- G9DialogBox(Dialog) - Constructor for class no.g9.client.component.G9DialogBox
-
Creates a non-modal dialog without a title with the specified
Dialog as its owner.
- G9DialogBox(Dialog, boolean) - Constructor for class no.g9.client.component.G9DialogBox
-
Creates a modal or non-modal dialog without a title and with the
specified owner dialog.
- G9DialogBox(Frame) - Constructor for class no.g9.client.component.G9DialogBox
-
Creates a non-modal dialog without a title with the specified
Frame as its owner.
- G9DialogBox(Frame, boolean) - Constructor for class no.g9.client.component.G9DialogBox
-
Creates a modal or non-modal dialog without a title and with the
specified owner Frame.
- G9DialogBox(Dialog, String) - Constructor for class no.g9.client.component.G9DialogBox
-
Creates a non-modal dialog with the specified title and with the
specified owner dialog.
- G9DialogBox(Dialog, String, boolean) - Constructor for class no.g9.client.component.G9DialogBox
-
Creates a modal or non-modal dialog with the specified title and the
specified owner frame.
- G9DialogBox(Frame, String) - Constructor for class no.g9.client.component.G9DialogBox
-
Creates a non-modal dialog with the specified title and with the
specified owner frame.
- G9DialogBox(Frame, String, boolean) - Constructor for class no.g9.client.component.G9DialogBox
-
Creates a modal or non-modal dialog with the specified title and the
specified owner Frame.
- G9DialogBox(Dialog, String, boolean, GraphicsConfiguration) - Constructor for class no.g9.client.component.G9DialogBox
-
Creates a modal or non-modal dialog with the specified title, owner
Dialog, and GraphicsConfiguration.
- G9DialogBox(Frame, String, boolean, GraphicsConfiguration) - Constructor for class no.g9.client.component.G9DialogBox
-
Creates a modal or non-modal dialog with the specified title, owner
Frame, and GraphicsConfiguration.
- G9DialogController - Interface in no.g9.client.support
-
The general controller class for dialogs.
- G9DialogFrame - Class in no.g9.client.support
-
General class representing a dialog window.
- G9DialogFrame() - Constructor for class no.g9.client.support.G9DialogFrame
-
Default constructor.
- G9DialogFrame(String, boolean, boolean, boolean, boolean) - Constructor for class no.g9.client.support.G9DialogFrame
-
Constructs a new dialog frame.
- G9Document - Class in no.g9.client.support
-
Superclass for Document models with output formats.
- G9Document(int, String, String, int) - Constructor for class no.g9.client.support.G9Document
-
- G9Document() - Constructor for class no.g9.client.support.G9Document
-
(missing javadoc)
- G9DroppedDownEvent - Class in no.g9.client.event
-
The dropped down event
- G9DroppedDownEvent(JComboBox, Object) - Constructor for class no.g9.client.event.G9DroppedDownEvent
-
Creates a new G9DroppedDownEvent
- G9EditMenu - Class in no.g9.client.component.menu
-
The edit menu class.
- G9EditMenu() - Constructor for class no.g9.client.component.menu.G9EditMenu
-
Constructs a new JMenu with no text.
- G9EditMenu(Action) - Constructor for class no.g9.client.component.menu.G9EditMenu
-
Constructs a new JMenu whose properties are taken from the
Action supplied.
- G9EditMenu(String, boolean) - Constructor for class no.g9.client.component.menu.G9EditMenu
-
Constructs a new JMenu with the supplied string as its text
and specified as a tear-off menu or not.
- G9EditMenu(String) - Constructor for class no.g9.client.component.menu.G9EditMenu
-
Constructs a new JMenu with the supplied string as its text.
- G9Event - Class in no.g9.client.event
-
Base class for g9 Events.
- G9Event() - Constructor for class no.g9.client.event.G9Event
-
Constructs a new g9 event, with an Object as
source and id set to zero.
- G9Event(EventObject) - Constructor for class no.g9.client.event.G9Event
-
Constructs a new g9 event, with the same source
as the EventObject, and id set to zero.
- G9Event(Event) - Constructor for class no.g9.client.event.G9Event
-
Constructs a new g9 event, source and id is
copied from the specified event
- G9Event(Object, int) - Constructor for class no.g9.client.event.G9Event
-
Creates a new g9 event
- G9EventHolder - Class in no.g9.client.event
-
Class wrapping an AWTEvent.
- G9EventHolder(Event) - Constructor for class no.g9.client.event.G9EventHolder
-
Constructs a new G9EventHolder with the specified event.
- G9EventHolder(Object, int) - Constructor for class no.g9.client.event.G9EventHolder
-
Constructs a new G9EventHolder with the specified source and id
- G9FieldValue - Interface in no.g9.client.support
-
Interface for value handling in text fields
- G9FileMenu - Class in no.g9.client.component.menu
-
The file menu class
- G9FileMenu() - Constructor for class no.g9.client.component.menu.G9FileMenu
-
Constructs a new JMenu with no text.
- G9FileMenu(String) - Constructor for class no.g9.client.component.menu.G9FileMenu
-
Constructs a new JMenu with the supplied string as its text.
- G9FileMenu(String, boolean) - Constructor for class no.g9.client.component.menu.G9FileMenu
-
Constructs a new JMenu with the supplied string as its text
and specified as a tear-off menu or not.
- G9FileMenu(Action) - Constructor for class no.g9.client.component.menu.G9FileMenu
-
Constructs a new JMenu whose properties are taken from the
Action supplied.
- G9FocusEventHolder - Class in no.g9.client.event
-
Class wrapping a focus event.
- G9FocusEventHolder(FocusEvent) - Constructor for class no.g9.client.event.G9FocusEventHolder
-
Constructs a new event holder with the specified focus event
- G9HeaderClickedEventHolder - Class in no.g9.client.event
-
Wraps a mouse - header clicked event
- G9HeaderClickedEventHolder(MouseEvent, int) - Constructor for class no.g9.client.event.G9HeaderClickedEventHolder
-
Creates a new event holder wrapping the specified event and column
- G9HelpMenu - Class in no.g9.client.component.menu
-
The G9 help menu class
- G9HelpMenu() - Constructor for class no.g9.client.component.menu.G9HelpMenu
-
Constructs a new JMenu with no text.
- G9HelpMenu(String) - Constructor for class no.g9.client.component.menu.G9HelpMenu
-
Constructs a new JMenu with the supplied string as its text.
- G9HelpMenu(String, boolean) - Constructor for class no.g9.client.component.menu.G9HelpMenu
-
Constructs a new JMenu with the supplied string as its text
and specified as a tear-off menu or not.
- G9HelpMenu(Action) - Constructor for class no.g9.client.component.menu.G9HelpMenu
-
Constructs a new JMenu whose properties are taken from the
Action supplied.
- G9ItemEventHolder - Class in no.g9.client.event
-
Class wrapping an Item event
- G9ItemEventHolder(ItemEvent) - Constructor for class no.g9.client.event.G9ItemEventHolder
-
Creates a new event holder, wrapping the specified event
- G9KeyEventHolder - Class in no.g9.client.event
-
Wraps a key event
- G9KeyEventHolder(KeyEvent) - Constructor for class no.g9.client.event.G9KeyEventHolder
-
Constructs a new G9KeyEventHolder instance.
- G9ListSelectionEventHolder - Class in no.g9.client.event
-
Wraps a list selection event
- G9ListSelectionEventHolder(ListSelectionEvent) - Constructor for class no.g9.client.event.G9ListSelectionEventHolder
-
Constructs a new G9ListSelectionEventHolder
- G9Menu - Class in no.g9.client.component.menu
-
Abstract class representing a menu which can be added to a G9MenuBar.
- G9Menu(String, int, String) - Constructor for class no.g9.client.component.menu.G9Menu
-
Constructs a new G9Menu with the supplied title and
name.
- G9Menu(String, int) - Constructor for class no.g9.client.component.menu.G9Menu
-
Constructs a new JMenu with the supplied string as its
title.
- G9Menu(String, boolean, int) - Constructor for class no.g9.client.component.menu.G9Menu
-
Constructs a new JMenu with the supplied string as its text
and specified as a tear-off menu or not.
- G9Menu(Action, int) - Constructor for class no.g9.client.component.menu.G9Menu
-
Constructs a new JMenu whose properties are taken from the
Action supplied.
- G9MenuBar - Class in no.g9.client.component.menu
-
- G9MenuBar(G9DialogFrame) - Constructor for class no.g9.client.component.menu.G9MenuBar
-
Default constructor.
- G9MenuItem - Class in no.g9.client.component.menu
-
G9 wrapper class for JMenuItem.
- G9MenuItem(String, String) - Constructor for class no.g9.client.component.menu.G9MenuItem
-
Create a new G9 menu item with the given title and name.
- G9MenuItem(String) - Constructor for class no.g9.client.component.menu.G9MenuItem
-
Create a new G9 menu item with the given title and name equals
null.
- G9MenuItem(Action) - Constructor for class no.g9.client.component.menu.G9MenuItem
-
Creates a menu item whose properties are taken from the specified
Action.
- G9MouseEventHolder - Class in no.g9.client.event
-
Wraps a mouse event
- G9MouseEventHolder(MouseEvent) - Constructor for class no.g9.client.event.G9MouseEventHolder
-
Constructs a new G9MouseEventHolder
- G9PasswordField - Class in no.g9.client.component
-
g9 Text Field is basicly a fix on a bug in Java 1.4, which does not set
the background color when the text field is disabled.
- G9PasswordField() - Constructor for class no.g9.client.component.G9PasswordField
-
Constructs a new G9TextField.
- G9PasswordField(String) - Constructor for class no.g9.client.component.G9PasswordField
-
Constructs a new G9TextField initialized with the
specified text.
- G9PasswordField(int) - Constructor for class no.g9.client.component.G9PasswordField
-
Constructs a new empty G9TextField with the specified
number of columns.
- G9PasswordField(String, int) - Constructor for class no.g9.client.component.G9PasswordField
-
Constructs a new G9TextField initialized with the
specified text and columns.
- G9PasswordField(Document, String, int) - Constructor for class no.g9.client.component.G9PasswordField
-
Constructs a new G9TextField that uses the given text
storage model and the given number of columns.
- G9RadioButton - Class in no.g9.client.component
-
The class representing a radio button
- G9RadioButton() - Constructor for class no.g9.client.component.G9RadioButton
-
Creates an initially unselected radio button with no set text.
- G9RadioButton(String) - Constructor for class no.g9.client.component.G9RadioButton
-
Creates an unselected radio button with the specified text.
- G9RadioButton(String, boolean) - Constructor for class no.g9.client.component.G9RadioButton
-
Creates a radio button with the specified text and selection state.
- G9RadioButton(Action) - Constructor for class no.g9.client.component.G9RadioButton
-
Creates a radiobutton where properties are taken from the Action
supplied.
- G9RadioButton(Icon) - Constructor for class no.g9.client.component.G9RadioButton
-
Creates an initially unselected radio button with the specified image but
no text.
- G9RadioButton(Icon, boolean) - Constructor for class no.g9.client.component.G9RadioButton
-
Creates a radio button with the specified image and selection state, but
no text.
- G9RadioButton(String, Icon) - Constructor for class no.g9.client.component.G9RadioButton
-
Creates a radio button that has the specified text and image, and that is
initially unselected.
- G9RadioButton(String, Icon, boolean) - Constructor for class no.g9.client.component.G9RadioButton
-
Creates a radio button that has the specified text, image, and selection
state.
- G9Render - Class in no.g9.client.support
-
Helper class.
- G9Render() - Constructor for class no.g9.client.support.G9Render
-
- G9Repository - Interface in no.g9.client.support
-
Interface for repository (resource) access, implemented by the generated
repository class.
- G9SelectedEvent - Class in no.g9.client.event
-
Class representing a selection event.
- G9SelectedEvent(Object, int, int) - Constructor for class no.g9.client.event.G9SelectedEvent
-
Creates a new G9SelectedEvent
- G9SelectionListener - Interface in no.g9.client.event
-
The listener interface for g9 Selected Events.
- G9Table - Class in no.g9.client.support
-
The class representing a listblock.
- G9Table(AbstractTableModel, String, Listblock) - Constructor for class no.g9.client.support.G9Table
-
Creates a new G9Table instance
- G9TableCellRenderer - Class in no.g9.client.support
-
The cell render used to render cell values
- G9TableCellRenderer(G9Document, int) - Constructor for class no.g9.client.support.G9TableCellRenderer
-
Creates a new cell render.
- G9TabPaneManager - Class in no.g9.client.component
-
The g9 tab pane manager manages enables showing and hiding of tab components.
- G9TabPaneManager(JTabbedPane) - Constructor for class no.g9.client.component.G9TabPaneManager
-
Constructs a new tab pane manager for the specified tab pane.
- G9TextArea - Class in no.g9.client.component
-
In addition to being a JTextArea, this class implements the G9ValueState
interface.
- G9TextArea() - Constructor for class no.g9.client.component.G9TextArea
-
Constructs a new TextArea.
- G9TextArea(int, int) - Constructor for class no.g9.client.component.G9TextArea
-
Constructs a new empty TextArea with the specified number of rows and
columns.
- G9TextArea(String) - Constructor for class no.g9.client.component.G9TextArea
-
Constructs a new TextArea with the specified text displayed.
- G9TextArea(String, int, int) - Constructor for class no.g9.client.component.G9TextArea
-
Constructs a new TextArea with the specified text and number of rows and
columns.
- G9TextArea(Document) - Constructor for class no.g9.client.component.G9TextArea
-
Constructs a new JTextArea with the given document model, and defaults
for all of the other arguments (null, 0, 0).
- G9TextArea(Document, String, int, int) - Constructor for class no.g9.client.component.G9TextArea
-
Constructs a new JTextArea with the specified number of rows and columns,
and the given model.
- G9TextField - Class in no.g9.client.component
-
g9 Text Field is basically a fix on a bug in Java 1.4, which does not set
the background color when the text field is disabled.
- G9TextField() - Constructor for class no.g9.client.component.G9TextField
-
Constructs a new G9TextField.
- G9TextField(String) - Constructor for class no.g9.client.component.G9TextField
-
Constructs a new G9TextField initialized with the
specified text.
- G9TextField(int) - Constructor for class no.g9.client.component.G9TextField
-
Constructs a new empty G9TextField with the specified
number of columns.
- G9TextField(String, int) - Constructor for class no.g9.client.component.G9TextField
-
Constructs a new G9TextField initialized with the
specified text and columns.
- G9TextField(Document, String, int) - Constructor for class no.g9.client.component.G9TextField
-
Constructs a new G9TextField that uses the given text
storage model and the given number of columns.
- G9ToolBar - Class in no.g9.client.component
-
Internal use!
- G9ToolBar(G9DialogFrame) - Constructor for class no.g9.client.component.G9ToolBar
-
Default constructor.
- G9ToolBar(G9DialogFrame, List<Component>) - Constructor for class no.g9.client.component.G9ToolBar
-
Constructor.
- G9ValueChangedEvent - Class in no.g9.client.event
-
The event that is triggered signals a value changed.
- G9ValueChangedEvent(Object, int, Object, Object) - Constructor for class no.g9.client.event.G9ValueChangedEvent
-
Creates a new G9ValueChangedEvent.
- G9ValueChangedListener - Interface in no.g9.client.event
-
The listener interface for the value changed event.
- G9ValueState - Interface in no.g9.client.event
-
The value change interface, declaring various methods common to all components capable of
fiering a value changed event.
- G9VetoableSelectionEvent - Class in no.g9.client.event
-
The g9 vetoable selection event.
- G9VetoableSelectionEvent(Object, int, int) - Constructor for class no.g9.client.event.G9VetoableSelectionEvent
-
Constructs a new vetoable selection event
- G9VetoableSelectionListener - Interface in no.g9.client.event
-
The listener interface for vetoable selection listeners.
- G9ViewMenu - Class in no.g9.client.component.menu
-
The view menu
- G9ViewMenu() - Constructor for class no.g9.client.component.menu.G9ViewMenu
-
Constructs a new JMenu with no text.
- G9ViewMenu(String) - Constructor for class no.g9.client.component.menu.G9ViewMenu
-
Constructs a new JMenu with the supplied string as its text.
- G9ViewMenu(String, boolean) - Constructor for class no.g9.client.component.menu.G9ViewMenu
-
Constructs a new JMenu with the supplied string as its text
and specified as a tear-off menu or not.
- G9ViewMenu(Action) - Constructor for class no.g9.client.component.menu.G9ViewMenu
-
Constructs a new JMenu whose properties are taken from the
Action supplied.
- G9WindowAdapter - Class in no.g9.client.event
-
Adapter class for listening to g9 events.
- G9WindowAdapter() - Constructor for class no.g9.client.event.G9WindowAdapter
-
- G9WindowEvent - Class in no.g9.client.event
-
An AWTEvent that adds support for
events not supported by the InternalFrameEvent.
- G9WindowEvent(JInternalFrame, int) - Constructor for class no.g9.client.event.G9WindowEvent
-
Constructs a new g9 window event
- G9WindowEventHolder - Class in no.g9.client.event
-
Wrapps either an internal frame events, a window events or an AWT events.
- G9WindowEventHolder(InternalFrameEvent) - Constructor for class no.g9.client.event.G9WindowEventHolder
-
Creates a new event holder, wrapping the specified internal frame event.
- G9WindowEventHolder(WindowEvent) - Constructor for class no.g9.client.event.G9WindowEventHolder
-
Creates a new event holder, wrapping the specified window event
- G9WindowEventHolder(AWTEvent) - Constructor for class no.g9.client.event.G9WindowEventHolder
-
Creates a new event holder, wrapping the specified AWT event.
- g9WindowEventListeners - Variable in class no.g9.client.support.G9DialogFrame
-
The list of event listeners
- G9WindowListener - Interface in no.g9.client.event
-
The listener interface for receiving window and internal frame events.
- G9WindowMenu - Class in no.g9.client.component.menu
-
The window menu
- G9WindowMenu(G9DesktopPane) - Constructor for class no.g9.client.component.menu.G9WindowMenu
-
Constructs a new JMenu with no text.
- G9WindowMenu(String, G9DesktopPane) - Constructor for class no.g9.client.component.menu.G9WindowMenu
-
Constructs a new JMenu with the supplied string as its text.
- G9WindowMenu(String, boolean, G9DesktopPane) - Constructor for class no.g9.client.component.menu.G9WindowMenu
-
Constructs a new JMenu with the supplied string as its text
and specified as a tear-off menu or not.
- G9WindowMenu(Action, G9DesktopPane) - Constructor for class no.g9.client.component.menu.G9WindowMenu
-
Constructs a new JMenu whose properties are taken from the
Action supplied.
- G9Worker - Class in no.g9.client.support
-
A class for creating a queue of Runnables.
- GDefaultCellEditor - Class in no.g9.client.component
-
The default g9 cell editor, used in listblocks.
- GDefaultCellEditor(G9CheckBox) - Constructor for class no.g9.client.component.GDefaultCellEditor
-
Constructs a GDefaultCellEditor object that uses a check box.
- GDefaultCellEditor(G9ComboBox) - Constructor for class no.g9.client.component.GDefaultCellEditor
-
Constructs a GDefaultCellEditor object that uses a
combo box.
- GDefaultCellEditor(G9TextField) - Constructor for class no.g9.client.component.GDefaultCellEditor
-
Constructs a GDefaultCellEditor that uses a text field.
- getActiveInternalWindow() - Method in class no.g9.client.support.Application
-
- getActiveInternalWindow() - Method in interface no.g9.client.support.ApplicationMethods
-
- getAddedWindows() - Method in interface no.g9.client.support.ApplicationMethods
-
Returns the windows present in the application.
- getAllChildNames() - Method in class no.g9.client.support.AbstractNode
-
Returns a Set of Strings containing the names of all children
(recursively).
- getApplication() - Method in interface no.g9.client.support.G9DialogController
-
Returns the controller for the application
- getApplication() - Method in interface no.g9.client.support.message.ClientDispatcherContext
-
- getApplication() - Method in class no.g9.client.support.message.ClientInteractor
-
- getApplicationMenuBar() - Method in interface no.g9.client.support.ApplicationMethods
-
Returns the menu bar of the application.
- getApplicationName() - Method in interface no.g9.client.support.ApplicationMethods
-
Get name of running application.
- getApplicationToolBar() - Method in interface no.g9.client.support.ApplicationMethods
-
Returns the the application tool bar.
- getApplicationWindow() - Method in interface no.g9.client.support.ApplicationMethods
-
Returns the JFrame MDI appclication window.
- getAsHTMLTable(int, boolean, Set, Map) - Method in interface no.g9.client.support.Listblock
-
Returns a list of strings with the data in the listblock as html tables.
- getAssociation(String, Object) - Method in class no.g9.client.support.AbstractNode
-
Internal use.
- getAssociation(Object) - Method in class no.g9.client.support.RoleObject.AssociationAccess
-
Gets the association as a Set
- getAssociationAccess(RoleObject) - Method in class no.g9.client.support.RoleObject
-
Gets the associationAcces instance used for accessing the associations on
the specified role object
- getAssociationName() - Method in class no.g9.client.support.RoleObject.AssociationAccess
-
- getAssociationOnType(Object) - Method in class no.g9.client.support.RoleObject.AssociationAccess
-
Gets the association based on the type of fromObject
- getAssociationRoles() - Method in class no.g9.client.support.RoleObject
-
Returns an iterator with the AssociationAccess instances of this role
- getAssociations(Object) - Method in class no.g9.client.support.RoleObject
-
Returns a Set of Sets with all relations.
- getAssociationType() - Method in class no.g9.client.support.RoleObject.AssociationAccess
-
Returns the association type of this role object
- getAttributeName() - Method in class no.g9.client.support.AbstractAttributeComparator
-
Returns the attribute name this comparator compares.
- getAwtEvent() - Method in class no.g9.client.event.G9WindowEventHolder
-
Returns the awt event that is wrapped by this instance.
- getBlankWhenZero() - Method in class no.g9.client.support.NumberDocument
-
Determines if the blankWhenZero property is true.
- getCallee() - Method in class no.g9.client.support.ReturnToDialog
-
Gets the dialog being called
- getCaller() - Method in class no.g9.client.support.ReturnToDialog
-
Gets the caller attribute
- getCellEditor(int, int) - Method in class no.g9.client.support.G9Table
-
- getCellEditorValue() - Method in class no.g9.client.support.JComponentCellEditor
-
- getCellRenderer(int, int) - Method in class no.g9.client.support.G9Table
-
- getChangedFields() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Returns a set containing the names of the attributes/fields that are
changed since the initial display.
- getChangedForgroundColor() - Method in class no.g9.client.support.G9Table
-
- getChangedKeyFields() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Returns a set containg the names of the attributes/fields that are a part
of the key and are changed since the initial display.
- getChangedLines() - Method in interface no.g9.client.support.Listblock
-
Returns a list of ListblockLine containing the changed lines in the
listblock.
- getChangedNoKeyFields() - Method in class no.g9.client.support.AbstractNode
-
- getChangedNoKeyFields() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Returns a set containing all fields that have changed since the initial
display and wich are not part of the key, in other words the complement
of the set derived by getChangedKeyFields
- getChildren() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Returns a set containing the accessor objects for the children
- getClientContext() - Static method in class no.g9.client.support.Application
-
- getColor(String) - Static method in class no.g9.client.support.FrameworkRepository
-
Internal use.
- getColor(String) - Method in interface no.g9.client.support.G9Repository
-
- getColorField(String) - Static method in class no.g9.client.support.RepositoryProxy
-
- getColumn() - Method in class no.g9.client.support.AbstractAttributeComparator
-
Internal use.
- getColumnClicked() - Method in class no.g9.client.event.G9HeaderClickedEventHolder
-
Returns the index of the clicked colunm
- getComparator(List, int) - Static method in class no.g9.client.support.AbstractAttributeComparator
-
Get the comparator with the given column number
- getComponent() - Method in class no.g9.client.support.JComponentCellEditor
-
Internal class.
- getComponentAfter(Container, Component) - Method in class no.g9.client.support.CustomTraversalPolicy
-
- getComponentBefore(Container, Component) - Method in class no.g9.client.support.CustomTraversalPolicy
-
- getController() - Method in class no.g9.client.component.G9DialogBox
-
Returns the g9 dialog controller for this dialog box.
- getController() - Method in class no.g9.client.support.G9DialogFrame
-
Returns the controller for this dialog.
- getController() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Returns the dialog controller.
- getCurrentApplication() - Method in class no.g9.client.support.Application
-
- getData() - Method in class no.g9.client.event.G9DataEvent
-
Gets the data object of this event.
- getDatatype() - Method in class no.g9.client.support.G9Document
-
Access method for the datatype property.
- getDefaultComponent(Container) - Method in class no.g9.client.support.CustomTraversalPolicy
-
- getDefaultFileMenu(String) - Static method in class no.g9.client.component.menu.G9FileMenu
-
Gets the singleton instance of the default file menu.
- getDefaultHelpMenu(String) - Static method in class no.g9.client.component.menu.G9HelpMenu
-
Gets the singleton instance of the default help menu.
- getDefaultViewMenu(String) - Static method in class no.g9.client.component.menu.G9ViewMenu
-
Gets the singleton default view menu.
- getDialog(String) - Method in interface no.g9.client.support.ApplicationMethods
-
Searches through the added dialogs and returns that one if there exist a
dialog with the given name.
- getDialogName() - Method in interface no.g9.client.support.G9DialogController
-
Returns the dialog name of the dialog as defined in g9.
- getDirection() - Method in class no.g9.client.support.AbstractAttributeComparator
-
Gets the sort direction of this comparator.
- getDispatcherContext(Component, ApplicationMethods) - Static method in class no.g9.client.support.Application
-
Return a JFC dispatcher context with the given component.
- getDisplayValue(Object) - Method in class no.g9.client.component.ComboBoxRenderer
-
Internal use.
- getDisplayValue(Object) - Method in class no.g9.client.component.G9ComboBox
-
Gets the value used for displaying anObject.
- getDocument(int, int, G9Enums, Class, String, int, boolean) - Static method in class no.g9.client.support.FrameworkRepository
-
Internal use only! Returns the approriate G9Document based on the
parameters
- getDocument(int, int, G9Enums, Class, String, int, boolean) - Static method in class no.g9.client.support.RepositoryProxy
-
Internal use only.
- getDomainObjects() - Method in interface no.g9.client.support.ListblockLine
-
- getEditorComponent() - Method in class no.g9.client.component.G9ComboBoxEditor
-
Return the component that should be added to the tree hierarchy for
this editor.
- getEmptyDomainObject() - Method in class no.g9.client.support.AbstractNode
-
Returns an empty instance of the domain object represented by this object
selection target.
- getEnums() - Method in interface no.g9.client.support.ApplicationMethods
-
Access method for the dynamic enumeration helper.
- getEvent() - Method in class no.g9.client.event.G9ActionEventHolder
-
Gets the event kept by this event holder.
- getEvent() - Method in class no.g9.client.event.G9ChangeEventHolder
-
Returns the event being stored by this event holder.
- getEvent() - Method in class no.g9.client.event.G9ComponentEventHolder
-
Returns the component event being hold by this event holder.
- getEvent() - Method in class no.g9.client.event.G9FocusEventHolder
-
Returns the event wrapped by this holder
- getEvent() - Method in class no.g9.client.event.G9HeaderClickedEventHolder
-
Returns the wrapped event
- getEvent() - Method in class no.g9.client.event.G9ItemEventHolder
-
Returns the wrapped event
- getEvent() - Method in class no.g9.client.event.G9KeyEventHolder
-
Returns the event wrapped by this event holder.
- getEvent() - Method in class no.g9.client.event.G9ListSelectionEventHolder
-
Returns the wrapped ListSelectionEvent.
- getEvent() - Method in class no.g9.client.event.G9MouseEventHolder
-
Returns the wrapped mouse event
- getEvent() - Method in class no.g9.client.event.G9WindowEventHolder
-
Returns the internal frame event that is wrapped by this instance.
- getExportService() - Static method in class no.g9.client.support.Application
-
Gets the export service
- getFirstComponent(Container) - Method in class no.g9.client.support.CustomTraversalPolicy
-
- getFont(String) - Static method in class no.g9.client.support.FrameworkRepository
-
Gets the font to use in listblock
- getFont(String) - Method in interface no.g9.client.support.G9Repository
-
- getFontField(String) - Static method in class no.g9.client.support.RepositoryProxy
-
- getG9Components() - Method in class no.g9.client.component.G9ToolBar
-
- getG9Components() - Method in class no.g9.client.component.menu.G9Menu
-
Returns an array containing all components added by one of the
addG9Item-methods.
- getG9Components() - Method in class no.g9.client.component.menu.G9MenuBar
-
Return the menus of this menu bar
- getG9DesktopPane() - Method in interface no.g9.client.support.ApplicationMethods
-
Returns the desktop pane of this application window.
- getG9MenuBar() - Method in class no.g9.client.support.G9DialogFrame
-
Gets the G9MenuBar of this dialog window, or
null if this dialog window does not have a
G9MenuBar set.
- getG9ToolBar() - Method in class no.g9.client.support.G9DialogFrame
-
Gets the G9ToolBar of this dialog window, or
null if this dialog window does not have a
G9ToolBar set.
- getGroup() - Method in class no.g9.client.component.G9ButtonGroup.ComponentGroup
-
Returns the radio button group.
- getGroup() - Method in class no.g9.client.component.G9RadioButton
-
- getId() - Method in class no.g9.client.event.G9DataEvent
-
Gets the event id.
- getId1() - Method in class no.g9.client.support.LinkField
-
Returns the Id1
- getId2() - Method in class no.g9.client.support.LinkField
-
Returns the id2
- getImage(String) - Method in interface no.g9.client.support.G9Repository
-
- getImage() - Method in class no.g9.client.support.ImageProxy
-
- getImage(String) - Static method in class no.g9.client.support.LoadImageTools
-
Returns an ImageIcon loaded from the image file: file.
- getImageField(String) - Static method in class no.g9.client.support.RepositoryProxy
-
- getInitialValue() - Method in class no.g9.client.component.G9ButtonGroup.ComponentGroup
-
- getInitialValue() - Method in class no.g9.client.component.G9ButtonGroup
-
- getInitialValue() - Method in class no.g9.client.component.G9CheckBox
-
- getInitialValue() - Method in class no.g9.client.component.G9ComboBox
-
- getInitialValue() - Method in class no.g9.client.component.G9PasswordField
-
- getInitialValue() - Method in class no.g9.client.component.G9RadioButton
-
- getInitialValue() - Method in class no.g9.client.component.G9TextArea
-
- getInitialValue() - Method in class no.g9.client.component.G9TextField
-
- getInitialValue() - Method in interface no.g9.client.event.G9ValueState
-
Returns the initial displayed value.
- getInputData() - Method in class no.g9.client.support.StartDialog
-
Gets inputData
- getInputFormat() - Method in class no.g9.client.support.G9Document
-
Access method for the inputFormat property.
- getInputMode() - Method in class no.g9.client.support.G9Document
-
Determines if the inputMode property is true.
- getInstance() - Static method in class no.g9.client.support.EventBlocker
-
- getItem() - Method in class no.g9.client.component.G9ComboBoxEditor
-
- getLastComponent(Container) - Method in class no.g9.client.support.CustomTraversalPolicy
-
- getLastException() - Method in class no.g9.client.support.Application
-
- getLastException() - Method in interface no.g9.client.support.ApplicationMethods
-
Gets the last exception that occured.
- getLastRowLine() - Method in interface no.g9.client.support.Listblock
-
Returns the last row in the listblock
- getLine(int) - Method in interface no.g9.client.support.Listblock
-
Returns the listblock line with the specified row number, or
null
if no such row exists.
- getLine(int) - Method in class no.g9.client.support.NodeInfoList
-
Returns the line at the specified index
- getLineNumber() - Method in interface no.g9.client.support.ListblockLine
-
Internal use!
- getListblock() - Method in class no.g9.client.support.G9Table
-
- getListblock() - Method in interface no.g9.client.support.ListblockLine
-
Returns the listblock that this line is part of
- getListBlockArgs(Object, Class[]) - Method in class no.g9.client.support.RoleObject
-
Internal use.
- getListBlockArgs(Object, RoleObject, Listblock, Class[], Object[], int) - Method in class no.g9.client.support.RoleObject
-
Internal use Gets a list of arguments used in reflection to access a
listblock.
- getListBlockParams(Object) - Method in class no.g9.client.support.RoleObject
-
Gets the set of arguments for a list block
- getListBlocks() - Method in class no.g9.client.support.RoleObject
-
Returns a list of list blocks that displays the domain object
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class no.g9.client.component.ComboBoxRenderer
-
Gets the component that will be responsible for rendering the specified
value.
- getMaxLength() - Method in class no.g9.client.support.G9Document
-
Access method for the maxLength property.
- getMenu(int, String) - Method in class no.g9.client.component.menu.G9MenuBar
-
Get the menu of given type.
- getMenuBar() - Method in class no.g9.client.component.G9DesktopPane
-
Gets the desktop menu bar
- getMenuType() - Method in class no.g9.client.component.menu.G9Menu
-
Reurns the menu type of this menu.
- getMessageDispatcher(Component, ApplicationMethods) - Static method in class no.g9.client.support.Application
-
Return the message dispatcher.
- getModal() - Method in interface no.g9.client.support.ApplicationMethods
-
Returns the controller window that is modal if any.
- getName() - Method in class no.g9.client.support.G9Document
-
- getNewListblockLine() - Method in interface no.g9.client.support.Listblock
-
Returns a new list block line object.
- getNewProxy(Object, String) - Method in interface no.g9.client.support.G9DialogController
-
Internal use, returns a new DomainObjectProxy for the specified object and role name
- getNewSelection() - Method in class no.g9.client.event.G9SelectedEvent
-
- getNewValue() - Method in class no.g9.client.event.EnableEvent
-
Returns the new enabled value as a Boolean
- getNewValue() - Method in class no.g9.client.event.G9ValueChangedEvent
-
Returns the new value
- getNextComparator() - Method in class no.g9.client.support.AbstractAttributeComparator
-
Gets the next comparator in line.
- getNode() - Method in class no.g9.client.support.RoleObject
-
Internal use! Gets the abstract node associated with this role object.
- getNullValueForCell(String) - Method in class no.g9.client.support.G9DialogFrame
-
Internal use.
- getNumberOfPossibleHits(String, boolean) - Method in class no.g9.client.component.G9ComboBox
-
Returns the number of possible search hits using the specified search
string.
- getObject(String) - Method in interface no.g9.client.support.ListblockLine
-
- getObject(String, boolean) - Method in interface no.g9.client.support.ListblockLine
-
Returns the roleName object held by this line.
- getObjectSelectionNode(String) - Method in interface no.g9.client.support.G9DialogController
-
Gets the role name method pointer, e.g if the roleName is "Order" it
returns the field theOrder
- getOldDialogOrCreateNew(String) - Method in interface no.g9.client.support.ApplicationMethods
-
Searches through the added dialogs and returns that one if there exist a
dialog with the given name.
- getOldSelection() - Method in class no.g9.client.event.G9SelectedEvent
-
- getOldValue() - Method in class no.g9.client.event.EnableEvent
-
Returns the old enabled value as a Boolean
- getOldValue() - Method in class no.g9.client.event.G9ValueChangedEvent
-
Returns the old value
- getOpCode() - Method in class no.g9.client.support.ReturnToDialog
-
Gets the opCode for further processing in caller
- getOpCode() - Method in class no.g9.client.support.StartDialog
-
Gets the opCode for further processing in callee
- getOutputFormat() - Method in class no.g9.client.support.G9Document
-
Access method for the outputFormat property.
- getOutputText() - Method in class no.g9.client.support.DateDocument
-
Returns the output text representation of the value object when display
rules are applied.
- getOutputText() - Method in class no.g9.client.support.DateMidnightDocument
-
- getOutputText() - Method in class no.g9.client.support.DateTimeDocument
-
- getOutputText() - Method in class no.g9.client.support.G9Document
-
Returns the output text representation of the value object when display
rules are applied.
- getOutputText() - Method in class no.g9.client.support.LocalDateDocument
-
- getOutputText() - Method in class no.g9.client.support.LocalDateTimeDocument
-
- getOutputText() - Method in class no.g9.client.support.LocalTimeDocument
-
- getOutputText() - Method in class no.g9.client.support.NumberDocument
-
- getOutputText() - Method in class no.g9.client.support.TextDocument
-
- getOwner() - Method in interface no.g9.client.support.message.ClientDispatcherContext
-
- getParentDomainObject(Object) - Method in class no.g9.client.support.RoleObject
-
Returns the parent domain instanceo of the specified child instance
- getParentFrame() - Method in class no.g9.client.component.menu.G9Menu
-
Returns the parent frame to this menu.
- getParentFrame() - Method in class no.g9.client.component.menu.G9MenuBar
-
Returns this menu parent frame
- getParentNode() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Returns the parent node object.
- getPathToNode() - Method in class no.g9.client.support.AbstractNode
-
- getPathToNode() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Returns the path from the root node to this node.
- getPathToRole(String) - Method in class no.g9.client.support.RoleObject
-
Gets the path to from this role object to the specified role object, and
returns a List where each sucessive entry represents a node
on the path to the target.
- getPathToTarget(ObjectSelectionNode, Map, String) - Static method in class no.g9.client.support.ObjectSelectionTool
-
- getPreferredSize() - Method in class no.g9.client.component.ComboBoxRenderer
-
Gets the preffered size of this renderer.
- getPrintService() - Static method in class no.g9.client.support.Application
-
Gets the print service for the application.
- getPriority() - Method in class no.g9.client.support.AbstractAttributeComparator
-
Gets the priority of this comparator.
- getProxy() - Method in class no.g9.client.support.AbstractNode
-
Retuns the domain object proxy for this target.
- getRenderOverride() - Method in class no.g9.client.support.G9Table
-
Returns the cell render override (if any) that is used to override cell
renders
- getRepresentingClass() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Returns the Class object of the class this object selection displays.
- getReturnData() - Method in class no.g9.client.support.ReturnToDialog
-
Gets the return data from callee
- getRoleName() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Get the role name represented by this node.
- getRoleName() - Method in class no.g9.client.support.RoleObject
-
Returns the role name of this role
- getRoleNamesInUse() - Method in interface no.g9.client.support.Listblock
-
Returns the set of role names displayed by the listblock.
- getRoleNameToAssociationMap() - Method in class no.g9.client.support.AbstractNode
-
Experimental.
- getRoleObject(String) - Method in class no.g9.client.support.ClearTool
-
Returns the role object associated with the specifed role name
- getRoleObject(String, Map) - Static method in class no.g9.client.support.ObjectSelectionTool
-
- getRoleObjects(Object) - Method in interface no.g9.client.support.G9DialogController
-
Returns the a list of role objects contained in this dialog representing
the specified domain object.
- getRoleObjects() - Method in interface no.g9.client.support.G9DialogController
-
Returns a map of the role objects.
- getRoleObjects(Object, Map) - Static method in class no.g9.client.support.ObjectSelectionTool
-
- getRootNode() - Method in class no.g9.client.support.AbstractNode
-
- getRootNode() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Returns the root node of this object selection node.
- getScrollableTracksViewportWidth() - Method in class no.g9.client.support.G9Table
-
- getSelectedItem() - Method in class no.g9.client.component.G9ComboBox
-
- getSelectedItemAsString() - Method in class no.g9.client.component.G9ComboBox
-
Returns the string representation of the selected item (viz.
- getSelectedLine() - Method in interface no.g9.client.support.Listblock
-
Returns the position of the selected line in the list.
- getSelectedLines() - Method in interface no.g9.client.support.Listblock
-
Returns a list of indexes of all selected lines in the list.
- getSelectedLinesObject() - Method in interface no.g9.client.support.Listblock
-
Returns a list containig the selected lines.
- getServerApplicationName() - Method in interface no.g9.client.support.G9DialogController
-
Returns the name of the server application for the dialogs object
selection
- getServiceProxy() - Static method in class no.g9.client.support.Application
-
Returns the service proxy
- getSimpleBlocks() - Method in class no.g9.client.support.RoleObject
-
Gets the list of simple blocks that can display the domain object
- getSource() - Method in class no.g9.client.event.G9DroppedDownEvent
-
- getState() - Method in class no.g9.client.support.AbstractNode
-
- getState() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Returns the current state of this node.
- getStatusBar() - Method in interface no.g9.client.support.ApplicationMethods
-
Returns the status bar, used for displaying messages.
- getTable() - Method in class no.g9.client.support.CellRenderOverride
-
Gets the g9 table this overrider is registered on.
- getTable() - Method in interface no.g9.client.support.Listblock
-
Returns the G9Table responsible for displaying this table
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class no.g9.client.support.JComponentCellEditor
-
- getTableCellRendererComponent(Component, ListblockLine, Object, boolean, boolean, int, int) - Method in class no.g9.client.support.CellRenderOverride
-
Override the renderer component.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class no.g9.client.support.G9TableCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class no.g9.client.support.JComponentCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class no.g9.client.support.RowHeaderRenderer
-
- getTabManager(Component) - Method in class no.g9.client.support.G9DialogFrame
-
Gets the tab pane manager for the specified tab page.
- getTextRenderer(int) - Method in class no.g9.client.support.G9Table
-
Returns a renderer with the specified text alignment
- getTheBox() - Method in class no.g9.client.event.G9DroppedDownEvent
-
Returns the combo box
- getToolBar() - Method in class no.g9.client.component.G9DesktopPane
-
Gets the desktop tool bar
- getToolBarElements() - Method in interface no.g9.client.support.G9DialogController
-
- getToolTipText(MouseEvent) - Method in class no.g9.client.support.ToolTipHeader
-
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class no.g9.client.support.JComponentCellEditor
-
- getType() - Method in class no.g9.client.event.G9DataEvent
-
Gets the type.
- getValue() - Method in class no.g9.client.component.G9ComboBox
-
Gets the selected value object.
- getValue() - Method in class no.g9.client.component.G9PasswordField
-
Try creating a new value by parsing the displayed text according to the
output format.
- getValue() - Method in class no.g9.client.component.G9TextArea
-
- getValue() - Method in class no.g9.client.component.G9TextField
-
Try creating a new value by parsing the displayed text according to the
output format.
- getValue() - Method in class no.g9.client.support.DateDocument
-
- getValue() - Method in class no.g9.client.support.DateMidnightDocument
-
- getValue() - Method in class no.g9.client.support.DateTimeDocument
-
- getValue() - Method in class no.g9.client.support.EnumeratorDocument
-
- getValue() - Method in class no.g9.client.support.G9Document
-
- getValue() - Method in interface no.g9.client.support.G9FieldValue
-
- getValue() - Method in class no.g9.client.support.LocalDateDocument
-
- getValue() - Method in class no.g9.client.support.LocalDateTimeDocument
-
- getValue() - Method in class no.g9.client.support.LocalTimeDocument
-
- getValue() - Method in class no.g9.client.support.NumberDocument
-
- getValue() - Method in class no.g9.client.support.TextDocument
-
- getView() - Method in interface no.g9.client.support.G9DialogController
-
Gets the dialog window representing this dialog.
- getVisualRowCount() - Method in class no.g9.client.support.NodeInfoList
-
Returns the size of the list
- getWindow() - Method in interface no.g9.client.support.G9DialogController
-
Returns the window used by this controller.
- getWindowEvent() - Method in class no.g9.client.event.G9WindowEventHolder
-
Returns the window event that is wrapped by this instance.
- getWindowTitle() - Method in interface no.g9.client.support.G9DialogController
-
Returns the title of the main window as defined in the WindowBlock in
g9.
- getWorker(Object) - Static method in class no.g9.client.support.G9Worker
-
Returns an instance of G9Worker.
- getXmlConverter() - Static method in class no.g9.client.support.Application
-
Returns the xml converter
- getZeroValue() - Method in class no.g9.client.support.NumberDocument
-
- grabFocus() - Method in class no.g9.client.component.G9Button
-
- greedyObtain() - Method in class no.g9.client.support.AbstractNode
-
Internal use.
- greedyObtain() - Method in interface no.g9.client.support.ObjectSelectionNode
-
(missing javadoc)