hep.aida.ref.plotter.style.editor
Class StylePropertyTableModel
- java.lang.Object
-
- javax.swing.table.AbstractTableModel
-
- com.l2fprod.common.propertysheet.PropertySheetTableModel
-
- hep.aida.ref.plotter.style.editor.StylePropertyTableModel
-
- All Implemented Interfaces:
- com.l2fprod.common.propertysheet.PropertySheet, com.l2fprod.common.swing.ObjectTableModel, java.beans.PropertyChangeListener, java.io.Serializable, java.util.EventListener, javax.swing.table.TableModel
public class StylePropertyTableModel extends com.l2fprod.common.propertysheet.PropertySheetTableModel- See Also:
- Serialized Form
-
-
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
Fields Modifier and Type Field and Description static intEDIT_COLUMNstatic java.lang.StringEDIT_COLUMN_TEXT
-
Constructor Summary
Constructors Constructor and Description StylePropertyTableModel(IBaseStyle style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetColumnCount()IBaseStylegetStyle()java.lang.ObjectgetValueAt(int rowIndex, int columnIndex)voidpropertyChange(java.beans.PropertyChangeEvent evt)voidsetValueAt(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, isRestoreToggleStates, isSortingCategories, isSortingProperties, propertyIterator, removeProperty, removePropertyChangeListener, setCategorySortingComparator, setMode, setProperties, setPropertySortingComparator, setRestoreToggleStates, setSortingCategories, setSortingProperties
-
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener
-
-
-
-
Field Detail
-
EDIT_COLUMN
public static final int EDIT_COLUMN
- See Also:
- Constant Field Values
-
EDIT_COLUMN_TEXT
public static final java.lang.String EDIT_COLUMN_TEXT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StylePropertyTableModel
public StylePropertyTableModel(IBaseStyle style)
-
-
Method Detail
-
getStyle
public IBaseStyle getStyle()
-
setValueAt
public void setValueAt(java.lang.Object value, int rowIndex, int columnIndex)- Specified by:
setValueAtin interfacejavax.swing.table.TableModel- Overrides:
setValueAtin classcom.l2fprod.common.propertysheet.PropertySheetTableModel
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- Specified by:
propertyChangein interfacejava.beans.PropertyChangeListener- Overrides:
propertyChangein classcom.l2fprod.common.propertysheet.PropertySheetTableModel
-
getColumnCount
public int getColumnCount()
- Specified by:
getColumnCountin interfacejavax.swing.table.TableModel- Overrides:
getColumnCountin classcom.l2fprod.common.propertysheet.PropertySheetTableModel
-
getValueAt
public java.lang.Object getValueAt(int rowIndex, int columnIndex)- Specified by:
getValueAtin interfacejavax.swing.table.TableModel- Overrides:
getValueAtin classcom.l2fprod.common.propertysheet.PropertySheetTableModel
-
-
DMelt 3.0 © DataMelt by jWork.ORG