pivot.wtk.skin.terra
Class TerraTablePaneSkin

java.lang.Object
  extended by pivot.wtk.skin.ComponentSkin
      extended by pivot.wtk.skin.ContainerSkin
          extended by pivot.wtk.skin.TablePaneSkin
              extended by pivot.wtk.skin.terra.TerraTablePaneSkin
All Implemented Interfaces:
ComponentKeyListener, ComponentLayoutListener, ComponentListener, ComponentMouseButtonListener, ComponentMouseListener, ComponentMouseWheelListener, ComponentStateListener, ConstrainedVisual, ContainerListener, Skin, TablePane.Skin, TablePaneAttributeListener, TablePaneListener, Visual

public class TerraTablePaneSkin
extends TablePaneSkin

Terra table pane skin.

Author:
tvolkert

Nested Class Summary
 
Nested classes/interfaces inherited from class pivot.wtk.skin.ContainerSkin
ContainerSkin.IndexFocusTraversalPolicy
 
Field Summary
 
Fields inherited from class pivot.wtk.skin.ComponentSkin
SHOW_TOOLTIP_TIMEOUT
 
Constructor Summary
TerraTablePaneSkin()
           
 
Method Summary
 void setBackgroundColor(int backgroundColor)
           
 void setGridColor(int gridColor)
           
 void setSelectionBackgroundColor(int selectionBackgroundColor)
           
 
Methods inherited from class pivot.wtk.skin.TablePaneSkin
cellInserted, cellsRemoved, cellUpdated, columnInserted, columnSelectedChanged, columnSpanChanged, columnsRemoved, columnWidthChanged, getColumnAt, getColumnBounds, getColumnWidths, getGridColor, getHorizontalSpacing, getPadding, getPreferredHeight, getPreferredSize, getPreferredWidth, getRowAt, getRowBounds, getRowHeights, getSelectionBackgroundColor, getShowHorizontalGridLines, getShowVerticalGridLines, getVerticalSpacing, install, layout, paint, rowHeightChanged, rowInserted, rowSelectedChanged, rowSpanChanged, rowsRemoved, setGridColor, setGridColor, setHorizontalSpacing, setPadding, setPadding, setPadding, setSelectionBackgroundColor, setSelectionBackgroundColor, setShowHorizontalGridLines, setShowVerticalGridLines, setVerticalSpacing, uninstall
 
Methods inherited from class pivot.wtk.skin.ContainerSkin
componentInserted, componentsRemoved, contextKeyChanged, focusTraversalPolicyChanged, getBackgroundColor, getBackgroundPaint, isFocusable, setBackgroundColor, setBackgroundColor, setBackgroundPaint
 
Methods inherited from class pivot.wtk.skin.ComponentSkin
cursorChanged, decodeColor, displayableChanged, enabledChanged, focusedChanged, getComponent, getHeight, getWidth, invalidateComponent, keyPressed, keyReleased, keyTyped, locationChanged, mouseClick, mouseDown, mouseMove, mouseOut, mouseOver, mouseUp, mouseWheel, parentChanged, preferredSizeChanged, repaintComponent, repaintComponent, repaintComponent, setSize, sizeChanged, styleUpdated, tooltipTextChanged, visibleChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerraTablePaneSkin

public TerraTablePaneSkin()
Method Detail

setBackgroundColor

public final void setBackgroundColor(int backgroundColor)

setGridColor

public final void setGridColor(int gridColor)

setSelectionBackgroundColor

public final void setSelectionBackgroundColor(int selectionBackgroundColor)