Serialized Form
|
Package com.gridsystems.config.app |
splitter
javax.swing.JSplitPane splitter
- Configurator Tree / Current View separator.
panel
ConfigPanel panel
- Configurator view browser.
cfg
Configurator cfg
- Configurator instance.
component
javax.swing.JComponent component
- View instance.
header
javax.swing.JPanel header
- Head banner.
footer
javax.swing.JPanel footer
- Button panel.
lblName
javax.swing.JLabel lblName
- Configurator name.
lblDescription
javax.swing.JLabel lblDescription
- Configurator description.
lblIcon
javax.swing.JLabel lblIcon
- Configurator icon.
btnApply
javax.swing.JButton btnApply
- Apply button.
btnDiscard
javax.swing.JButton btnDiscard
- Discard button.
actApply
javax.swing.Action actApply
- Apply action instance.
actDiscard
javax.swing.Action actDiscard
- Discard action instance.
progressBar
javax.swing.JProgressBar progressBar
- Progress bar to tell to wait.
oldMessage
java.lang.String oldMessage
- Stores the previous message (from a label) it it has to be temporally changed.
|
Package com.gridsystems.config.modules.jvm |
cbxProxyEnabled
javax.swing.JCheckBox cbxProxyEnabled
- Proxy activation flag.
edProxyHost
javax.swing.JTextField edProxyHost
- Proxy host address flag.
edProxyPort
javax.swing.JTextField edProxyPort
- Proxy port address flag.
edMinHeap
javax.swing.JTextField edMinHeap
- Minimum heap size field.
edMaxHeap
javax.swing.JTextField edMaxHeap
- Maximum heap size field.
edStackSize
javax.swing.JTextField edStackSize
- Thread stack size field.
cbxDebugEnabled
javax.swing.JCheckBox cbxDebugEnabled
- Remote debug enabled flag.
edDebugPort
javax.swing.JTextField edDebugPort
- Remote debug port field.
cbxSuspend
javax.swing.JCheckBox cbxSuspend
- Remote debug start mode flag.
initialized
boolean initialized
- One-time initialization flag.
|
Package com.gridsystems.config.modules.tomcat |
table
javax.swing.JTable table
- Table for displaying the connector list.
scroller
javax.swing.JScrollPane scroller
- Scroller instance that contains the table.
btnAdd
javax.swing.JButton btnAdd
- Button for "Add connector" action.
btnRemove
javax.swing.JButton btnRemove
- Button for "Remove connector" action.
changeCallback
java.lang.Runnable changeCallback
- Callback to be executed on data changes.
c
Connector c
- The connector that caused this exception.
c
Connector c
- The connector that caused this exception.
ipField
javax.swing.JComboBox ipField
- Host IP Address field.
edShPort
javax.swing.JTextField edShPort
- Shutdown port.
editor
ConnectorEditor editor
- HTTP port.
edKeystoreDir
FileChooserField edKeystoreDir
- Keystore directory.
edKeystorePas
javax.swing.JTextField edKeystorePas
- Keystore password.
|
Package com.gridsystems.config.tools.swing |
listeners
java.util.Set<E> listeners
- The set of listeners for this panel.
modified
boolean modified
- "Field value modified" flag.
bundle
java.util.ResourceBundle bundle
- I18N resource bundle.
icon
javax.swing.Icon icon
- Icon attribute.
smallIcon
javax.swing.Icon smallIcon
- Small icon attribute.
config
Configurator config
- The configurator this view is associated to.
jFileChooser
javax.swing.JFileChooser jFileChooser
- The internal file chooser instance.
jPasswordField1
javax.swing.JPasswordField jPasswordField1
- First password field.
jPasswordField2
javax.swing.JPasswordField jPasswordField2
- Second password field (for confirmation).
jLabel1
javax.swing.JLabel jLabel1
- Label for the first field.
jLabel2
javax.swing.JLabel jLabel2
- Label for the second field.
previousValue
java.lang.String previousValue
- Previous value.
resourceBundle
java.util.ResourceBundle resourceBundle
- I18N resource bundle.
popupLauncher
javax.swing.JButton popupLauncher
- Popup button.
textField
javax.swing.JTextField textField
- The text field.
propertyName
java.lang.String propertyName
- The name of a property for storing the text field value.
previousValue
java.lang.Object previousValue
- The previous value.
newValue
java.lang.Object newValue
- The new value.
target
java.lang.Object target
- The object instance that will execute the action.
method
java.lang.reflect.Method method
- The method to invoke to execute the action.
sendEvent
boolean sendEvent
- If
true the action event will be passed as a parameter to the method.
bundleName
java.lang.String bundleName
- Name of the resource bundle from where this action label will be obtained.
bundleKey
java.lang.String bundleKey
- Key in the resource bundle for the label text.
Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.