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

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.TextPaneSkin
              extended by org.apache.pivot.wtk.skin.terra.TerraTextPaneSkin
All Implemented Interfaces:
org.apache.pivot.wtk.ComponentKeyListener, org.apache.pivot.wtk.ComponentListener, org.apache.pivot.wtk.ComponentMouseButtonListener, org.apache.pivot.wtk.ComponentMouseListener, org.apache.pivot.wtk.ComponentMouseWheelListener, org.apache.pivot.wtk.ComponentStateListener, org.apache.pivot.wtk.ComponentTooltipListener, org.apache.pivot.wtk.ConstrainedVisual, org.apache.pivot.wtk.ContainerListener, org.apache.pivot.wtk.ContainerMouseListener, org.apache.pivot.wtk.Skin, org.apache.pivot.wtk.TextPane.Skin, org.apache.pivot.wtk.TextPaneListener, org.apache.pivot.wtk.TextPaneSelectionListener, org.apache.pivot.wtk.Visual

public class TerraTextPaneSkin
extends org.apache.pivot.wtk.skin.TextPaneSkin

Terra text area skin.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.pivot.wtk.skin.ContainerSkin
org.apache.pivot.wtk.skin.ContainerSkin.IndexFocusTraversalPolicy
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.TextPaneListener
org.apache.pivot.wtk.TextPaneListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ContainerListener
org.apache.pivot.wtk.ContainerListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ContainerMouseListener
org.apache.pivot.wtk.ContainerMouseListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentListener
org.apache.pivot.wtk.ComponentListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentStateListener
org.apache.pivot.wtk.ComponentStateListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentMouseListener
org.apache.pivot.wtk.ComponentMouseListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentMouseButtonListener
org.apache.pivot.wtk.ComponentMouseButtonListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ComponentKeyListener
org.apache.pivot.wtk.ComponentKeyListener.Adapter
 
Constructor Summary
TerraTextPaneSkin()
           
 
Method Summary
 void setBackgroundColor(int backgroundColor)
           
 void setColor(int color)
           
 void setInactiveColor(int inactiveColor)
           
 void setInactiveSelectionBackgroundColor(int backgroundColor)
           
 void setInactiveSelectionColor(int backgroundColor)
           
 void setSelectionBackgroundColor(int backgroundColor)
           
 void setSelectionColor(int backgroundColor)
           
 
Methods inherited from class org.apache.pivot.wtk.skin.TextPaneSkin
documentChanged, editableChanged, enabledChanged, focusedChanged, getBaseline, getCharacterBounds, getColor, getFont, getInactiveColor, getInactiveSelectionBackgroundColor, getInactiveSelectionColor, getInsertionPoint, getMargin, getNextInsertionPoint, getPreferredHeight, getPreferredSize, getPreferredWidth, getRowAt, getRowCount, getSelectionBackgroundColor, getSelectionColor, getWrapText, install, isFocusable, keyPressed, keyTyped, layout, mouseClick, mouseDown, mouseMove, mouseUp, paint, selectionChanged, setColor, setColor, setFont, setFont, setFont, setInactiveColor, setInactiveColor, setInactiveSelectionBackgroundColor, setInactiveSelectionBackgroundColor, setInactiveSelectionColor, setInactiveSelectionColor, setMargin, setMargin, setMargin, setMargin, setMargin, setSelectionBackgroundColor, setSelectionBackgroundColor, setSelectionColor, setSelectionColor, setWrapText
 
Methods inherited from class org.apache.pivot.wtk.skin.ContainerSkin
componentInserted, componentMoved, componentsRemoved, focusTraversalPolicyChanged, getBackgroundColor, getBackgroundPaint, isOpaque, mouseDown, mouseMove, mouseUp, mouseWheel, setBackgroundColor, setBackgroundColor, setBackgroundPaint, setBackgroundPaint, setBackgroundPaint
 
Methods inherited from class org.apache.pivot.wtk.skin.ComponentSkin
cursorChanged, decodeFont, dragSourceChanged, dropTargetChanged, getBaseline, getComponent, getHeight, getWidth, heightLimitsChanged, invalidateComponent, keyReleased, locationChanged, menuHandlerChanged, mouseOut, mouseOver, 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

TerraTextPaneSkin

public TerraTextPaneSkin()
Method Detail

setColor

public final void setColor(int color)

setInactiveColor

public final void setInactiveColor(int inactiveColor)

setBackgroundColor

public final void setBackgroundColor(int backgroundColor)

setSelectionColor

public final void setSelectionColor(int backgroundColor)

setSelectionBackgroundColor

public final void setSelectionBackgroundColor(int backgroundColor)

setInactiveSelectionColor

public final void setInactiveSelectionColor(int backgroundColor)

setInactiveSelectionBackgroundColor

public final void setInactiveSelectionBackgroundColor(int backgroundColor)