Package | Description |
---|---|
g2d.glyphviewer |
This package contains the third generation GUI for jlambda applications dealing with glyphlists in general, mainly soft agents.
|
g2d.netviewer |
This package contains the second generation GUI for jlambda applications dealing with graphs, mainly in this case CTA and NPA.
|
g2d.pla |
This package contains the Pathway Logic Assistant.
|
g2d.tabwin |
This package contains the generic tabbed windows that are used pervasively in jlambda applications.
|
Modifier and Type | Class and Description |
---|---|
class |
GlyphView |
Modifier and Type | Class and Description |
---|---|
class |
NetPanel |
Modifier and Type | Class and Description |
---|---|
class |
PLAPanel |
Modifier and Type | Method and Description |
---|---|
TabPanel |
TabFrame.getFocusedTabPanel() |
TabPanel |
TabFrame.getTabPanelAt(int index) |
static TabPanel |
TabUtils.launchTab(TabPanel parent,
java.lang.String title,
java.lang.String toolTip) |
Modifier and Type | Method and Description |
---|---|
void |
TabFrame.addTabPanel(int index,
TabPanel child) |
void |
TabFrame.addTabPanel(int index,
TabPanel child,
boolean focus) |
void |
TabFrame.addTabPanel(TabPanel child) |
void |
TabFrame.focusTabPanel(TabPanel child) |
int |
TabFrame.indexOfTabPanel(TabPanel panel) |
static TabPanel |
TabUtils.launchTab(TabPanel parent,
java.lang.String title,
java.lang.String toolTip) |
void |
TabFrame.removeTabPanel(TabPanel tab) |
Constructor and Description |
---|
TabControl(TabFrame owner,
TabPanel panel) |
TabFrame(TabPanel contents) |
TabFrame(TabPanel contents,
java.lang.String ilk) |