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()
           
 String getName()
           
 boolean isCloseable()
           
 void setCloseable(boolean closeable)
           
 void setIcon(Image icon)
           
 void setName(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 String getName()

setName

public void setName(String name)

getIcon

public Image getIcon()

setIcon

public void setIcon(Image icon)

isCloseable

public boolean isCloseable()

setCloseable

public void setCloseable(boolean closeable)