Package | Description |
---|---|
org.kepler.gui |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<ViewPaneLocation> |
ClassicViewPane.getAvailableLocations() |
java.util.Vector<ViewPaneLocation> |
DefaultViewPane.getAvailableLocations() |
java.util.Vector<ViewPaneLocation> |
SingleViewPane.getAvailableLocations() |
java.util.Vector<ViewPaneLocation> |
DualVerticalViewPane.getAvailableLocations() |
Modifier and Type | Method and Description |
---|---|
void |
ClassicViewPane.addTabPane(TabPane tabPane,
ViewPaneLocation location) |
void |
ViewPane.addTabPane(TabPane tabPane,
ViewPaneLocation location)
This method is used to add a TabPane to the ViewPane specifying the
location in which the TabPane should be placed.
|
void |
DefaultViewPane.addTabPane(TabPane tabPane,
ViewPaneLocation location) |
void |
SingleViewPane.addTabPane(TabPane tabPane,
ViewPaneLocation location) |
void |
DualVerticalViewPane.addTabPane(TabPane tabPane,
ViewPaneLocation location) |