Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
E
G
M
S
T
A
AboutBox
- class
AboutBox
.
The name should be self-explanatory.
AboutBox()
- Constructor for class
AboutBox
actionPerformed(ActionEvent)
- Method in class
Exit
actionPerformed(ActionEvent)
- Method in class
GBLEditor.AddRowAction
actionPerformed(ActionEvent)
- Method in class
GBLEditor.MoveRowDownAction
actionPerformed(ActionEvent)
- Method in class
GBLEditor.MoveRowUpAction
B
b_add
- Variable in class
GBLEditorToolbar
b_down
- Variable in class
GBLEditorToolbar
b_export
- Variable in class
GBLEditorToolbar
b_help
- Variable in class
GBLEditorToolbar
b_new
- Variable in class
GBLEditorToolbar
Bjarne !
b_open
- Variable in class
GBLEditorToolbar
b_preview
- Variable in class
GBLEditorToolbar
b_save
- Variable in class
GBLEditorToolbar
b_up
- Variable in class
GBLEditorToolbar
E
Exit
- class
Exit
.
ActionListener class that implements the functions needed to correctly close the program.
Exit()
- Constructor for class
Exit
G
GBLEditor
- class
GBLEditor
.
GridBagLayout Editor is an application that aims to simplify creation of GridBagLaoyout based application GUI interfaces.
GBLEditor()
- Constructor for class
GBLEditor
The constructor takes no arguments.
GBLEditor.AddRowAction
- class
GBLEditor.AddRowAction
.
ActionListener that is fired whenever an action is performed that ought to result in a new row in the table..
GBLEditor.AddRowAction()
- Constructor for class
GBLEditor.AddRowAction
GBLEditor.MoveRowDownAction
- class
GBLEditor.MoveRowDownAction
.
ActionListener that is fired whenever an action is performed that ought to result in a row beeing moved down in the table..
GBLEditor.MoveRowDownAction()
- Constructor for class
GBLEditor.MoveRowDownAction
GBLEditor.MoveRowUpAction
- class
GBLEditor.MoveRowUpAction
.
ActionListener that is fired whenever an action is performed that ought to result in a row beeing moved up in the table..
GBLEditor.MoveRowUpAction()
- Constructor for class
GBLEditor.MoveRowUpAction
GBLEditorMenu
- class
GBLEditorMenu
.
GBLEditorMenu()
- Constructor for class
GBLEditorMenu
GBLEditorToolbar
- class
GBLEditorToolbar
.
GBLEditorToolbar()
- Constructor for class
GBLEditorToolbar
GBLRow
- class
GBLRow
.
This is the actual data object that GBLEditor is centered around.
GBLRow(int)
- Constructor for class
GBLRow
GBLText
- class
GBLText
.
Interface to simplify internationalization of the GBLEditor.
GBLText()
- Constructor for class
GBLText
getAnchor()
- Method in class
GBLRow
Returns the integer representation of the GBL-anchor
getAnchorTypes()
- Static method in class
GBLRow
Returns an array containing the selectable types of grid-bag-layout anchoring that may be used/selected
getColumn()
- Method in class
GBLRow
Returns the column a component will occupy.
getColumns()
- Method in class
GBLRow
Returns the number of columns a component will occupy.
getFill()
- Method in class
GBLRow
Returns the integer representation of the GBL-fill
getFillTypes()
- Static method in class
GBLRow
Returns an array containing the selectable types of fill that may be used/selected
getName()
- Method in class
GBLRow
Returns the name of the GUI component..
getRow()
- Method in class
GBLRow
Returns the row a component will occupy.
getRows()
- Method in class
GBLRow
Returns the number of rows a component will occupy.
getText()
- Method in class
GBLRow
Returns the default text to be contained in a text-based element
getType()
- Method in class
GBLRow
Returns the integer representation of the GUI component type
getTypes()
- Static method in class
GBLRow
Returns an array of all selectable GUI component types
M
m_edit
- Variable in class
GBLEditorMenu
m_file
- Variable in class
GBLEditorMenu
m_help
- Variable in class
GBLEditorMenu
main(String[])
- Static method in class
GBLEditor
Main method of the GridBagLayout Editor.
mi_about
- Variable in class
GBLEditorMenu
mi_addrow
- Variable in class
GBLEditorMenu
mi_generate
- Variable in class
GBLEditorMenu
mi_help
- Variable in class
GBLEditorMenu
mi_load
- Variable in class
GBLEditorMenu
mi_movedn
- Variable in class
GBLEditorMenu
mi_moveup
- Variable in class
GBLEditorMenu
mi_new
- Variable in class
GBLEditorMenu
mi_preview
- Variable in class
GBLEditorMenu
mi_quit
- Variable in class
GBLEditorMenu
mi_save
- Variable in class
GBLEditorMenu
mi_saveas
- Variable in class
GBLEditorMenu
S
setAnchor(int)
- Method in class
GBLRow
Sets the anchoring on a GBL-component row.
setColumn(int)
- Method in class
GBLRow
Sets the column.
setColumns(int)
- Method in class
GBLRow
Sets the width in number of columns for the resulting GUI-component.
setFill(int)
- Method in class
GBLRow
Sets the type of fill on a GBL-component row.
setName(String)
- Method in class
GBLRow
sets the name of the resulting variable generated.
setRow(int)
- Method in class
GBLRow
Sets the row.
setRows(int)
- Method in class
GBLRow
Sets the height in number of rows for the resulting GUI-component.
setText(String)
- Method in class
GBLRow
Sets the default text that will be applied to a text-based element.
setType(String)
- Method in class
GBLRow
Sets the java component type of a GBL-component row
T
t_about
- Static variable in class
GBLText
t_addrow
- Static variable in class
GBLText
t_edit
- Static variable in class
GBLText
t_file
- Static variable in class
GBLText
Blah
t_generate
- Static variable in class
GBLText
t_help
- Static variable in class
GBLText
t_load
- Static variable in class
GBLText
t_movedn
- Static variable in class
GBLText
t_moveup
- Static variable in class
GBLText
t_new
- Static variable in class
GBLText
t_preview
- Static variable in class
GBLText
t_quit
- Static variable in class
GBLText
t_save
- Static variable in class
GBLText
t_saveas
- Static variable in class
GBLText
t_title
- Static variable in class
GBLText
A
B
E
G
M
S
T
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes