|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntrospectingTableModelInterface | |
|---|---|
| nl.tudelft.simulation.introspection.gui | The user interface package provides dialogs and tables to inspect
and manipulate introspected objects, see nl.tudelft.tbm.sk.util.introspection.gui.PTestGUI for an example. |
| Uses of IntrospectingTableModelInterface in nl.tudelft.simulation.introspection.gui |
|---|
| Classes in nl.tudelft.simulation.introspection.gui that implement IntrospectingTableModelInterface | |
|---|---|
class |
CollectionTableModel
A tablemodel used to manage and present the instances of a composite property. |
class |
ObjectTableModel
The ObjectTableModel. |
class |
SortingObjectTableModel
The sortingObjectTableModel. |
| Methods in nl.tudelft.simulation.introspection.gui that return IntrospectingTableModelInterface | |
|---|---|
IntrospectingTableModelInterface |
ObjectJTableInterface.getIntrospectingTableModel()
|
IntrospectingTableModelInterface |
ObjectJTable.getIntrospectingTableModel()
|
| Constructors in nl.tudelft.simulation.introspection.gui with parameters of type IntrospectingTableModelInterface | |
|---|---|
ExpandButton(Property property,
IntrospectingTableModelInterface model)
constructs a new ExpandButton |
|
IntroSpectionDialog(java.lang.String title,
IntrospectingTableModelInterface content)
Constructs a new IntroSpectionDialog. |
|
IntroSpectionDialog(java.awt.Window parent,
java.lang.String title,
IntrospectingTableModelInterface content)
Constructs a new IntroSpectionDialog. |
|
ObjectJTable(IntrospectingTableModelInterface dm)
constructs a new ObjectJTable |
|
ObjectJTable(IntrospectingTableModelInterface dm,
CellPresentationConfiguration config)
constructs a new ObjectJTable |
|
ObjectJTable(IntrospectingTableModelInterface dm,
javax.swing.table.TableColumnModel cm)
Constructor for ObjectJTable. |
|
ObjectJTable(IntrospectingTableModelInterface dm,
javax.swing.table.TableColumnModel cm,
javax.swing.ListSelectionModel sm)
Constructor for ObjectJTable. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||