Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
adalogo.gui.varmonitor.AbstractTreeTableModel
adalogo.gui.varmonitor.VarMonitorModel
public class VarMonitorModel
extends AbstractTreeTableModel
implements SymbolTable.SymbolTableListener
Nested Class Summary |
Field Summary | |
String | |
protected String[] | |
protected Class[] | |
protected int | |
String | |
protected boolean | |
String |
Fields inherited from class adalogo.gui.varmonitor.AbstractTreeTableModel | |
listenerList , root |
Constructor Summary | |
|
Method Summary | |
void | |
void | |
void |
|
void |
|
Object |
|
int |
|
protected Object[] |
|
Class |
|
int |
|
String |
|
Object |
|
void |
|
Methods inherited from class adalogo.gui.varmonitor.AbstractTreeTableModel | |
addTreeModelListener , fireTreeNodesChanged , fireTreeNodesInserted , fireTreeNodesRemoved , fireTreeStructureChanged , getColumnClass , getIndexOfChild , getRoot , isCellEditable , isLeaf , removeTreeModelListener , setValueAt , valueForPathChanged |
public String block
protected String[] cNames
protected Class[] cTypes
protected int changewithinrounds
public String notVisible
protected boolean showonlyvariables
public String symtab
public void LevelDownPerformed()
- Specified by:
- LevelDownPerformed in interface SymbolTable.SymbolTableListener
public void LevelUpPerformed()
- Specified by:
- LevelUpPerformed in interface SymbolTable.SymbolTableListener
public void NewVariablePerformed(Object name)
- Specified by:
- NewVariablePerformed in interface SymbolTable.SymbolTableListener
public void ValueChangedPerformed(Object name)
- Specified by:
- ValueChangedPerformed in interface SymbolTable.SymbolTableListener
public Object getChild(Object node, int index)
Returns the child ofnode
at indexi
.
public int getChildCount(Object node)
Returns the number of children ofnode
.
protected Object[] getChildren(Object node)
public Class getColumnClass(int column)
Returns the type for column numbercolumn
.
- Specified by:
- getColumnClass in interface TreeTableModel
- Overrides:
- getColumnClass in interface AbstractTreeTableModel
public int getColumnCount()
Returns the number ofs availible column.
- Specified by:
- getColumnCount in interface TreeTableModel
public String getColumnName(int column)
Returns the name for column numbercolumn
.
- Specified by:
- getColumnName in interface TreeTableModel
public Object getValueAt(Object node, int column)
Returns the value of the particular column for a treenode.
- Specified by:
- getValueAt in interface TreeTableModel
public void modelUpdate(int l)