You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



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  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4