- calcFontSize(int) - Static method in class no.g9.client.support.FontTools
-
Converts a Windows font size to a 72 dpi (assumed by Java 2D) font
size.
- callCheckChangeHook() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Forwards a call to the appropriate check change hook.
- callCheckClearHook() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Forwards a call to the appropriate check clear hook.
- callCheckCloseHook() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Forwards a call to the appropriate check close hook.
- callCheckDeleteHook() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Forwards a call to the appropriate check delete hook.
- callCheckFindHook() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Forwards a call to the appropriate check find hook.
- callCheckRowSelectHook(int, int) - Method in interface no.g9.client.support.ObjectSelectionNode
-
Forwards a call to the appropriate check row select hook.
- callCheckSaveHook() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Forwards a call to the appropriate check save hook.
- callHookBeforeDisplay(Object, String) - Method in interface no.g9.client.support.ObjectSelectionNode
-
Forwards calls to the specific hook method.
- callHookCheckChange(String) - Method in interface no.g9.client.support.G9DialogController
-
Internal use.
- callHookCheckClear(String) - Method in interface no.g9.client.support.G9DialogController
-
Internal use.
- callHookCheckClose(String) - Method in interface no.g9.client.support.G9DialogController
-
Internal use.
- callHookCheckDelete(String) - Method in interface no.g9.client.support.G9DialogController
-
Internal use.
- callHookCheckFind(String) - Method in interface no.g9.client.support.G9DialogController
-
Internal use.
- callHookCheckPrint(String) - Method in interface no.g9.client.support.G9DialogController
-
Internal use.
- callHookCheckRowSelect(String, int, int) - Method in interface no.g9.client.support.G9DialogController
-
Internal use.
- callHookCheckSave(String) - Method in interface no.g9.client.support.G9DialogController
-
Internal use.
- callHooksBeforeInsert(ListblockLine) - Method in interface no.g9.client.support.Listblock
-
Forwards call to the hook method before insert.
- CANCEL - Static variable in interface no.g9.client.support.ApplicationMethods
-
Constant for CANCEL
- cancelCellEditing() - Method in class no.g9.client.support.JComponentCellEditor
-
- cascade - Static variable in class no.g9.client.component.G9DesktopPane
-
The name of the cascade action, used as key in the action map.
- cascade() - Method in class no.g9.client.component.G9DesktopPane
-
Cascades all internal frames.
- CascadeAction(String, ImageIcon, String, Integer) - Constructor for class no.g9.client.component.G9DesktopPane.CascadeAction
-
Constructor - creates a new instance of CascadeAction.
- cascadeItem - Variable in class no.g9.client.component.menu.G9WindowMenu
-
The cascade menu item
- CellRenderOverride - Class in no.g9.client.support
-
(missing javadoc)
- CellRenderOverride() - Constructor for class no.g9.client.support.CellRenderOverride
-
- chainComparators(List) - Static method in class no.g9.client.support.AbstractAttributeComparator
-
Chains this comparator to first comparator in the list, and then calls
that comparators chain method.
- CHANGED - Static variable in class no.g9.client.support.ECheckResult
-
The "changed" check result
- changeEvent - Variable in class no.g9.client.support.JComponentCellEditor
-
The change event
- changeSelection(int, int, boolean, boolean) - Method in class no.g9.client.support.G9Table
-
Updates the selection models of the table, depending on the state of the
two flags: toggle and extend.
- checkChanged() - Method in class no.g9.client.support.AbstractNode
-
- checkChanged() - Method in interface no.g9.client.support.ObjectSelectionNode
-
If the dialog controllers ignoreCheckChange is false this
method checks if the node (with children) is unchanged.
- checkChangedAsChild() - Method in class no.g9.client.support.AbstractNode
-
Recursivly calls check change and then checks the integrity of the
relation of this target and the parent target if the target is
up-related.
- checkClear() - Method in class no.g9.client.support.AbstractNode
-
- checkClear(String) - Method in interface no.g9.client.support.G9DialogController
-
Perfoms checkClear on the specified root role
- checkClear() - Method in interface no.g9.client.support.ObjectSelectionNode
-
If the controller's ignoreCheckChange property is false,
determin if it is ok to proceed with action clear.
- checkClose() - Method in class no.g9.client.support.AbstractNode
-
- checkClose() - Method in interface no.g9.client.support.G9DialogController
-
Performs checkClose on this dialog.
- checkClose() - Method in interface no.g9.client.support.ObjectSelectionNode
-
If the dialog controllers Determin if it is ok to proceed with action
close window.
- checkDelete() - Method in class no.g9.client.support.AbstractNode
-
- checkDelete() - Method in interface no.g9.client.support.ObjectSelectionNode
-
If the controller's ignoreCheckChange property is false,
determin if it is ok to proceed with action delete.
- checkFind() - Method in class no.g9.client.support.AbstractNode
-
- checkFind() - Method in interface no.g9.client.support.ObjectSelectionNode
-
If the controller's ignoreCheckChange property is false,
determin if it is ok to proceed with find action.
- checkForeignNodes() - Method in class no.g9.client.support.Application
-
- checkForeignNodes() - Method in interface no.g9.client.support.ApplicationMethods
-
If the checkForeginNodes flag is true (the default value),
foreign nodes are checked as part of the checkRowSelect when a selected
line changes in a listblock.
- checkForeignNodes() - Method in interface no.g9.client.support.Listblock
-
Returns the boolean value of the checkForeignNodes property.
- checkPrint() - Method in class no.g9.client.support.AbstractNode
-
- checkRowSelection(int, int) - Method in class no.g9.client.support.AbstractNode
-
- checkRowSelection(int, int, Set) - Method in class no.g9.client.support.AbstractNode
-
- checkRowSelection(int, int) - Method in interface no.g9.client.support.ObjectSelectionNode
-
If the controller's ignoreCheckChange property is false,
determine if it is ok to proceed to change the selected row in a
listblock.
- checkSave() - Method in class no.g9.client.support.AbstractNode
-
- checkSave() - Method in interface no.g9.client.support.ObjectSelectionNode
-
If the controller's ignoreCheckChange property is false,
determin if it is ok to proceed with action save.
- CLEAN - Static variable in interface no.g9.client.support.ObjectSelectionNode
-
The state that occurs when an object has been displayed, but not altered
by the user.
- cleanUpMnemonicButtons() - Method in class no.g9.client.support.G9DialogFrame
-
Internal use.
- clear() - Method in class no.g9.client.component.G9ButtonGroup
-
Clears the radio button group.
- clear(String) - Method in class no.g9.client.support.ClearTool
-
Recursivly clears the specified node and all related children from the
object selection.
- clear() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Clears fields from the relation from the dialog structure.
- clear(String) - Method in interface no.g9.client.support.ObjectSelectionNode
-
Clears a given field from the relation from the dialog structure.
- clearAllAssociation() - Method in class no.g9.client.support.AbstractNode
-
Clears all associations for the role.
- clearDialog() - Method in interface no.g9.client.support.G9DialogController
-
Clears all window blocks in this dialog.
- CLEARED - Static variable in interface no.g9.client.support.ObjectSelectionNode
-
The initial state of the node.
- clearEditFields() - Method in interface no.g9.client.support.Listblock
-
Recursivly clears the edit fields of this table.
- clearKeepKeys(String) - Method in class no.g9.client.support.ClearTool
-
Recursivly clears the specified role, expept the keys on the first node.
- clearKeepKeys() - Method in interface no.g9.client.support.ObjectSelectionNode
-
Clears all fields exept the fields that are part of the main key.
- clearKeepKeysOnEDT() - Method in class no.g9.client.support.AbstractNode
-
INTERNAL USE.
- clearLine(int) - Method in class no.g9.client.support.NodeInfoList
-
Removes the line at the specified position
- clearLines() - Method in class no.g9.client.support.NodeInfoList
-
Clears the list of lines.
- clearLines(int[]) - Method in class no.g9.client.support.NodeInfoList
-
Sorts the list of lines and then removes the specified lines from the
list.
- clearListBlocks(Set) - Method in class no.g9.client.support.ClearTool
-
Clears listblocks contained in the listBlocks set.
- clearMembers(String) - Method in class no.g9.client.support.ClearTool
-
Clears all roles associated with the specified role.
- clearObjectSelection() - Method in interface no.g9.client.support.G9DialogController
-
Recursivly clears all nodes from the object selection.
- clearOnEDT() - Method in class no.g9.client.support.AbstractNode
-
INTERNAL USE.
- clearOnEDT(String) - Method in class no.g9.client.support.AbstractNode
-
INTERNAL USE.
- clearRole(String) - Method in class no.g9.client.support.ClearTool
-
Recursivly clears the specified node and all related children from the
object selection.
- clearSelectedLines() - Method in interface no.g9.client.support.Listblock
-
Unselects any selected line from the listblock.
- ClearTool - Class in no.g9.client.support
-
Utility class used for clearing nodes from the object selction.
- ClearTool(Map) - Constructor for class no.g9.client.support.ClearTool
-
Creates a new instance.
- ClientDispatcherContext - Interface in no.g9.client.support.message
-
A message context used in JFC.
- ClientInteractor - Class in no.g9.client.support.message
-
Utility class for displaying a
Message
- ClientInteractor() - Constructor for class no.g9.client.support.message.ClientInteractor
-
Constructs a ClientInteractor object without an application
- ClientInteractor(ApplicationMethods) - Constructor for class no.g9.client.support.message.ClientInteractor
-
Constructs a ClientInteractor object
- CLOSED_WINDOW - Static variable in interface no.g9.client.support.ApplicationMethods
-
Constant for if user closed window
- ComboBoxRenderer - Class in no.g9.client.component
-
The combo box renderer used to render list values.
- ComboBoxRenderer(G9Document, int) - Constructor for class no.g9.client.component.ComboBoxRenderer
-
Constructs a new combo box renderer.
- commonViewStartup(JInternalFrame, G9DialogController) - Method in interface no.g9.client.support.ApplicationMethods
-
This method is called each time a window is created in an MDI setting.
- commonViewStartup(JFrame, G9DialogController) - Method in interface no.g9.client.support.ApplicationMethods
-
This method is called each time a window is created outside of a MDI
context.
- compare(Object, Object) - Method in class no.g9.client.component.G9ComboBoxModel
-
Compares its two arguments for order.
- compareTo(Object) - Method in class no.g9.client.support.AbstractAttributeComparator
-
Compares this object with the specified object for order.
- compareTo(AbstractAttributeComparator) - Method in class no.g9.client.support.AbstractAttributeComparator
-
Compares this object to another instance of AbstractAttributeComparator.
- componentEnable(EnableEvent) - Method in class no.g9.client.component.EnableManager
-
- componentEnable(EnableEvent) - Method in interface no.g9.client.event.EnableListener
-
Invoked when a EnableNotifier component is either enabled or disabled.
- ComponentLink - Class in no.g9.client.support
-
Utility class for linking two gui components together.
- ComponentLink() - Constructor for class no.g9.client.support.ComponentLink
-
- componentToName - Variable in class no.g9.client.support.G9DialogFrame
-
Map components to names
- container - Variable in class no.g9.client.support.JComponentCellEditor
-
The container using this editor
- contains(Object) - Method in interface no.g9.client.support.ListblockLine
-
Returns true if this line contains the specified instance.
- CONTINUE - Static variable in class no.g9.client.support.ECheckResult
-
The "continue" check result
- copyActions(G9DialogFrame) - Method in class no.g9.client.component.G9DialogBox
-
This method is intended for internal use only, and is only public as an
implementation effect.
- createDialog(String) - Method in interface no.g9.client.support.ApplicationMethods
-
Creates a dialog with the given name.
- createDialog(String, boolean) - Method in interface no.g9.client.support.ApplicationMethods
-
Creates a dialog with the given name.
- createMenuComponents() - Method in class no.g9.client.component.menu.G9Menu
-
Dynamicly creates the menu.
- createMenuComponents() - Method in class no.g9.client.component.menu.G9WindowMenu
-
Creates the menu components on this window menu.
- createMenuItem(Action, String, String) - Static method in class no.g9.client.component.menu.G9Menu
-
Creates a menu item based on the given arguments.
- currentApplication - Variable in class no.g9.client.support.Application
-
Reference to the current application
- CUSTOM_MENU - Static variable in class no.g9.client.component.menu.G9Menu
-
Constant denoting that the menu is a custom menu
- CustomTraversalPolicy - Class in no.g9.client.support
-
The custom traversal policy for a dialog box or a document window.
- CustomTraversalPolicy(G9DialogController, String[]) - Constructor for class no.g9.client.support.CustomTraversalPolicy
-
Creates a new CustomTraversalPolicy instance.