Serialized Form


Package org.mlc.swing.example

Class org.mlc.swing.example.CustomerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

suffixCombo

javax.swing.JComboBox suffixCombo

lastNameLabel

javax.swing.JLabel lastNameLabel

firstNameText

javax.swing.JTextField firstNameText

lastNameText

javax.swing.JTextField lastNameText

faxText

javax.swing.JTextField faxText

contactSeparator

java.awt.Component contactSeparator

surnameLabel

javax.swing.JLabel surnameLabel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

buttonBar

java.awt.Component buttonBar

workPhoneLabel

javax.swing.JLabel workPhoneLabel

workPhoneText

javax.swing.JTextField workPhoneText

emailText

javax.swing.JTextField emailText

homePhoneText

javax.swing.JTextField homePhoneText

faxLabel

javax.swing.JLabel faxLabel

ordersSeparator

java.awt.Component ordersSeparator

surnameCombo

javax.swing.JComboBox surnameCombo

nameSeparator

java.awt.Component nameSeparator

suffixLabel

javax.swing.JLabel suffixLabel

emailLabel

javax.swing.JLabel emailLabel

homePhoneLabel

javax.swing.JLabel homePhoneLabel

firstNameLabel

javax.swing.JLabel firstNameLabel

orderTableControl

javax.swing.JTable orderTableControl

orderTable

javax.swing.JScrollPane orderTable

Class org.mlc.swing.example.ExamplePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

nameLabel

javax.swing.JLabel nameLabel

nameText

javax.swing.JTextField nameText

tabbedPane

javax.swing.JTabbedPane tabbedPane

firstTab

javax.swing.JPanel firstTab

secondTab

javax.swing.JPanel secondTab

thirdTab

javax.swing.JPanel thirdTab

Package org.mlc.swing.layout

Class org.mlc.swing.layout.FormDebugPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

paintInBackground

boolean paintInBackground
Specifies whether the grid shall be painted in the background. Is off by default and so the grid is painted in the foreground.


paintDiagonals

boolean paintDiagonals
Specifies whether the container's diagonals should be painted.


gridColor

java.awt.Color gridColor
Holds the color used to paint the debug grid.


deactivated

boolean deactivated

Class org.mlc.swing.layout.FormEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

verticalAlignmentList

java.lang.String[] verticalAlignmentList

horizontalAlignmentList

java.lang.String[] horizontalAlignmentList

colSpinnerModel

org.mlc.swing.layout.FormEditor.ColSpanSpinnerModel colSpinnerModel

rowSpinnerModel

org.mlc.swing.layout.FormEditor.RowSpanSpinnerModel rowSpinnerModel

newComponentAction

javax.swing.Action newComponentAction

removeComponentAction

javax.swing.Action removeComponentAction

insertRowBeforeAction

javax.swing.Action insertRowBeforeAction

insertRowAfterAction

javax.swing.Action insertRowAfterAction

deleteRowAction

javax.swing.Action deleteRowAction

insertColumnBeforeAction

javax.swing.Action insertColumnBeforeAction

insertColumnAfterAction

javax.swing.Action insertColumnAfterAction

deleteColumnAction

javax.swing.Action deleteColumnAction

verticalAlignmentCombo

javax.swing.JComboBox verticalAlignmentCombo

horizontalAlignmentCombo

javax.swing.JComboBox horizontalAlignmentCombo

rowSpanSpinner

javax.swing.JSpinner rowSpanSpinner

columnSpanSpinner

javax.swing.JSpinner columnSpanSpinner

columnSpanLabel

javax.swing.JLabel columnSpanLabel

horizontalAlignmentLabel

javax.swing.JLabel horizontalAlignmentLabel

rowSpanLabel

javax.swing.JLabel rowSpanLabel

verticalAlignmentLabel

javax.swing.JLabel verticalAlignmentLabel

contentPanel

javax.swing.JPanel contentPanel

insetsPanel

javax.swing.JPanel insetsPanel

rightInsetSpinnerModel

javax.swing.SpinnerNumberModel rightInsetSpinnerModel

topInsetSpinnerModel

javax.swing.SpinnerNumberModel topInsetSpinnerModel

bottomInsetSpinnerModel

javax.swing.SpinnerNumberModel bottomInsetSpinnerModel

leftInsetSpinnerModel

javax.swing.SpinnerNumberModel leftInsetSpinnerModel

rightInsetSpinner

javax.swing.JSpinner rightInsetSpinner

bottomInsetSpinner

javax.swing.JSpinner bottomInsetSpinner

leftInsetSpinner

javax.swing.JSpinner leftInsetSpinner

topInsetSpinner

javax.swing.JSpinner topInsetSpinner

tableModel

