Package | Description |
---|---|
g2d.tabwin |
This package contains the generic tabbed windows that are used pervasively in jlambda applications.
|
Modifier and Type | Method and Description |
---|---|
static TabPanel.Panel |
TabPanel.Panel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TabPanel.Panel[] |
TabPanel.Panel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TabPanel.setPanel(TabPanel.Panel loc,
java.awt.Component comp) |