|
| CtrlPropModel (DBase component) |
|
void | createProperties (DBase cl) |
|
int | getColumnCount () |
|
int | getRowCount () |
|
Property | getPropertyAt (int row) |
|
Object | getValueAt (int rowIndex, int columnIndex) |
|
void | setValueAt (Object aValue, int rowIndex, int columnIndex) |
|
String | getColumnName (int col) |
|
boolean | isCellEditable (int row, int col) |
|
void | hasBeenChanged () |
|
|
String[] | columnNames = new String[]{"Property", "Value"} |
|
Property[] | propData |
|
void g4p.tool.gui.propertygrid.CtrlPropModel.createProperties |
( |
DBase |
cl | ) |
|
Given a GUI control object make a Property object for each public field that starts with an underscore.
- Parameters
-
void g4p.tool.gui.propertygrid.CtrlPropModel.setValueAt |
( |
Object |
aValue, |
|
|
int |
rowIndex, |
|
|
int |
columnIndex |
|
) |
| |
This must be used when changing the value in a field to ensure an event is generated to be caught and display in the GUI table
The documentation for this class was generated from the following file:
- /Users/peter/git/g4ptool-repos/G4P_Tool/src/g4p/tool/gui/propertygrid/CtrlPropModel.java