All Packages This Package Class Hierarchy Class Search Index
Class grendel.composition.NSTabbedPane
java.lang.Object | +----BaseDelegate | +----grendel.composition.NSTabbedPane
public class NSTabbedPane extends BaseDelegate implements INSToolbar, IFloatingToolbar { // Fields 4 protected String fFloatingTitle; protected Object fID; protected String fName; protected JTabbedPane fTabbedPane; // Constructors 1 public NSTabbedPane(); // Methods 11 public void addTab(String, ImageIcon, Component); public void dock(); public void floatToolbar(); public Component getComponent(); public String getFloatingTitle(); public Object getID(); public String getName(); public void setFloatingTitle(String); public void setID(Object); public void setName(String); public void setSelectedIndex(int); // Inner Classes 1 public class MyTabbedPaneUI }
Fields
fTabbedPane
protected JTabbedPane fTabbedPane
fID
protected Object fID
fName
protected String fName
fFloatingTitle
protected String fFloatingTitle
Constructors
NSTabbedPane
public NSTabbedPane()
Methods
dock
public void dock()
the toolbar is about to be docked
floatToolbar
public void floatToolbar()
tells the toolbar it is about to float
setFloatingTitle
public void setFloatingTitle(String aTitle)
sets the title to be used when the toolbar is floating
getFloatingTitle
public String getFloatingTitle()
gets the title used when the toolbar is floating
addTab
public void addTab(String aLabel, ImageIcon aIcon, Component mAddressList)
adds a new tab.
setSelectedIndex
public void setSelectedIndex(int aIndex)
set tab selection
setID
public void setID(Object anID)
sets an ID for this toolbar
getID
public Object getID()
gets the toolbar's id
setName
public void setName(String aName)
sets the name of the toolbar
getName
public String getName()
gets the name of the toolbar
getComponent
public Component getComponent()
gets the component associated with the toolbar
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4