org.mlc.swing.layout.FormEditor.GridTableModel tableModel

insetsLabel

javax.swing.JLabel insetsLabel

componentsLabel

javax.swing.JLabel componentsLabel

componentPaletteLabel

javax.swing.JLabel componentPaletteLabel

componentPaletteListModel

org.mlc.swing.layout.FormEditor.ComponentPaletteListModel componentPaletteListModel

componentPalette

org.mlc.swing.layout.DndList componentPalette

componentPaletteScrollPane

javax.swing.JScrollPane componentPaletteScrollPane

componentSelectionListModel

org.mlc.swing.layout.FormEditor.ComponentSelectionListModel componentSelectionListModel

componentList

org.mlc.swing.layout.DndList componentList

componentListScrollPane

javax.swing.JScrollPane componentListScrollPane

componentListCellRenderer

org.mlc.swing.layout.FormEditor.ComponentListCellRenderer componentListCellRenderer

constraintsSeparator

java.awt.Component constraintsSeparator

positionsSeparator

java.awt.Component positionsSeparator

componentsPanel

javax.swing.JPanel componentsPanel

propertiesPanel

javax.swing.JPanel propertiesPanel

componentsSplitPane

javax.swing.JSplitPane componentsSplitPane

colSpecField

javax.swing.JTextField colSpecField

rowSpecField

javax.swing.JTextField rowSpecField

newComponents

java.util.Set<E> newComponents

layoutConstraintsManager

LayoutConstraintsManager layoutConstraintsManager

toolbar

javax.swing.JToolBar toolbar

newComponentButton

javax.swing.JButton newComponentButton

removeComponentButton

javax.swing.JButton removeComponentButton

columnDeleteButton

javax.swing.JButton columnDeleteButton

columnInsertAfterButton

javax.swing.JButton columnInsertAfterButton

columnInsertBeforeButton

javax.swing.JButton columnInsertBeforeButton

rowDeleteButton

javax.swing.JButton rowDeleteButton

rowInsertBeforeButton

javax.swing.JButton rowInsertBeforeButton

rowInsertAfterButton

javax.swing.JButton rowInsertAfterButton

container

java.awt.Container container

containerLayout

ContainerLayout containerLayout

layoutFrame

LayoutFrame layoutFrame

table

org.mlc.swing.layout.DnDTable table

tableScrollPane

javax.swing.JScrollPane tableScrollPane

constraintsSplitPane

javax.swing.JSplitPane constraintsSplitPane

topComponent

java.awt.Component topComponent

suspendConstraintControlUpdates

boolean suspendConstraintControlUpdates

formComponent

java.awt.Component formComponent

Class org.mlc.swing.layout.LayoutFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

constraintsManager

LayoutConstraintsManager constraintsManager

menuBar

javax.swing.JMenuBar menuBar

actionMenu

javax.swing.JMenu actionMenu

saveXML

javax.swing.JMenuItem saveXML

viewCode

javax.swing.JMenuItem viewCode

exit

javax.swing.JMenuItem exit

viewMenu

javax.swing.JMenu viewMenu

viewDebugMenu

javax.swing.JCheckBoxMenuItem viewDebugMenu

fileChooser

javax.swing.JFileChooser fileChooser

editors

java.util.Map<K,V> editors

tabs

javax.swing.JTabbedPane tabs

layoutToTab

java.util.Map<K,V> layoutToTab

newLayouts

java.util.List<E> newLayouts

dframe

javax.swing.JFrame dframe

Class org.mlc.swing.layout.NewComponentDialog extends javax.swing.JPanel implements Serializable

Serialized Fields

componentNameLabel

javax.swing.JLabel componentNameLabel

componentNameTextField

javax.swing.JTextField componentNameTextField

importsLabel

javax.swing.JLabel importsLabel

importsComponent

javax.swing.JTextArea importsComponent

declarationsLabel

javax.swing.JLabel declarationsLabel

declarationsComponent

javax.swing.JTextArea declarationsComponent

configureLabel

javax.swing.JLabel configureLabel

configureComponent

javax.swing.JTextArea configureComponent

addToContainerLabel

javax.swing.JLabel addToContainerLabel

addToContainerComponent

javax.swing.JTextArea addToContainerComponent

removeFromContainerLabel

javax.swing.JLabel removeFromContainerLabel

removeFromContainerComponent

javax.swing.JTextArea removeFromContainerComponent

previewLabel

javax.swing.JLabel previewLabel

previewComponent

javax.swing.JScrollPane previewComponent

prevButton

javax.swing.JButton prevButton

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

buttonBar

java.awt.Component buttonBar

componentDef

ComponentDef componentDef

preview

java.lang.String preview

myOwner

java.awt.Window myOwner

success

boolean success