|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JTabbedPane | +--planetj.gui.CMTabbedPaneJ
Provides I18N and many other common functionality
Field Summary |
Fields inherited from class javax.swing.JTabbedPane |
SCROLL_TAB_LAYOUT, WRAP_TAB_LAYOUT |
Fields inherited from class javax.swing.JComponent |
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
CMTabbedPaneJ()
CMTabbedPaneJ constructor comment. |
Method Summary | |
void |
addTab(String string,
Component component)
Overrides the addTab(String, Component) method in superclass |
void |
addTab(String string,
Icon icon,
Component component)
Overrides the addTab(String, Icon, Component) method in superclass |
void |
addTab(String string,
Icon icon,
Component component,
String toolTip)
Overrides the addTab(String, Icon, Component, String) method in superclass |
Vector |
getAllTabs()
returns all the panels on this tab pane panels are also tabs. |
Component |
getComponent(String componentName)
retuns the component with the given name **NOTE** only returns the components directly on this tabbed pane and not their children. |
void |
insertTab(String title,
Icon icon,
Component component,
String tip,
int index)
Overrides the insertTab(String, Component) method in superclass for I18N |
void |
selectNextTab()
Insert the method's description here. |
void |
selectPreviousTab()
This will select the previous tab Creation date: (7/24/00 1:52:21 PM) |
void |
setTitleAt(int index,
String title)
Overrides the setTitleAt(int, String) method in superclass for I18N purposes |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CMTabbedPaneJ()
Method Detail |
public void addTab(String string, Component component)
addTab
in class JTabbedPane
public void addTab(String string, Icon icon, Component component)
addTab
in class JTabbedPane
public void addTab(String string, Icon icon, Component component, String toolTip)
addTab
in class JTabbedPane
public Vector getAllTabs()
public Component getComponent(String componentName)
public void insertTab(String title, Icon icon, Component component, String tip, int index)
insertTab
in class JTabbedPane
public void selectNextTab()
public void selectPreviousTab()
public void setTitleAt(int index, String title)
setTitleAt
in class JTabbedPane
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |