|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pivot.wtk.Component
org.apache.pivot.wtk.Container
org.apache.pivot.wtk.BoxPane
org.apache.pivot.wtk.skin.terra.TerraFileBrowserSkin.FileRenderer
org.apache.pivot.wtk.skin.terra.TerraFileBrowserSkin.TableViewFileRenderer
public static class TerraFileBrowserSkin.TableViewFileRenderer
Table view file renderer.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.pivot.wtk.Component |
---|
Component.DecoratorSequence, Component.StyleDictionary, Component.UserDataDictionary |
Nested classes/interfaces inherited from interface org.apache.pivot.collections.Sequence |
---|
Sequence.Tree<T> |
Field Summary | |
---|---|
static String |
LAST_MODIFIED_KEY
|
static String |
NAME_KEY
|
static String |
SIZE_KEY
|
Fields inherited from class org.apache.pivot.wtk.skin.terra.TerraFileBrowserSkin.FileRenderer |
---|
FILE_IMAGE, FOLDER_IMAGE, HOME_DIRECTORY, HOME_FOLDER_IMAGE, ICON_HEIGHT, ICON_WIDTH, imageView, label |
Constructor Summary | |
---|---|
TerraFileBrowserSkin.TableViewFileRenderer()
|
Method Summary | |
---|---|
void |
render(Object value,
int rowIndex,
int columnIndex,
TableView tableView,
String columnName,
boolean rowSelected,
boolean rowHighlighted,
boolean rowDisabled)
Prepares the renderer for layout or paint. |
Methods inherited from class org.apache.pivot.wtk.skin.terra.TerraFileBrowserSkin.FileRenderer |
---|
getIcon, setSize |
Methods inherited from class org.apache.pivot.wtk.BoxPane |
---|
getBoxPaneListeners, getOrientation, setOrientation, setOrientation |
Methods inherited from class org.apache.pivot.wtk.Container |
---|
add, clear, containsFocus, descendantAdded, descendantGainedFocus, descendantLostFocus, descendantRemoved, get, getComponentAt, getContainerListeners, getContainerMouseListeners, getContextKey, getDescendantAt, getFocusTraversalPolicy, getLength, indexOf, insert, isAncestor, iterator, layout, load, mouseClick, mouseDown, mouseMove, mouseOut, mouseUp, mouseWheel, move, paint, remove, remove, removeAll, requestFocus, setContextKey, setFocusTraversalPolicy, setParent, setVisible, store, transferFocus, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.pivot.wtk.Renderer |
---|
getStyles |
Methods inherited from interface org.apache.pivot.wtk.ConstrainedVisual |
---|
getBaseline, getPreferredHeight, getPreferredSize, getPreferredWidth, setSize |
Methods inherited from interface org.apache.pivot.wtk.Visual |
---|
getBaseline, getHeight, getWidth, paint |
Field Detail |
---|
public static final String NAME_KEY
public static final String SIZE_KEY
public static final String LAST_MODIFIED_KEY
Constructor Detail |
---|
public TerraFileBrowserSkin.TableViewFileRenderer()
Method Detail |
---|
public void render(Object value, int rowIndex, int columnIndex, TableView tableView, String columnName, boolean rowSelected, boolean rowHighlighted, boolean rowDisabled)
TableView.CellRenderer
render
in interface TableView.CellRenderer
value
- The cell value to render, or null if called to calculate
preferred height for skins that assume a fixed renderer height.rowIndex
- The index of the row being rendered, or -1 if value
is null.columnIndex
- The index of the column being rendered.tableView
- The table view that contains the cell.columnName
- The name of the column being rendered.rowSelected
- If true, the row is selected.rowHighlighted
- If true, the row is highlighted.rowDisabled
- If true, the row is disabled.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |