|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.azureus2.ui.swt.shells.ShellDocker
public class ShellDocker
A utility class that helps in docking a given Shell to a given Control
| Constructor Summary | |
|---|---|
ShellDocker(org.eclipse.swt.widgets.Control anchorControl,
org.eclipse.swt.widgets.Shell dockedShell)
|
|
| Method Summary | |
|---|---|
DockPosition |
getAnchorControlPosition()
|
boolean |
isDocked()
|
boolean |
isMoveWithShell()
|
boolean |
isResizeWithShell()
|
void |
openShell()
Opens the shell |
void |
openShell(boolean isDocked)
Opens the shell as docked |
void |
openShell(boolean isDocked,
boolean isAnimated)
Opens the shell as docked and animated |
void |
setAnchorControlPosition(DockPosition anchorControlPosition)
|
void |
setDocked(boolean isDocked)
|
void |
setMoveWithShell(boolean moveWithShell)
|
void |
setResizeWithShell(boolean resizeWithShell)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShellDocker(org.eclipse.swt.widgets.Control anchorControl,
org.eclipse.swt.widgets.Shell dockedShell)
| Method Detail |
|---|
public void openShell()
public void openShell(boolean isDocked)
isDocked -
public void openShell(boolean isDocked,
boolean isAnimated)
isDocked - isAnimated - public boolean isDocked()
public void setDocked(boolean isDocked)
public boolean isMoveWithShell()
public void setMoveWithShell(boolean moveWithShell)
public boolean isResizeWithShell()
public void setResizeWithShell(boolean resizeWithShell)
public DockPosition getAnchorControlPosition()
public void setAnchorControlPosition(DockPosition anchorControlPosition)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||