Skip navigation links
A B C D E F G H I J L M N O P R S T U V W Y 

A

AbstractAttributeComparator - Class in no.g9.client.support
Internal use!
AbstractAttributeComparator(String, int, int, int) - Constructor for class no.g9.client.support.AbstractAttributeComparator
Creates a new instance of this comparator.
AbstractG9DialogController - Class in no.g9.client.support
The abstract g9 dialog controller.
AbstractG9DialogController() - Constructor for class no.g9.client.support.AbstractG9DialogController
 
AbstractNode<T> - Class in no.g9.client.support
The class representing a target in the object selection.
AbstractNode() - Constructor for class no.g9.client.support.AbstractNode
 
accept(Visitor<ObjectSelectionNode>) - Method in class no.g9.client.support.AbstractNode
 
actionExit() - Method in class no.g9.client.support.Application
Standard exit application.
actionExit() - Method in interface no.g9.client.support.ApplicationMethods
Internal use!
actionPerformed(ActionEvent) - Method in class no.g9.client.component.G9ButtonGroup
 
actionPerformed(ActionEvent) - Method in class no.g9.client.component.G9DesktopPane.CascadeAction
 
actionPerformed(ActionEvent) - Method in class no.g9.client.component.G9DesktopPane.TileAction
 
actionPerformed(ActionEvent) - Method in class no.g9.client.support.LinkField
 
add(AbstractButton) - Method in class no.g9.client.component.G9ButtonGroup
 
add(Component) - Method in class no.g9.client.component.G9ToolBar
Adds the component argument to this tool bar.
add(Component) - Method in class no.g9.client.component.menu.G9Menu
Appends a component to the end of this menu and removes consecutive separators if G9Menu.setRemoveConsecutiveSeparators(boolean) is set.
add(JMenu) - Method in class no.g9.client.component.menu.G9MenuBar
Do not use this to add a menu to this menu bar!
Use G9MenuBar.addG9Menu(JMenu)
Adds a menu to this menu bar.
add(Component) - Method in class no.g9.client.support.StatusBar
Adds a component to the left side of the status bar.
add(String) - Method in class no.g9.client.support.StatusBar
Adds the specified text to the left side of the status bar.
addActionListener(ActionListener) - Method in class no.g9.client.component.G9ButtonGroup
Adds an action listener to the group of listeners that should get notified when an action event occurs.
addActionListener(ActionListener) - Method in class no.g9.client.component.G9ComboBoxEditor
 
addAllItems(Collection<? extends Object>) - Method in class no.g9.client.component.G9ComboBox
Adds a collection of items to the combo box.
addAllowedKeyStroke(KeyStroke) - Static method in class no.g9.client.support.DialogBlocker
Add the specified key stroke to the set of key strokes that will be allowed through even if a dialog is blocked.
addAllowedKeyStrokesFromMenuBar(JMenuBar) - Static method in class no.g9.client.support.DialogBlocker
Internal use. Invoked by the application controller.
addAllowedMnemonicsFromButtons(Component) - Static method in class no.g9.client.support.DialogBlocker
* Internal use. Invoked by the application controller.
addAssociation(Object, String, int, boolean, Class) - Method in class no.g9.client.support.RoleObject
Adds an association to the list of associated objects.
addCellEditorListener(CellEditorListener) - Method in class no.g9.client.support.JComponentCellEditor
 
addChild(ObjectSelectionNode) - Method in interface no.g9.client.support.ObjectSelectionNode
Adds a child to the set of children
addComponent(Component, int) - Method in class no.g9.client.support.StatusBar
Add a component to the status bar.The alignment must be either StatusBar.LEFT or StatusBar.RIGHT.
addComponent(Component, int, int, boolean) - Method in class no.g9.client.support.StatusBar
Adds a component to the status bar.
addDomainObject(Object) - Method in interface no.g9.client.support.ListblockLine
Adds a domain object to this listblock.
addElement(Object) - Method in class no.g9.client.component.G9ComboBoxModel
addElements(Collection<? extends Object>) - Method in class no.g9.client.component.G9ComboBoxModel
Adds a collection of elements to the combo box model.
addEnableListener(EnableListener) - Method in class no.g9.client.component.menu.G9MenuItem
Adds an EnableListener to this component.
addEnableListener(EnableListener) - Method in interface no.g9.client.event.EnableNotifier
Adds the specified listener to the list of listener.
addFocusListener(FocusListener) - Method in class no.g9.client.component.G9ButtonGroup
Adds a focus listener to the list of listeners that should be notified when a focus event occurs.
addG9Item(String) - Method in class no.g9.client.component.menu.G9Menu
Creates a new menu item with the specified title and adds it to the menu.
addG9Item(String, String) - Method in class no.g9.client.component.menu.G9Menu
Creates a new menu item with the specified title and adds it to the menu.
addG9Item(JMenuItem) - Method in class no.g9.client.component.menu.G9Menu
Adds a menu item to this menu.
addG9Item(JSeparator) - Method in class no.g9.client.component.menu.G9Menu
Adds a separator to this menu.
addG9Menu(JMenu) - Method in class no.g9.client.component.menu.G9MenuBar
Adds a menu to this menu bar.
addG9SelectionListener(G9SelectionListener) - Method in class no.g9.client.component.G9ComboBox
Adds a g9 selected listener to this component.
addG9SelectionListener(G9SelectionListener) - Method in class no.g9.client.support.G9Table
Adds a selection listener to the list of listeners that will be notified each time the selected row has changed.
addG9WindowListener(G9WindowListener) - Method in class no.g9.client.support.G9DialogFrame
Adds the specified listener to receive g9 window events from this g9 window.
addItem(Object) - Method in class no.g9.client.component.G9ComboBox
 
