EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.style.echo.extras
Class TabPaneStyle

java.lang.Object
  extended by nextapp.echo.app.MutableStyle
      extended by echopoint.style.AbstractStyle
          extended by echopoint.style.echo.extras.TabPaneStyle
All Implemented Interfaces:
Serializable, Style

public class TabPaneStyle
extends AbstractStyle

The default style to use for TabPane components.

Version:
$Id: TabPaneStyle.java 255 2009-11-29 12:16:16Z sptrakesh $
Author:
Rakesh Vidyadharan 2009-11-19
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.app.MutableStyle
MutableStyle.IndexedPropertyValue
 
Field Summary
 
Fields inherited from class echopoint.style.AbstractStyle
level, logger
 
Constructor Summary
TabPaneStyle()
           
 
Method Summary
protected  void init()
          Mandatory style initialisation method to be implemented by all sub-classes.
protected  void setColor()
           
protected  void setImageBorder()
           
protected  void setImages()
           
protected  void setInsets()
           
protected  void setRollover()
           
protected  void setSpacing()
           
 
Methods inherited from class echopoint.style.AbstractStyle
get, setFont, setForeground
 
Methods inherited from class nextapp.echo.app.MutableStyle
addStyleContent, getIndex, getIndexedProperty, getProperty, getPropertyIndices, getPropertyNames, isIndexedPropertySet, isPropertySet, removeIndexedProperty, removeProperty, set, setIndex, setIndexedProperty, setProperty, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TabPaneStyle

public TabPaneStyle()
Method Detail

init

protected void init()
Description copied from class: AbstractStyle
Mandatory style initialisation method to be implemented by all sub-classes. The default implementation sets the default font to use. Sub-classes should generally invoke super.init().

Overrides:
init in class AbstractStyle
See Also:
DefaultFont, AbstractStyle.setFont()

setImageBorder

protected void setImageBorder()

setImages

protected void setImages()

setInsets

protected void setInsets()

setSpacing

protected void setSpacing()

setColor

protected void setColor()

setRollover

protected void setRollover()

EchoPoint API - 3.0.0b5
App Webcontainer