void |
GoldenLayout.addPanel(GoldenPanel goldenPanel,
int col,
int row,
java.lang.String region) |
Adds an GoldenPanel to the region of the GoldenPanel at the specified location.
|
void |
GoldenLayout.addPanel(GoldenPanel goldenPanel,
java.lang.String area,
java.lang.String region) |
Adds an GoldenPanel to the region of the specified area GoldenPanel.
|
void |
GoldenLayout.addPanel(GoldenPanel goldenPanel,
GoldenPanel targetGoldenPanel,
java.lang.String region) |
Adds an GoldenPanel to the region of the specified area GoldenPanel.
|
void |
GoldenLayout.addPanelToRoot(GoldenPanel goldenPanel,
java.lang.String region) |
Adds an GoldenPanel to the region of the GoldenLayout.
|
protected void |
GoldenPanel.droppedTo(GoldenPanel dropTarget,
java.lang.String region) |
|
void |
GoldenLayout.movePanel(GoldenPanel goldenPanel,
int col,
int row,
java.lang.String region) |
Moves an existing goldenpanel child of this goldenlayout to a specific location by col and row indexes.
|
void |
GoldenLayout.movePanel(GoldenPanel goldenPanel,
java.lang.String area,
java.lang.String region) |
Moves an existing goldenpanel child of this goldenlayout to a specific region of an area.
|
void |
GoldenLayout.movePanel(GoldenPanel goldenPanel,
GoldenPanel targetGoldenPanel,
java.lang.String region) |
Moves an existing goldenpanel child of this goldenlayout to a specific region of an area.
|
void |
GoldenLayout.movePanelToRoot(GoldenPanel goldenPanel,
java.lang.String region) |
Moves an GoldenPanel to the region of the GoldenLayout.
|
protected java.lang.String |
GoldenLayout.updateInitialMatrix(GoldenPanel dropTarget,
java.lang.String region,
java.lang.String area) |
|