addItem(Collection<? extends Object>) - Method in class no.g9.client.component.G9ComboBox
Adds a collection of items to the item list.
addItem(String, Class<?>) - Method in class no.g9.client.component.G9ComboBox
Adds an enumeration to this combo.
addLine(Object) - Method in class no.g9.client.support.NodeInfoList
Adds a line to the list
addLine(Object, int) - Method in class no.g9.client.support.NodeInfoList
Adds a line to the list at the specified position.
addListBlock(Object, Class[]) - Method in class no.g9.client.support.RoleObject
Adds a list block.
addNotePage(Component, G9TabPaneManager) - Method in class no.g9.client.support.G9DialogFrame
Registers a tab pane and the corresponding tab pane manager.
addSimpleBlock(Object) - Method in class no.g9.client.support.RoleObject
Adds a simple block to the list of simple blocks that can display the domain object.
addTextLeft(String) - Method in class no.g9.client.support.StatusBar
Adds a text to the left of the status bar.
addTextLeft(String, int, boolean) - Method in class no.g9.client.support.StatusBar
Adds a text to the left side of the status bar.
addTextRight(String) - Method in class no.g9.client.support.StatusBar
Adds a text to the right of the status bar.
addTextRight(String, int, boolean) - Method in class no.g9.client.support.StatusBar
Adds a text to the right side of the status bar.
addToAssociation(String, Object, Set) - Method in class no.g9.client.support.AbstractNode
Internal use
addToMnemonicButtons(JButton) - Method in class no.g9.client.support.G9DialogFrame
Internal use.
addValueChangedListener(G9ValueChangedListener) - Method in class no.g9.client.component.G9ButtonGroup
 
addValueChangedListener(G9ValueChangedListener) - Method in class no.g9.client.component.G9ButtonGroup.ComponentGroup
 
addValueChangedListener(G9ValueChangedListener) - Method in class no.g9.client.component.G9CheckBox
 
addValueChangedListener(G9ValueChangedListener) - Method in class no.g9.client.component.G9ComboBox
 
addValueChangedListener(G9ValueChangedListener) - Method in class no.g9.client.component.G9PasswordField
 
addValueChangedListener(G9ValueChangedListener) - Method in class no.g9.client.component.G9RadioButton
 
addValueChangedListener(G9ValueChangedListener) - Method in class no.g9.client.component.G9TextArea
 
addValueChangedListener(G9ValueChangedListener) - Method in class no.g9.client.component.G9TextField
 
addValueChangedListener(G9ValueChangedListener) - Method in interface no.g9.client.event.G9ValueState
Adds a change listener to this component.
addVetoableSelectionListener(G9VetoableSelectionListener) - Method in class no.g9.client.support.G9Table
Adds a vetoable selection listener to the list of vetoable selection listeners.
addWindow(G9DialogController) - Method in class no.g9.client.support.Application
Add a new window.
addWindow(G9DialogController) - Method in interface no.g9.client.support.ApplicationMethods
Internal use.
addWindow(G9DialogController, boolean) - Method in interface no.g9.client.support.ApplicationMethods
Internal use.
allLines() - Method in interface no.g9.client.support.Listblock
Returns a list of ListblockLine containing all lines in the listblock.
allLines() - Method in class no.g9.client.support.NodeInfoList
Returns the vector holding all lines.
append(T, String) - Method in class no.g9.client.support.AbstractNode
Appends the value from the specified field (if possible) to the corresponding text area.
appendOnEDT(T, String) - Method in class no.g9.client.support.AbstractNode
INTERNAL USE.
Application - Class in no.g9.client.support
Common super class for all generated applications.
Application() - Constructor for class no.g9.client.support.Application
Default constructor.
applicationExceptionHandler(Throwable) - Method in class no.g9.client.support.Application
Application-wide default handler for all Runtime Exceptions.
applicationExceptionHandler(Throwable) - Method in interface no.g9.client.support.ApplicationMethods
Application-wide default handler for alle Runtime Exceptions.
ApplicationMethods - Interface in no.g9.client.support
Interface for application
ASCENDING - Static variable in class no.g9.client.support.AbstractAttributeComparator
Constant denoting the sort direction.
asComponent() - Method in class no.g9.client.component.G9ButtonGroup
Returns a component view of this group
AssociationAccess() - Constructor for class no.g9.client.support.RoleObject.AssociationAccess
Default constructor.
AssociationAccess(String, int, boolean, Class) - Constructor for class no.g9.client.support.RoleObject.AssociationAccess
Instanciates a new association access object.
A B C D E F G H I J L M N O P R S T U V W Y 
Skip navigation links

Copyright © 2006–2020 Esito AS. All rights reserved.