org.netbeans.swing.outline
Class Outline.OutlineColumn
java.lang.Object
javax.swing.table.TableColumn
org.netbeans.swing.etable.ETableColumn
org.netbeans.swing.outline.Outline.OutlineColumn
- All Implemented Interfaces:
- Serializable, Comparable<ETableColumn>
- Enclosing class:
- Outline
protected class Outline.OutlineColumn
- extends ETableColumn
- See Also:
- Serialized Form
| Fields inherited from class javax.swing.table.TableColumn |
CELL_RENDERER_PROPERTY, cellEditor, cellRenderer, COLUMN_WIDTH_PROPERTY, HEADER_RENDERER_PROPERTY, HEADER_VALUE_PROPERTY, headerRenderer, headerValue, identifier, isResizable, maxWidth, minWidth, modelIndex, resizedPostingDisableCount, width |
| Methods inherited from class org.netbeans.swing.etable.ETableColumn |
compareTo, createDefaultHeaderRenderer, getHeaderRenderer, getNestedComparator, getSortRank, isAscending, isSorted, readSettings, setAscending, setCustomIcon, setHeaderRenderer, setNestedComparator, setSorted, setSortRank, writeSettings |
| Methods inherited from class javax.swing.table.TableColumn |
addPropertyChangeListener, disableResizedPosting, enableResizedPosting, getCellEditor, getCellRenderer, getHeaderValue, getIdentifier, getMaxWidth, getMinWidth, getModelIndex, getPreferredWidth, getPropertyChangeListeners, getResizable, getWidth, removePropertyChangeListener, setCellEditor, setCellRenderer, setHeaderValue, setIdentifier, setMaxWidth, setMinWidth, setModelIndex, setPreferredWidth, setResizable, setWidth, sizeWidthToFit |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Outline.OutlineColumn
public Outline.OutlineColumn(int modleIndex)
getRowComparator
protected Comparator<ETable.RowMapping> getRowComparator(int column,
boolean ascending)
- Description copied from class:
ETableColumn
- Allow subclasses to supply special row comparator object.
- Overrides:
getRowComparator in class ETableColumn
isHidingAllowed
public boolean isHidingAllowed()
- Description copied from class:
ETableColumn
- The column can be hidden if this method returns true.
- Overrides:
isHidingAllowed in class ETableColumn
isSortingAllowed
public boolean isSortingAllowed()
- Description copied from class:
ETableColumn
- The column can be sorted if this method returns true.
- Overrides:
isSortingAllowed in class ETableColumn