|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
com.l2fprod.common.propertysheet.PropertySheetTableModel
hep.aida.ref.plotter.style.editor.StylePropertyTableModel
public class StylePropertyTableModel
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.l2fprod.common.propertysheet.PropertySheetTableModel |
---|
com.l2fprod.common.propertysheet.PropertySheetTableModel.Item, com.l2fprod.common.propertysheet.PropertySheetTableModel.NaturalOrderStringComparator, com.l2fprod.common.propertysheet.PropertySheetTableModel.PropertyComparator |
Field Summary | |
---|---|
static int |
EDIT_COLUMN
|
static java.lang.String |
EDIT_COLUMN_TEXT
|
Fields inherited from class com.l2fprod.common.propertysheet.PropertySheetTableModel |
---|
NAME_COLUMN, NUM_COLUMNS, VALUE_COLUMN |
Fields inherited from interface com.l2fprod.common.propertysheet.PropertySheet |
---|
VIEW_AS_CATEGORIES, VIEW_AS_FLAT_LIST |
Constructor Summary | |
---|---|
StylePropertyTableModel(hep.aida.IBaseStyle style)
|
Method Summary | |
---|---|
int |
getColumnCount()
|
hep.aida.IBaseStyle |
getStyle()
|
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex)
|
void |
propertyChange(java.beans.PropertyChangeEvent evt)
|
void |
setValueAt(java.lang.Object value,
int rowIndex,
int columnIndex)
|
Methods inherited from class com.l2fprod.common.propertysheet.PropertySheetTableModel |
---|
addProperty, addProperty, addPropertyChangeListener, getColumnClass, getMode, getObject, getProperties, getPropertyCount, getPropertySheetElement, getRowCount, isSortingCategories, isSortingProperties, propertyIterator, removeProperty, removePropertyChangeListener, setCategorySortingComparator, setMode, setProperties, setPropertySortingComparator, setSortingCategories, setSortingProperties |
Methods inherited from class javax.swing.table.AbstractTableModel |
---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.swing.table.TableModel |
---|
addTableModelListener, getColumnName, isCellEditable, removeTableModelListener |
Field Detail |
---|
public static final int EDIT_COLUMN
public static final java.lang.String EDIT_COLUMN_TEXT
Constructor Detail |
---|
public StylePropertyTableModel(hep.aida.IBaseStyle style)
Method Detail |
---|
public hep.aida.IBaseStyle getStyle()
public void setValueAt(java.lang.Object value, int rowIndex, int columnIndex)
setValueAt
in interface javax.swing.table.TableModel
setValueAt
in class com.l2fprod.common.propertysheet.PropertySheetTableModel
public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in interface java.beans.PropertyChangeListener
propertyChange
in class com.l2fprod.common.propertysheet.PropertySheetTableModel
public int getColumnCount()
getColumnCount
in interface javax.swing.table.TableModel
getColumnCount
in class com.l2fprod.common.propertysheet.PropertySheetTableModel
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
getValueAt
in interface javax.swing.table.TableModel
getValueAt
in class com.l2fprod.common.propertysheet.PropertySheetTableModel
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |