- Launcher - Interface in no.g9.client.support
-
The launcher interface contains the methods for opening a file in the
associated application or opening an URL in the system default browser.
- LEFT - Static variable in class no.g9.client.support.StatusBar
-
Constant denoting the left side of the status bar
- link(JTextComponent, JTextComponent, String, G9DialogController, String) - Static method in class no.g9.client.support.ComponentLink
-
Links to JTextComponents such that the text in the
toTextComponent is the same as that in fromTextComponent
- link(JComboBox, JTextComponent, String, G9DialogController, String) - Static method in class no.g9.client.support.ComponentLink
-
Links a JComboBox to a JTextComponent such that
the selected item in the specified combo box is displayed in the text
component.
- link(JComboBox, JComboBox, String, G9DialogController, String) - Static method in class no.g9.client.support.ComponentLink
-
Links two JComboBoxes so that when a row is selected in the
source combo box, the corresponding row (the row with the same index)
gets selected in the target combo box.
- link(JToggleButton, JToggleButton, String, G9DialogController, String) - Static method in class no.g9.client.support.ComponentLink
-
Links two toggle buttons (typically check boxex or radio buttons) so that
when the source is selected or un-selected, so is the target.
- link(JTextComponent, JComboBox, String, G9DialogController, String) - Static method in class no.g9.client.support.ComponentLink
-
Links a text field to a combo box.
- LinkField - Class in no.g9.client.support
-
Internal class
- LinkField(G9DialogController) - Constructor for class no.g9.client.support.LinkField
-
Creates a new LinkField instance
- Listblock - Interface in no.g9.client.support
-
Methods available to all listblocks.
- ListblockLine - Interface in no.g9.client.support
-
Common methods for listblock lines.
- ListblockLineDeletedColorName - Static variable in class no.g9.client.support.FrameworkRepository
-
Set the name if deleted lines should have a color different from red.
- listenerList - Variable in class no.g9.client.component.G9ButtonGroup
-
List of event listeners
- listenerList - Variable in class no.g9.client.support.JComponentCellEditor
-
List of listeners
- LoadImageTools - Class in no.g9.client.support
-
Helper class for loading images
- LocalDateDocument - Class in no.g9.client.support
-
Document model for fields with date formatting.
- LocalDateDocument(int, String, String, int) - Constructor for class no.g9.client.support.LocalDateDocument
-
- LocalDateTimeDocument - Class in no.g9.client.support
-
Document model for fields with date formatting.
- LocalDateTimeDocument(int, String, String, int) - Constructor for class no.g9.client.support.LocalDateTimeDocument
-
- LocalTimeDocument - Class in no.g9.client.support
-
Document model for fields with date formatting.
- LocalTimeDocument(int, String, String, int) - Constructor for class no.g9.client.support.LocalTimeDocument
-