pivot.wtk
Class TabPane.TabPaneAttributes

java.lang.Object
  extended by pivot.wtk.Component.Attributes
      extended by pivot.wtk.TabPane.TabPaneAttributes
Enclosing class:
TabPane

protected static class TabPane.TabPaneAttributes
extends Component.Attributes

Defines tab attributes.

Author:
gbrown

Constructor Summary
protected TabPane.TabPaneAttributes()
           
 
Method Summary
 Image getIcon()
           
 java.lang.String getName()
           
 void setIcon(Image icon)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class pivot.wtk.Component.Attributes
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabPane.TabPaneAttributes

protected TabPane.TabPaneAttributes()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getIcon

public Image getIcon()

setIcon

public void setIcon(Image icon)