public class ToolWindowAdapter
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ToolWindowAdapter(ToolWindow window) |
Modifier and Type | Method and Description |
---|---|
void |
ensurePacked() |
ToolWindow |
getWindow() |
boolean |
isLocated() |
boolean |
isPacked() |
void |
repack()
Runs a pack() as if it was the initial pack
|
void |
setLocationRelativeTo(java.awt.Component comp,
WindowAlignment alignment) |
void |
shiftLocation(int deltaX,
int deltaY)
Moves the frame on the screen by the given amount.
|
void |
storeLocated() |
void |
storePacked()
Overridden to store the minimum size for size control
|
protected ToolWindowAdapter(ToolWindow window)
public void storeLocated()
public boolean isLocated()
public ToolWindow getWindow()
public void setLocationRelativeTo(java.awt.Component comp, WindowAlignment alignment)
public void storePacked()
public boolean isPacked()
public void repack()
public void ensurePacked()
public void shiftLocation(int deltaX, int deltaY)
Copyright © 2014 EsprIT-Systems. All Rights Reserved.