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 | Method and Description |
---|---|
static TabFrame |
Utils.getTabFrame(BufferedGlyphList glyphs) |
Modifier and Type | Method and Description |
---|---|
static TabFrame |
Utils.getTabFrame(IOPGraph graph) |
Modifier and Type | Method and Description |
---|---|
static TabFrame |
PLAUtils.getTabFrame(IOPGraph graph) |
Modifier and Type | Method and Description |
---|---|
static TabFrame |
TabUtils.getTabFrame(java.awt.Container cont) |
static TabFrame |
TabUtils.getTabFrame(GraphContainer cont) |
static TabFrame |
TabUtils.getTabFrameAtLocation(java.awt.Point locationOnScreen) |
Modifier and Type | Method and Description |
---|---|
static void |
TabUtils.launchTab(TabFrame oldFrame,
int index,
java.awt.Point locationOnScreen) |
static void |
TabUtils.transferTab(TabFrame oldFrame,
int index,
TabFrame newFrame) |
Constructor and Description |
---|
TabControl(TabFrame owner,
TabPanel panel) |