Serialized Form


Package com.gridsystems.config.app

Class com.gridsystems.config.app.ConfigFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

splitter

javax.swing.JSplitPane splitter
Configurator Tree / Current View separator.


panel

ConfigPanel panel
Configurator view browser.

Class com.gridsystems.config.app.ConfigNodeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Class com.gridsystems.config.app.ConfigPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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.

Class com.gridsystems.config.app.ConfigTree extends javax.swing.JTree implements Serializable


Package com.gridsystems.config.modules.jvm

Class com.gridsystems.config.modules.jvm.JVMSwingView extends BasePanel implements Serializable

Serialized Fields

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

Class com.gridsystems.config.modules.tomcat.ConnectorEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

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.

Class com.gridsystems.config.modules.tomcat.IncompatiblePortException extends java.lang.Exception implements Serializable

Serialized Fields

c

Connector c
The connector that caused this exception.

Class com.gridsystems.config.modules.tomcat.PortInUseException extends java.lang.Exception implements Serializable

Serialized Fields

c

Connector c
The connector that caused this exception.

Class com.gridsystems.config.modules.tomcat.TomcatSwingView extends BasePanel implements Serializable

Serialized Fields

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

Class com.gridsystems.config.tools.swing.BasePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

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.

Class com.gridsystems.config.tools.swing.FileChooserField extends PopupTextField implements Serializable

Serialized Fields

jFileChooser

javax.swing.JFileChooser jFileChooser
The internal file chooser instance.

Class com.gridsystems.config.tools.swing.PasswordField extends javax.swing.JPanel implements Serializable

Serialized Fields

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.

Class com.gridsystems.config.tools.swing.PopupTextField extends javax.swing.JPanel implements Serializable

Serialized Fields

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.

Class com.gridsystems.config.tools.swing.ReflectedAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

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.