org.netbeans.swing.outline 1.7

Serialized Form


Package org.netbeans.swing.etable

Class org.netbeans.swing.etable.ETable extends JTable implements Serializable

Serialized Fields

editing

int editing
Property allowing to make the table FULLY_NONEDITABLE and FULLY_EDITABLE.


quickFilterObject

Object quickFilterObject

quickFilterColumn

int quickFilterColumn

maxPrefix

String maxPrefix

SEARCH_FIELD_PREFERRED_SIZE

int SEARCH_FIELD_PREFERRED_SIZE

SEARCH_FIELD_SPACE

int SEARCH_FIELD_SPACE

searchTextField

JTextField searchTextField

heightOfTextField

int heightOfTextField

searchPanel

JPanel searchPanel

searchCombo

JComboBox searchCombo

searchColumn

ETableColumn searchColumn

selectVisibleColumnsLabel

String selectVisibleColumnsLabel
This text can be customized using setSelectVisibleColumnsLabel(...) method.


inEditRequest

boolean inEditRequest

inRemoveRequest

boolean inRemoveRequest

quickFilterFormatStrings

String[] quickFilterFormatStrings
Default formatting strings for the Quick Filter feature. Can be customized by setQuickFilterFormatStrings(...) method.


headerMouseListener

MouseListener headerMouseListener
Listener reacting to the user clicks on the header.


columnSelectionMouseListener

MouseListener columnSelectionMouseListener
Listener reacting to the user clicks on the table invoking the column selection dialog.


columnSelector

TableColumnSelector columnSelector
Allows to supply alternative implementation of the column selection functionality in ETable.


popupUsedFromTheCorner

boolean popupUsedFromTheCorner
The column selection corner can use either dialog or popup menu.


columnHidingAllowed

boolean columnHidingAllowed

Class org.netbeans.swing.etable.ETableColumn extends TableColumn implements Serializable

Serialized Fields

sortRank

int sortRank

comparator

Comparator<T> comparator

ascending

boolean ascending

headerRendererSetExternally

boolean headerRendererSetExternally

table

ETable table

customIcon

Icon customIcon

myHeaderRenderer

TableCellRenderer myHeaderRenderer
Header renderer created by createDefaultHeaderRenderer.


nestedComparator

Comparator<T> nestedComparator

Class org.netbeans.swing.etable.ETableColumnModel extends DefaultTableColumnModel implements Serializable

Serialized Fields

hiddenColumns

List<E> hiddenColumns
List: holds list of columns that were hidden by the user. The columns contained here are not contained in the inherited tableColumns list.


columnHierarchyRoot

TableColumnSelector.TreeNode columnHierarchyRoot
Allows the user to customize the list of the visible columns using a hierarchy in a special TableColumnSelector.

Class org.netbeans.swing.etable.ETableTransferHandler extends TransferHandler implements Serializable


Package org.netbeans.swing.outline

Class org.netbeans.swing.outline.DefaultOutlineCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

expanded

boolean expanded

leaf

boolean leaf

showHandle

boolean showHandle

nestingDepth

int nestingDepth

theCheckBox

JCheckBox theCheckBox

fakeCellRendererPane

CellRendererPane fakeCellRendererPane

checkBox

JCheckBox checkBox

lastRendererRef

Reference<T> lastRendererRef

lastRenderedValueRef

Reference<T> lastRenderedValueRef

Class org.netbeans.swing.outline.Outline extends ETable implements Serializable

Serialized Fields

initialized

boolean initialized

cachedRootVisible

Boolean cachedRootVisible

renderDataProvider

RenderDataProvider renderDataProvider

componentListener

ComponentListener componentListener

selectionDisabled

boolean selectionDisabled

Class org.netbeans.swing.outline.Outline.OutlineColumn extends ETableColumn implements Serializable


org.netbeans.swing.outline 1.7

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