Serialized Form
initialized
boolean initialized
- to check of view is already visible before allowing view-action to
complain about not having selected a frame first!
filter
FileFilter filter
name
JComboBox name
cellEditor
DefaultCellEditor cellEditor
cellRenderer
DefaultTableCellRenderer cellRenderer
key
JTextField key
type
JComboBox type
keyDocumentListener
DocumentListener keyDocumentListener
ma
MouseAdapter ma
table
JTable table
scroll
JScrollPane scroll
entry
Entry entry
lissy
Vector lissy
files
Map files
- this Map contains JInternalFrames as keys and FrameData objects as
values.
x
int x
- the coordinates of the new internal frames.
y
int y
- the coordinates of the new internal frames.
windowMenu
JMenu windowMenu
- menu for selecting active frame
desktop
JDesktopPane desktop
- the JDesktopPane that contains the internalFrames. use
desktop.getSelectedFrame to access the current frame.
windowMenuListener
ActionListener windowMenuListener
- the listeners that controls the window menu, making the frame selected
in the menu the active frame on the desktop.
closeListener
InternalFrameListener closeListener
- the listener that calls the close() method if the "close" icon is
clicked on the frame
startList
JList startList
result
JList result
okay
JButton okay
cancel
JButton cancel
add
JButton add
remove
JButton remove
gbl
GridBagLayout gbl
gc
GridBagConstraints gc
cancelled
boolean cancelled
start
Vector start
end
Vector end
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
errorLine
int errorLine
errorColumn
int errorColumn
Copyright ? 2002-2005 Ute Platzer. All Rights Reserved.