|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.table.JTableHeader
com.citra.table.AdvancedTableHeader
com.citra.table.GroupTableHeader
com.citra.filter.FilterTableHeader
com.citra.table.group.TreeTableHeader
com.citra.pivot.PivotTableHeader
public class PivotTableHeader
PivotTableHeader is PivotTable's accompanying table header.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.citra.table.group.TreeTableHeader |
---|
TreeTableHeader.CachingHeaderControl |
Nested classes/interfaces inherited from class javax.swing.table.JTableHeader |
---|
JTableHeader.AccessibleJTableHeader |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
protected DndSupport |
headerDnd
the dnd object offering drag and drop capabilities to the header |
Fields inherited from class com.citra.table.group.TreeTableHeader |
---|
defaultHeaderCursor, delayed, headerControl, hideColumnOnExpansion, prefSize, treeHeaderFactory, wrapperFactory |
Fields inherited from class com.citra.filter.FilterTableHeader |
---|
callBack |
Fields inherited from class com.citra.table.GroupTableHeader |
---|
allowGroupColumnReordering, allowGroupReordering, factory, groupTableColumnModel |
Fields inherited from class com.citra.table.AdvancedTableHeader |
---|
factories |
Fields inherited from class javax.swing.table.JTableHeader |
---|
columnModel, draggedColumn, draggedDistance, reorderingAllowed, resizingAllowed, resizingColumn, table, updateTableInRealTime |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
PivotTableHeader()
Constructs a PivotTableHeader. |
|
PivotTableHeader(PivotColumnAdapter cm)
Constructs a PivotTableHeader having cm as the header's column model. |
Method Summary | |
---|---|
protected PivotColumnHeaderRenderer |
createDefaultPivotColumnRenderer()
Returns a default renderer for displaying the cells of the pivot table's column header. |
protected TableCellRendererWrapperFactory |
createWrapperFactory()
Creates the renderer wrapper factory for tree-columns that will be installed on the header. |
int |
getAdapterLevel(TableColumn column)
Retrieves the column's adapter level. |
DndSupport |
getHeaderDnd()
Retrieves the dnd object offering drag and drop capabilities to the header. |
protected void |
nodesChanged(TreeModelEvent e)
Notification that columns at the specified path have changed. |
void |
setHeaderDnd(DndSupport headerDnd)
Assigns the dnd object offering drag and drop capabilities to the header. |
Methods inherited from class com.citra.filter.FilterTableHeader |
---|
getCallBack, setCallBack |
Methods inherited from class com.citra.table.AdvancedTableHeader |
---|
addNotify, addWrapperFactory, columnAdded, columnWillBeAdded, columnWillBeRemoved, doProcessMouseEvent, getComponentAtPoint, getDraggedDistance, getReorderingAllowed, getToolTipLocation, getToolTipText, initializeLocalVars, processMouseEvent, processMouseMotionEvent, removeWrapperFactory, setDraggedColumn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected DndSupport headerDnd
Constructor Detail |
---|
public PivotTableHeader()
public PivotTableHeader(PivotColumnAdapter cm)
Method Detail |
---|
protected PivotColumnHeaderRenderer createDefaultPivotColumnRenderer()
protected TableCellRendererWrapperFactory createWrapperFactory()
createWrapperFactory
in class TreeTableHeader
public int getAdapterLevel(TableColumn column)
column
- the column
public DndSupport getHeaderDnd()
protected void nodesChanged(TreeModelEvent e)
nodesChanged
in class TreeTableHeader
e
- the event generating the notificationpublic void setHeaderDnd(DndSupport headerDnd)
headerDnd
- the dnd object offering drag and drop capabilities to the header
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |