com.togethersoft.openapi.ide.inspector.util.table
Class PropertyColumnModel

java.lang.Object
  |
  +--javax.swing.table.DefaultTableColumnModel
        |
        +--com.togethersoft.openapi.ide.inspector.util.table.PropertyColumnModel

public class PropertyColumnModel
extends DefaultTableColumnModel

Represents on UI table with two columns : property name and value.

Author:
TogetherSoft

Fields inherited from class javax.swing.table.DefaultTableColumnModel
tableColumns, selectionModel, columnMargin, listenerList, changeEvent, columnSelectionAllowed, totalColumnWidth

Constructor Summary
PropertyColumnModel()
           Creates this table on UI.

Methods inherited from class javax.swing.table.DefaultTableColumnModel
addColumn, removeColumn, moveColumn, setColumnMargin, getColumnCount, getColumns, getColumnIndex, getColumn, getColumnMargin, getColumnIndexAtX, getTotalColumnWidth, setSelectionModel, getSelectionModel, setColumnSelectionAllowed, getColumnSelectionAllowed, getSelectedColumns, getSelectedColumnCount, addColumnModelListener, removeColumnModelListener, fireColumnAdded, fireColumnRemoved, fireColumnMoved, fireColumnSelectionChanged, fireColumnMarginChanged, getListeners, propertyChange, valueChanged, createSelectionModel, recalcWidthCache

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize

Constructor Detail

PropertyColumnModel

public PropertyColumnModel()
Creates this table on UI.

Association Links

to Class java.lang.String

to Class java.lang.String