org.netbeans.swing.outline 1.7

org.netbeans.swing.outline
Class Outline.OutlineColumn

java.lang.Object
  extended by javax.swing.table.TableColumn
      extended by org.netbeans.swing.etable.ETableColumn
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.netbeans.swing.etable.ETableColumn
ETableColumn.RowComparator
 
Field Summary
 
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
 
Constructor Summary
Outline.OutlineColumn(int modleIndex)
           
 
Method Summary
protected  Comparator<ETable.RowMapping> getRowComparator(int column, boolean ascending)
          Allow subclasses to supply special row comparator object.
 boolean isHidingAllowed()
          The column can be hidden if this method returns true.
 boolean isSortingAllowed()
          The column can be sorted if this method returns true.
 
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
 

Constructor Detail

Outline.OutlineColumn

public Outline.OutlineColumn(int modleIndex)
Method Detail

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

org.netbeans.swing.outline 1.7

Built on November 22 2009.  |  Portions Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.