|
Class grendel.composition.NSTabbedPane
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
protected JTabbedPane fTabbedPane
protected Object fID
protected String fName
protected String fFloatingTitle
Constructors
public NSTabbedPane()
Methods
public void dock()
the toolbar is about to be docked
public void floatToolbar()
tells the toolbar it is about to float
public void setFloatingTitle(String aTitle)
sets the title to be used when the toolbar is floating
public String getFloatingTitle()
gets the title used when the toolbar is floating
public void addTab(String aLabel,
ImageIcon aIcon,
Component mAddressList)
adds a new tab.
public void setSelectedIndex(int aIndex)
set tab selection
public void setID(Object anID)
sets an ID for this toolbar
public Object getID()
gets the toolbar's id
public void setName(String aName)
sets the name of the toolbar
public String getName()
gets the name of the toolbar
public Component getComponent()
gets the component associated with the toolbar
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4
|