| Package | Description |
|---|---|
| org.kepler.gui |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassicViewPane
A ViewPane consisting of 4 ViewPaneLocations.
|
class |
DefaultViewPane
A ViewPane consisting of 4 ViewPaneLocations.
|
class |
DualVerticalViewPane
A ViewPane consisting of 2 vertical (side by side) ViewPaneLocations.
|
class |
SingleViewPane
A ViewPane consisting of 4 ViewPaneLocations.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Vector<ViewPane> |
ViewManager._viewPanes |
| Modifier and Type | Method and Description |
|---|---|
ViewPane |
ClassicViewPane.Factory.createViewPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
ViewPane |
DefaultViewPane.Factory.createViewPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
ViewPane |
ViewPaneFactory.createViewPane(TableauFrame parent)
Always returns null, this method should be overridden by the factory
instance that extends this factory.
|
ViewPane |
SingleViewPane.Factory.createViewPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
ViewPane |
DualVerticalViewPane.Factory.createViewPane(TableauFrame parent)
Create a library pane that displays the given library of actors.
|
ViewPane |
ViewManager.getViewPane(TableauFrame parent,
java.lang.String viewName)
Return a ViewPane reference for the given TableauFrame and viewName.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<ViewPane> |
ViewManager.getFrameViews(TableauFrame parent)
Return a vector of ViewPane objects for the specified TableauFrame.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewManager.addViewPane(ViewPane vp)
Register a ViewPane with the ViewManager.
|