|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ComponentModel
defines the requirements of a class that controls
the storage, placement and traversal of components in cells.
Method Summary | |
void |
addComponentsToParent()
Forces all components to be added to their container whether they have been exposed or not. |
com.klg.jclass.table.JCCellPosition |
findPosition(Component c)
Returns the JCCellPosition that contains the given component. |
com.klg.jclass.table.JCTable |
getTable()
Returns the JCTable. |
boolean |
isParentSetRequired()
Returns true if one or more components have not been added to table yet. |
void |
reconfigureComponents()
Reconfigure components such that components in visible cells are visible and components in invisible cells are invisible. |
void |
removeCellComponents()
Remove components when a span is added. |
void |
setParentSetRequired(boolean value)
Flags that one or more components do not have a parent yet. |
void |
setTable(com.klg.jclass.table.JCTable table)
Sets the JCTable. |
Methods inherited from interface com.klg.jclass.table.SeriesModel |
getCellRanges, getDefault, getSeriesValues, getUniqueValues, getValue, setDefault, setValue, setValue, setValue |
Methods inherited from interface com.klg.jclass.table.Moveable |
moveColumns, moveRows, remapColumns, remapRows, shiftColumn, shiftRow, swapColumns, swapRows |
Method Detail |
public com.klg.jclass.table.JCTable getTable()
public void setTable(com.klg.jclass.table.JCTable table)
table
- The new table for this component modelpublic void addComponentsToParent()
public com.klg.jclass.table.JCCellPosition findPosition(Component c)
c
- The component whose position we want to find
public boolean isParentSetRequired()
setParentSetRequired(boolean)
public void setParentSetRequired(boolean value)
value
- The new value of parentSetRequired which tells us whether one
or more components do not have a parent yet.public void removeCellComponents()
public void reconfigureComponents()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |