|
|||||||||
| Home >> All >> com >> eireneh >> config >> [ swing overview ] | PREV NEXT | ||||||||
A
- AdvancedConfigPane - class com.eireneh.config.swing.AdvancedConfigPane.
- A mutable view of Fields setting array.
- AdvancedConfigPane(Config) - Constructor for class com.eireneh.config.swing.AdvancedConfigPane
- Create a TreeConfig panel Field set
- AdvancedConfigPane.AdvancedConfigureTreeModel - class com.eireneh.config.swing.AdvancedConfigPane.AdvancedConfigureTreeModel.
- A custom data model for the TreeConfig Tree
- AdvancedConfigPane.AdvancedConfigureTreeModel() - Constructor for class com.eireneh.config.swing.AdvancedConfigPane.AdvancedConfigureTreeModel
- AdvancedConfigPane.CompNode - class com.eireneh.config.swing.AdvancedConfigPane.CompNode.
- Simple Tree Node
- AdvancedConfigPane.CompNode(String) - Constructor for class com.eireneh.config.swing.AdvancedConfigPane.CompNode
- Create a node with a name and path
- AdvancedConfigPane.CustomTreeCellEditor - class com.eireneh.config.swing.AdvancedConfigPane.CustomTreeCellEditor.
- AdvancedConfigPane.CustomTreeCellEditor(JTree, DefaultTreeCellRenderer) - Constructor for class com.eireneh.config.swing.AdvancedConfigPane.CustomTreeCellEditor
- AdvancedConfigPane.CustomTreeCellRenderer - class com.eireneh.config.swing.AdvancedConfigPane.CustomTreeCellRenderer.
- AdvancedConfigPane.CustomTreeCellRenderer() - Constructor for class com.eireneh.config.swing.AdvancedConfigPane.CustomTreeCellRenderer
- actionPerformed(ActionEvent) - Method in class com.eireneh.config.swing.SwingConfig.URLActionListener
- The save action
- addChoice(String, Choice) - Method in class com.eireneh.config.swing.AdvancedConfigPane
- Add a Choice to our set of panels
- addChoice(String, Choice) - Method in class com.eireneh.config.swing.PanelConfigPane
- Add a Choice to our set of panels
- addChoice(String, Choice) - Method in class com.eireneh.config.swing.TreeConfigPane
- Add a Choice to our set of panels
- addTreeModelListener(TreeModelListener) - Method in class com.eireneh.config.swing.TreeConfigPane.ConfigureTreeModel
- Adds a listener for the TreeModelEvent posted after the tree changes.
- al - Variable in class com.eireneh.config.swing.PanelConfigPane
- Action when the user clicks on accept
- apply - Variable in class com.eireneh.config.swing.PanelConfigPane
- The apply button
B
- BLANK - Static variable in class com.eireneh.config.swing.TreeConfigPane
- The name of the blank tab
- BaseConfig - interface com.eireneh.config.swing.BaseConfig.
- Some static methods for using the Config package.
- back - Variable in class com.eireneh.config.swing.WizardConfigPane
- The Back button
C
- cancel - Variable in class com.eireneh.config.swing.PanelConfigPane
- The cancel button
- cards - Variable in class com.eireneh.config.swing.PanelConfigPane
- How many cards have we created - we only need a tree if there are 2 or more cards
- cards - Variable in class com.eireneh.config.swing.WizardConfigPane
- The number of cards
- com.eireneh.config.swing - package com.eireneh.config.swing
- comps - Variable in class com.eireneh.config.swing.AdvancedConfigPane
- A hash of components
- config - Variable in class com.eireneh.config.swing.PanelConfigPane
- The class that represents the Fields that we display
- config - Variable in class com.eireneh.config.swing.SwingConfig.URLActionListener
- The URL to save to if needed
- ctm - Variable in class com.eireneh.config.swing.TreeConfigPane
- The custom tree model for the tree
D
- DISPLAY_TAB - Static variable in class com.eireneh.config.swing.SwingConfig
- The old tabbed display style
- DISPLAY_TREE - Static variable in class com.eireneh.config.swing.SwingConfig
- The new tree display style
- DISPLAY_WIZARD - Static variable in class com.eireneh.config.swing.SwingConfig
- The old tabbed display style
- deck - Variable in class com.eireneh.config.swing.TreeConfigPane
- Contains the configuration panels
- deck - Variable in class com.eireneh.config.swing.WizardConfigPane
- Contains the configuration panels
- decks - Variable in class com.eireneh.config.swing.PanelConfigPane
- A fast way to get at the configuration panels
- dialog - Variable in class com.eireneh.config.swing.PanelConfigPane
- The dialog that we are displayed in
- display_class - Static variable in class com.eireneh.config.swing.SwingConfig
- Which display style to we use
E
- editRemoteConfig(URL) - Method in class com.eireneh.config.swing.Remote
- Program entry point.
F
- Field - interface com.eireneh.config.swing.Field.
- A Field is an interface for a visual representation of a Choice.
- FieldMap - class com.eireneh.config.swing.FieldMap.
- This class provides mapping between Choice types and Fields.
- FieldMap() - Constructor for class com.eireneh.config.swing.FieldMap
- fields - Variable in class com.eireneh.config.swing.PanelConfigPane
- The set of fields that we are displaying
- fireTreeStructureChanged(Object) - Method in class com.eireneh.config.swing.TreeConfigPane.ConfigureTreeModel
- Notify all listeners that have registered interest for notification on this event type.
- fireTreeStructureChanged(Object, Object[]) - Method in class com.eireneh.config.swing.TreeConfigPane.ConfigureTreeModel
- Notify all listeners that have registered interest for notification on this event type.
G
- getButtonPane() - Method in class com.eireneh.config.swing.PanelConfigPane
- A Config panel does not have buttons.
- getButtonPane() - Method in class com.eireneh.config.swing.WizardConfigPane
- A Config panel does not have buttons.
- getChild(Object, int) - Method in class com.eireneh.config.swing.AdvancedConfigPane.AdvancedConfigureTreeModel
- Returns the child of parent at index index in the parent's child array.
- getChild(Object, int) - Method in class com.eireneh.config.swing.TreeConfigPane.ConfigureTreeModel
- Returns the child of parent at index index in the parent's child array.
- getChildCount(Object) - Method in class com.eireneh.config.swing.AdvancedConfigPane.AdvancedConfigureTreeModel
- Returns the number of children of parent.
- getChildCount(Object) - Method in class com.eireneh.config.swing.TreeConfigPane.ConfigureTreeModel
- Returns the number of children of parent.
- getChildren(String) - Method in class com.eireneh.config.swing.AdvancedConfigPane.AdvancedConfigureTreeModel
- Get a Vector of the children rooted at path
- getChildren(String) - Method in class com.eireneh.config.swing.TreeConfigPane.ConfigureTreeModel
- Get a Vector of the children rooted at path
- getComponent() - Method in interface com.eireneh.config.swing.Field
- Get the actual component that we can add to a Panel.
- getDisplayClass() - Static method in class com.eireneh.config.swing.SwingConfig
- Which display style to we use
- getField(String, Object) - Static method in class com.eireneh.config.swing.FieldMap
- Get a field from a string
- getFullName() - Method in class com.eireneh.config.swing.AdvancedConfigPane.CompNode
- The path to us
- getFullName() - Method in class com.eireneh.config.swing.TreeConfigPane.Node
- The path to us
- getHashtable() - Static method in class com.eireneh.config.swing.FieldMap
- We configure the FieldMap by access to the Hashtable that holds the string/Field mapping.
- getHelpText() - Method in class com.eireneh.config.swing.Remote.PasswordChoice
- getHelpText() - Method in class com.eireneh.config.swing.Remote.RemoteHostChoice
- getHelpText() - Method in class com.eireneh.config.swing.Remote.RemotePortChoice
- getHelpText() - Method in class com.eireneh.config.swing.Remote.UsernameChoice
- getIndexOfChild(Object, Object) - Method in class com.eireneh.config.swing.TreeConfigPane.ConfigureTreeModel
- Returns the index of child in parent.
- getInt() - Method in class com.eireneh.config.swing.Remote.RemotePortChoice
- getRoot() - Method in class com.eireneh.config.swing.TreeConfigPane.ConfigureTreeModel
- Returns the root of the tree.
- getString() - Method in class com.eireneh.config.swing.Remote.PasswordChoice
- getString() - Method in class com.eireneh.config.swing.Remote.RemoteHostChoice
- getString() - Method in class com.eireneh.config.swing.Remote.UsernameChoice
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class com.eireneh.config.swing.AdvancedConfigPane.CustomTreeCellEditor
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.eireneh.config.swing.AdvancedConfigPane.CustomTreeCellRenderer
- getType() - Method in class com.eireneh.config.swing.Remote.PasswordChoice
- getValue() - Method in interface com.eireneh.config.swing.Field
- Return a string version of the current value
H
- hash - Static variable in class com.eireneh.config.swing.FieldMap
- The configuration table
- help - Variable in class com.eireneh.config.swing.PanelConfigPane
- The help button
- hideDialog() - Method in class com.eireneh.config.swing.PanelConfigPane
- Close any open dialogs
- host - Variable in class com.eireneh.config.swing.Remote
- The host to talk to
- host - Variable in class com.eireneh.config.swing.SwingConfig.URLActionListener
- The hostname to save to if remote saveing is enabled
I
- isLeaf(Object) - Method in class com.eireneh.config.swing.AdvancedConfigPane.AdvancedConfigureTreeModel
- Returns true if node is a leaf.
- isLeaf(Object) - Method in class com.eireneh.config.swing.TreeConfigPane.ConfigureTreeModel
- Returns true if node is a leaf.
- isSaveable() - Method in class com.eireneh.config.swing.Remote.PasswordChoice
J
- jbInit() - Method in class com.eireneh.config.swing.AdvancedConfigPane
- Now this wasn't created with JBuilder but maybe, just maybe, by calling my method this, JBuilder may grok it.
- jbInit() - Method in class com.eireneh.config.swing.PanelConfigPane
- Now this wasn't created with JBuilder but maybe, just maybe, by calling my method this, JBuilder may grok it.
- jbInit() - Method in class com.eireneh.config.swing.TabbedConfigPane
- Now this wasn't created with JBuilder but maybe, just maybe, by calling my method this, JBuilder may grok it.
- jbInit() - Method in class com.eireneh.config.swing.TreeConfigPane
- Now this wasn't created with JBuilder but maybe, just maybe, by
calling my method this, JBuilder may grok it.
Danger - this method is not called by the TreeConfigPane constructor, it is called by the PanelConfigPane constructor so any field initializers will be called AFTER THIS METHOD EXECUTES so don't use field initializers. - jbInit() - Method in class com.eireneh.config.swing.WizardConfigPane
- Now this wasn't created with JBuilder but maybe, just maybe, by calling my method this, JBuilder may grok it.
L
- layout - Variable in class com.eireneh.config.swing.TreeConfigPane
- Layout for the config panels
- layout - Variable in class com.eireneh.config.swing.WizardConfigPane
- Layout for the config panels
- listeners - Variable in class com.eireneh.config.swing.TreeConfigPane.ConfigureTreeModel
- The Listeners.
- loadRemote() - Method in class com.eireneh.config.swing.Remote
- localToScreen() - Method in class com.eireneh.config.swing.PanelConfigPane
- Take the data in the local storage area and copy it on screen.
- log - Static variable in class com.eireneh.config.swing.FieldMap
- The log stream
- log - Static variable in class com.eireneh.config.swing.WizardConfigPane
- The log stream
M
- move(int) - Method in class com.eireneh.config.swing.WizardConfigPane
- Set a new card to be visible
N
- name - Variable in class com.eireneh.config.swing.TreeConfigPane.Node
- The displayed string
- names - Variable in class com.eireneh.config.swing.WizardConfigPane
- The list of path names
O
- ok - Variable in class com.eireneh.config.swing.PanelConfigPane
- The Ok button
P
- PanelConfigPane - class com.eireneh.config.swing.PanelConfigPane.
- Some static methods for using the Config package.
- PanelConfigPane(Config) - Constructor for class com.eireneh.config.swing.PanelConfigPane
- Create a Config base with the set of Fields that it will display.
- path - Variable in class com.eireneh.config.swing.AdvancedConfigPane.CompNode
- The path to us
- path - Variable in class com.eireneh.config.swing.TreeConfigPane.Node
- The path to us
- port - Variable in class com.eireneh.config.swing.Remote
- The port number to talk on
- port - Variable in class com.eireneh.config.swing.SwingConfig.URLActionListener
- The port on the remote host
- posn - Variable in class com.eireneh.config.swing.WizardConfigPane
- The current position
R
- Remote - class com.eireneh.config.swing.Remote.
- Edit the Config of a remove server.
- Remote() - Constructor for class com.eireneh.config.swing.Remote
- Remote.PasswordChoice - class com.eireneh.config.swing.Remote.PasswordChoice.
- Password
- Remote.PasswordChoice() - Constructor for class com.eireneh.config.swing.Remote.PasswordChoice
- Remote.RemoteHostChoice - class com.eireneh.config.swing.Remote.RemoteHostChoice.
- Default host
- Remote.RemoteHostChoice() - Constructor for class com.eireneh.config.swing.Remote.RemoteHostChoice
- Remote.RemotePortChoice - class com.eireneh.config.swing.Remote.RemotePortChoice.
- Default listen port
- Remote.RemotePortChoice() - Constructor for class com.eireneh.config.swing.Remote.RemotePortChoice
- Remote.UsernameChoice - class com.eireneh.config.swing.Remote.UsernameChoice.
- Username
- Remote.UsernameChoice() - Constructor for class com.eireneh.config.swing.Remote.UsernameChoice
- removeChoice(String, Choice) - Method in class com.eireneh.config.swing.AdvancedConfigPane
- Add a Choice to our set of panels
- removeChoice(String, Choice) - Method in class com.eireneh.config.swing.PanelConfigPane
- Add a Choice to our set of panels
- removeChoice(String, Choice) - Method in class com.eireneh.config.swing.TreeConfigPane
- Add a Choice to our set of panels
- removeTreeModelListener(TreeModelListener) - Method in class com.eireneh.config.swing.TreeConfigPane.ConfigureTreeModel
- Removes a listener previously added with addTreeModelListener().
- root - Variable in class com.eireneh.config.swing.TreeConfigPane.ConfigureTreeModel
- The root node
S
- SwingConfig - class com.eireneh.config.swing.SwingConfig.
- Allow a swing program to display a Dialog box displaying a set of config options.
- SwingConfig() - Constructor for class com.eireneh.config.swing.SwingConfig
- SwingConfig.URLActionListener - class com.eireneh.config.swing.SwingConfig.URLActionListener.
- A quick class to save a config to a url
- SwingConfig.URLActionListener(Config, URL) - Constructor for class com.eireneh.config.swing.SwingConfig.URLActionListener
- To save to a URL
- SwingConfig.URLActionListener(Config, String, int) - Constructor for class com.eireneh.config.swing.SwingConfig.URLActionListener
- To save to a remote computer
- screenToLocal() - Method in class com.eireneh.config.swing.PanelConfigPane
- Take the data displayed on screen an copy it to the local storage area.
- selectCard() - Method in class com.eireneh.config.swing.AdvancedConfigPane
- Used to update the configuration panel whenever someone selects a different item form the tree on the LHS of the configuation dialog.
- selectCard() - Method in class com.eireneh.config.swing.TreeConfigPane
- Used to update the configuration panel whenever someone selects a different item form the tree on the LHS of the configuation dialog.
- setDisplayClass(Class) - Static method in class com.eireneh.config.swing.SwingConfig
- Which display style to we use
- setInt(int) - Method in class com.eireneh.config.swing.Remote.RemotePortChoice
- setOptions(Object) - Method in interface com.eireneh.config.swing.Field
- Some fields will need some extra info to display properly like the options in an options field.
- setString(String) - Method in class com.eireneh.config.swing.Remote.PasswordChoice
- setString(String) - Method in class com.eireneh.config.swing.Remote.RemoteHostChoice
- setString(String) - Method in class com.eireneh.config.swing.Remote.UsernameChoice
- setValue(String) - Method in interface com.eireneh.config.swing.Field
- Set the current value.
- showDialog(Component, ActionListener) - Method in interface com.eireneh.config.swing.BaseConfig
- Create a dialog to house a TreeConfig component using the default set of Fields
- showDialog(Component, ActionListener) - Method in class com.eireneh.config.swing.PanelConfigPane
- Create a dialog to house a TreeConfig component using the default set of Fields
- showDialog(Config, Component, ActionListener) - Static method in class com.eireneh.config.swing.SwingConfig
- Create a dialog to house a TreeConfig component using the default set of Fields
- showDialog(Config, Component, URL) - Static method in class com.eireneh.config.swing.SwingConfig
- Create a dialog to house a TreeConfig component using the default set of Fields, with the default accept action of config.localToAppliation and config,localToPermanentURL
- showDialog(Config, Component, String, int) - Static method in class com.eireneh.config.swing.SwingConfig
- Create a dialog to house a TreeConfig component using the default set of Fields, with the default accept action of config.localToAppliation and config,localToPermanentURL
- showDialog(Component) - Method in class com.eireneh.config.swing.WizardConfigPane
- Create a dialog to house a TreeConfig component using the default set of Fields.
T
- TabbedConfigPane - class com.eireneh.config.swing.TabbedConfigPane.
- Some static methods for using the Config package.
- TabbedConfigPane(Config) - Constructor for class com.eireneh.config.swing.TabbedConfigPane
- Create a Config base with the set of Fields that it will display.
- TreeConfigPane - class com.eireneh.config.swing.TreeConfigPane.
- A Tabbed view of a config class.
- TreeConfigPane(Config) - Constructor for class com.eireneh.config.swing.TreeConfigPane
- Create a Config base with the set of Fields that it will display.
- TreeConfigPane.ConfigureTreeModel - class com.eireneh.config.swing.TreeConfigPane.ConfigureTreeModel.
- A custom data model for the TreeConfig Tree
- TreeConfigPane.ConfigureTreeModel() - Constructor for class com.eireneh.config.swing.TreeConfigPane.ConfigureTreeModel
- TreeConfigPane.Node - class com.eireneh.config.swing.TreeConfigPane.Node.
- Simple Tree Node
- TreeConfigPane.Node(String, String) - Constructor for class com.eireneh.config.swing.TreeConfigPane.Node
- Create a node with a name and path
- tab - Variable in class com.eireneh.config.swing.TabbedConfigPane
- The tabbed pane
- tab_icon - Static variable in class com.eireneh.config.swing.TabbedConfigPane
- Set this to task_small to get icons on the tabs.
- task - Static variable in class com.eireneh.config.swing.PanelConfigPane
- The large task icon
- task_small - Static variable in class com.eireneh.config.swing.PanelConfigPane
- The small task icon
- title - Variable in class com.eireneh.config.swing.TreeConfigPane
- The title for the config panels
- title - Variable in class com.eireneh.config.swing.WizardConfigPane
- The title for the config panels
- toString() - Method in class com.eireneh.config.swing.AdvancedConfigPane.CompNode
- How we are displayed
- toString() - Method in class com.eireneh.config.swing.TreeConfigPane.Node
- How we are displayed
- tree - Variable in class com.eireneh.config.swing.TreeConfigPane
- The tree containing the Field sets
U
- updateTree() - Method in class com.eireneh.config.swing.AdvancedConfigPane
- Updates to the tree that we need to do on any change
- updateTree() - Method in class com.eireneh.config.swing.PanelConfigPane
- Update the tree structure
- updateTree() - Method in class com.eireneh.config.swing.TabbedConfigPane
- Update the tree structure
- updateTree() - Method in class com.eireneh.config.swing.TreeConfigPane
- Updates to the tree that we need to do on any change
- updateTree() - Method in class com.eireneh.config.swing.WizardConfigPane
- Now this wasn't created with JBuilder but maybe just maybe by calling my method this, JBuilder may grok it.
- url - Variable in class com.eireneh.config.swing.SwingConfig.URLActionListener
- The URL to save to if needed
V
- valueForPathChanged(TreePath, Object) - Method in class com.eireneh.config.swing.TreeConfigPane.ConfigureTreeModel
- Messaged when the user has altered the value for the item identified by path to value.
W
- WizardConfigPane - class com.eireneh.config.swing.WizardConfigPane.
- A mutable view of Fields setting array.
- WizardConfigPane(Config) - Constructor for class com.eireneh.config.swing.WizardConfigPane
- Create a WizardConfig panel Field set
A B C D E F G H I J L M N O P R S T U V W
|
|||||||||
| Home >> All >> com >> eireneh >> config >> [ swing overview ] | PREV NEXT | ||||||||