|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| 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 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(IBaseStyle style)
|
|
| Method Summary | |
|---|---|
int |
getColumnCount()
|
IBaseStyle |
getStyle()
|
Object |
getValueAt(int rowIndex,
int columnIndex)
|
void |
propertyChange(PropertyChangeEvent evt)
|
void |
setValueAt(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 |
| 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 String EDIT_COLUMN_TEXT
| Constructor Detail |
|---|
public StylePropertyTableModel(IBaseStyle style)
| Method Detail |
|---|
public IBaseStyle getStyle()
public void setValueAt(Object value,
int rowIndex,
int columnIndex)
setValueAt in interface TableModelsetValueAt in class com.l2fprod.common.propertysheet.PropertySheetTableModelpublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpropertyChange in class com.l2fprod.common.propertysheet.PropertySheetTableModelpublic int getColumnCount()
getColumnCount in interface TableModelgetColumnCount in class com.l2fprod.common.propertysheet.PropertySheetTableModel
public Object getValueAt(int rowIndex,
int columnIndex)
getValueAt in interface TableModelgetValueAt in class com.l2fprod.common.propertysheet.PropertySheetTableModel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||