ix.ip2
Class PropertyViewTable
java.lang.Object
ix.iface.util.KeyValueTable
ix.iface.util.SortingKVTable
ix.ip2.PropertyViewTable
public class PropertyViewTable
- extends SortingKVTable
Methods inherited from class ix.iface.util.KeyValueTable |
deleteEntry, getJTable, getKeySortComparator, getValue, getViewedMap, insertKey, keyTimestamp, recordNewValues, setKeySortComparator, timestampKey, valueToString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyViewTable
public PropertyViewTable(StateViewTable stateViewer)
viewObject
public void viewObject(java.lang.Object target)
reset
public void reset()
- Description copied from class:
KeyValueTable
- Empties the table.
- Overrides:
reset
in class KeyValueTable
keyToString
protected java.lang.String keyToString(java.lang.Object key)
recordNewValue
public void recordNewValue(java.lang.Object key,
java.lang.Object value)
- Overrides:
recordNewValue
in class KeyValueTable
isObjectName
protected boolean isObjectName(java.lang.Object name)
deleteEntry
public void deleteEntry(java.lang.Object key,
java.lang.Object value)
- Overrides:
deleteEntry
in class KeyValueTable
makePopupMenu
protected KeyValueTable.RowPopupMenu makePopupMenu()
- Description copied from class:
KeyValueTable
- Factory method.
- Specified by:
makePopupMenu
in class KeyValueTable
getRowObjects
protected java.util.Set getRowObjects(int row)
getRowObjects
protected java.util.Set getRowObjects(java.lang.Object key,
java.lang.Object value)
getMentionedObjects
protected java.util.Set getMentionedObjects(java.lang.Object item)
doPopupAction
protected void doPopupAction(java.awt.event.ActionEvent event,
int row,
java.lang.Object key)
- Description copied from class:
KeyValueTable
- Called by the row popup menu to intepret any action command
selected from the menu.
- Specified by:
doPopupAction
in class KeyValueTable