Serialized Form
|
Package org.netbeans.swing.etable |
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
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
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.
|
Package org.netbeans.swing.outline |
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
initialized
boolean initialized
cachedRootVisible
Boolean cachedRootVisible
renderDataProvider
RenderDataProvider renderDataProvider
componentListener
ComponentListener componentListener
selectionDisabled
boolean selectionDisabled