Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
C
E
G
I
O
S
A
addButton(String, String)
- Method in class goat.editors.
GeneralToolBar
Utility method to add a new button to the toolbar.
C
closeAction()
- Method in class goat.editors.
GeneralEditor
E
Editor
- interface goat.editors.
Editor
.
The Editor interface needs to be implemented by all the editors that want to interact with Goat.
EditorMetaData
- class goat.editors.
EditorMetaData
.
The EditorMetaData class contains the relevant information about the editor being invoked.
EditorMetaData(int, ColumnInfo, ResultSet, Rectangle, byte[])
- Constructor for class goat.editors.
EditorMetaData
G
GeneralEditor
- class goat.editors.
GeneralEditor
.
This abstract general editor is inherited by the concrete versions of specific editors.
GeneralEditor(String)
- Constructor for class goat.editors.
GeneralEditor
Creates new GeneralEditor.
GeneralToolBar
- class goat.editors.
GeneralToolBar
.
The toolbar used in the editors
GeneralToolBar()
- Constructor for class goat.editors.
GeneralToolBar
Create a Toolbar without any standard buttons.
GeneralToolBar(GeneralEditor)
- Constructor for class goat.editors.
GeneralToolBar
Create the Toolbar with default Buttons (open, save, saveAs)
getBounds()
- Method in class goat.editors.
EditorMetaData
Returns the bounds of the cell which contain the data that is displayed by the editor.
getColumnInfo()
- Method in class goat.editors.
EditorMetaData
Returns the information about the column of the current data
getData()
- Method in class goat.editors.
EditorMetaData
Return the data to be displayed by this editor
getData()
- Method in interface goat.editors.
Editor
Return the data contained by the editor
getMetaData()
- Method in interface goat.editors.
Editor
Returns the meta-data object associated with the editor.
getResultSet()
- Method in class goat.editors.
EditorMetaData
Returns the result containing the data
getRow()
- Method in class goat.editors.
EditorMetaData
Returns the row number of the result set which contains the data to be displayed by the editor
getToolbar()
- Method in class goat.editors.
GeneralEditor
return the toolbar associated with the editor.
I
isModified
- Variable in class goat.editors.
GeneralEditor
O
openAction()
- Method in class goat.editors.
GeneralEditor
S
saveAction()
- Method in class goat.editors.
GeneralEditor
saveAsAction()
- Method in class goat.editors.
GeneralEditor
saveData()
- Method in class goat.editors.
GeneralEditor
setData(byte[])
- Method in class goat.editors.
EditorMetaData
Sets the data of this editor.
setData(byte[])
- Method in interface goat.editors.
Editor
Set the data to be displayed by the editor.
A
C
E
G
I
O
S
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES