org.apache.pivot.wtk.skin.terra
Class TerraTablePaneSkin

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

public class TerraTablePaneSkin
extends TablePaneSkin

Terra table pane skin.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.pivot.wtk.skin.ContainerSkin
ContainerSkin.IndexFocusTraversalPolicy
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.TablePaneListener
TablePaneListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.TablePaneAttributeListener
TablePaneAttributeListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ContainerListener
ContainerListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ContainerMouseListener
ContainerMouseListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentListener
ComponentListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentStateListener
ComponentStateListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentMouseListener
ComponentMouseListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentMouseButtonListener
ComponentMouseButtonListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentKeyListener
ComponentKeyListener.Adapter
 
Constructor Summary
TerraTablePaneSkin()
           
 
Method Summary
 void setBackgroundColor(int backgroundColor)
           
 void setHighlightBackgroundColor(int highlightBackgroundColor)
           
 void setHorizontalGridColor(int horizontalGridColor)
           
 void setVerticalGridColor(int verticalGridColor)
           
 
Methods inherited from class org.apache.pivot.wtk.skin.TablePaneSkin
cellInserted, cellsRemoved, cellUpdated, columnHighlightedChanged, columnInserted, columnSpanChanged, columnsRemoved, columnWidthChanged, getBaseline, getColumnAt, getColumnBounds, getHighlightBackgroundColor, getHorizontalGridColor, getHorizontalSpacing, getPadding, getPreferredHeight, getPreferredSize, getPreferredWidth, getRowAt, getRowBounds, getShowHorizontalGridLines, getShowVerticalGridLines, getVerticalGridColor, getVerticalSpacing, install, layout, paint, rowHeightChanged, rowHighlightedChanged, rowInserted, rowSpanChanged, rowsRemoved, setHighlightBackgroundColor, setHighlightBackgroundColor, setHorizontalGridColor, setHorizontalGridColor, setHorizontalSpacing, setPadding, setPadding, setPadding, setPadding, setPadding, setShowHorizontalGridLines, setShowVerticalGridLines, setVerticalGridColor, setVerticalGridColor, setVerticalSpacing
 
Methods inherited from class org.apache.pivot.wtk.skin.ContainerSkin
componentInserted, componentMoved, componentsRemoved, focusTraversalPolicyChanged, getBackgroundColor, getBackgroundPaint, isFocusable, isOpaque, mouseDown, mouseMove, mouseUp, mouseWheel, setBackgroundColor, setBackgroundColor, setBackgroundPaint, setBackgroundPaint, setBackgroundPaint
 
Methods inherited from class org.apache.pivot.wtk.skin.ComponentSkin
cursorChanged, decodeFont, dragSourceChanged, dropTargetChanged, enabledChanged, focusedChanged, getBaseline, getComponent, getHeight, getWidth, heightLimitsChanged, invalidateComponent, keyPressed, keyReleased, keyTyped, locationChanged, menuHandlerChanged, mouseClick, mouseDown, mouseMove, mouseOut, mouseOver, mouseUp, mouseWheel, nameChanged, parentChanged, preferredSizeChanged, repaintComponent, repaintComponent, repaintComponent, repaintComponent, repaintComponent, setSize, sizeChanged, tooltipDelayChanged, tooltipTextChanged, tooltipTriggered, visibleChanged, widthLimitsChanged
 
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)

setHorizontalGridColor

public final void setHorizontalGridColor(int horizontalGridColor)

setVerticalGridColor

public final void setVerticalGridColor(int verticalGridColor)

setHighlightBackgroundColor

public final void setHighlightBackgroundColor(int highlightBackgroundColor)