Package | Description |
---|---|
com.metsci.glimpse.docking |
Modifier and Type | Field and Description |
---|---|
Side |
LandingRegions.EdgeOfDockingPane.edgeOfPane |
Side |
LandingRegions.BesideExistingTile.sideOfNeighbor |
Modifier and Type | Method and Description |
---|---|
static Side |
Side.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Side[] |
Side.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiSplitPane.addEdgeLeaf(Component c,
Side edgeOfPane) |
void |
MultiSplitPane.addEdgeLeaf(Component c,
Side edgeOfPane,
double extentFrac) |
void |
MultiSplitPane.addNeighborLeaf(Component c,
Component neighbor,
Side sideOfNeighbor) |
void |
MultiSplitPane.addNeighborLeaf(Component c,
Component neighbor,
Side sideOfNeighbor,
double extentFrac) |
Constructor and Description |
---|
BesideExistingTile(MultiSplitPane docker,
Component neighbor,
Side sideOfNeighbor) |
EdgeOfDockingPane(MultiSplitPane docker,
Side edgeOfPane) |
Copyright © 2016 Metron, Inc.. All rights reserved.