public class TabGroup extends AbstractUIComponent
Modifier and Type | Field and Description |
---|---|
static Class[] |
SWING_CLASSES |
static String |
TYPE_NAME |
Constructor and Description |
---|
TabGroup(JTabbedPane jTab) |
Modifier and Type | Method and Description |
---|---|
JTabbedPane |
getAwtComponent()
Returns the Java GUI component represented by this object.
|
String |
getDescriptionTypeName()
Returns the name of the component as it will appear in the XML representation
returned by
UIComponent.getDescription() . |
Panel |
getSelectedTab() |
protected void |
getSubDescription(Container container,
XmlWriter.Tag tag) |
Assertion |
selectedTabEquals(String tabLabel) |
void |
selectTab(String tabLabel) |
Assertion |
tabColorEquals(String[] colors) |
Assertion |
tabNamesEquals(String[] tabLabels) |
addAttributes, backgroundEquals, backgroundNear, foregroundEquals, foregroundNear, getContainer, getContainer, getDescription, getDescription, getLabel, getName, isEnabled, isVisible, pressKey, releaseKey, typeKey
public static final String TYPE_NAME
public static final Class[] SWING_CLASSES
public TabGroup(JTabbedPane jTab)
public String getDescriptionTypeName()
UIComponent
UIComponent.getDescription()
.public JTabbedPane getAwtComponent()
UIComponent
public Panel getSelectedTab()
public void selectTab(String tabLabel)
protected void getSubDescription(Container container, XmlWriter.Tag tag)
getSubDescription
in class AbstractUIComponent
Copyright © 2004–2016. All rights reserved.