Serialized Form


Package nl.tudelft.simulation.introspection.gui

Class nl.tudelft.simulation.introspection.gui.CollectionTableModel extends AbstractTableModel implements Serializable

Serialized Fields

instances

Map<K,V> instances
the instances of the collection


keys

List<E> keys
the keys identifying specific instances


componentType

Class<T> componentType
the componentType


buttons

List<E> buttons
the expand button


parentProperty

Property parentProperty
the parentProperty


introspector

Introspector introspector
the introspector


manager

ModelManager manager
The model manager


maxKey

int maxKey
The highest key currently allocated

Class nl.tudelft.simulation.introspection.gui.ExpandButton extends JButton implements Serializable

Serialized Fields

myTable

JTable myTable
the JTable in which this button is actually displayed


PROPERTY

Property PROPERTY
the property


MODEL

IntrospectingTableModelInterface MODEL
the model

Class nl.tudelft.simulation.introspection.gui.IntroSpectionDialog extends JDialog implements Serializable

Serialized Fields

table

JTable table
the table, set during initialization


parent

Window parent
the parent window, set during initialization

Class nl.tudelft.simulation.introspection.gui.ObjectJTable extends JTable implements Serializable

Serialized Fields

hasShown

boolean hasShown
hasShown?


introspectionTableModel

IntrospectingTableModelInterface introspectionTableModel
the introspectionTableModel


CONFIG

CellPresentationConfiguration CONFIG
The configuration used to assign renderers and editors to cells.

Class nl.tudelft.simulation.introspection.gui.ObjectTableModel extends AbstractTableModel implements Serializable

Serialized Fields

properties

Property[] properties
the properties


buttons

ExpandButton[] buttons
the expand buttons


introspector

Introspector introspector
the introspector


manager

ModelManager manager
The model manager


Package nl.tudelft.simulation.introspection.mapping

Class nl.tudelft.simulation.introspection.mapping.ArrayRenderer extends DefaultTableCellRenderer implements Serializable

Class nl.tudelft.simulation.introspection.mapping.CollectionRenderer extends DefaultTableCellRenderer implements Serializable

Class nl.tudelft.simulation.introspection.mapping.ExpandButtonEditor extends AbstractCellEditor implements Serializable

Serialized Fields

value

JComponent value
the value

Class nl.tudelft.simulation.introspection.mapping.MyColorEditor extends AbstractCellEditor implements Serializable

Serialized Fields

value

Color value
the value


cellPanel

JPanel cellPanel
the cellPanel

Class nl.tudelft.simulation.introspection.mapping.MyDefaultRenderer extends DefaultTableCellRenderer implements Serializable

Class nl.tudelft.simulation.introspection.mapping.MyFontChooserDialog extends org.jfree.ui.FontChooserDialog implements Serializable

Serialized Fields

listeners

List<E> listeners
the listeners

Class nl.tudelft.simulation.introspection.mapping.MyFontEditor extends AbstractCellEditor implements Serializable

Serialized Fields

value

Font value
the value


cellPanel

JLabel cellPanel
the cellPanel

Class nl.tudelft.simulation.introspection.mapping.SwingCellEditor extends AbstractCellEditor implements Serializable

Serialized Fields

value

JComponent value
the value to edit


Package nl.tudelft.simulation.introspection.sortable

Class nl.tudelft.simulation.introspection.sortable.SortingHeaderCell extends DefaultTableCellRenderer implements Serializable

Serialized Fields

sortMode

int sortMode
the sortMode


id

int id
the id of the instance

Class nl.tudelft.simulation.introspection.sortable.SortingTableHeader extends JTableHeader implements Serializable

Serialized Fields

definitions

List<E> definitions
the definitions of the tableHeader



Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.