Methoden |
public void | openFrame(JInternalFrame f) |
public void | closeFrame(JInternalFrame f) |
public void | maximizeFrame(JInternalFrame f) |
public void | minimizeFrame(JInternalFrame f) |
public void | iconifyFrame(JInternalFrame f) |
public void | deiconifyFrame(JInternalFrame f) |
public void | activateFrame(JInternalFrame f) |
public void | deactivateFrame(JInternalFrame f) |
public void | beginDraggingFrame(JComponent f) |
public void | dragFrame(JComponent f, int newX, int newY) |
public void | endDraggingFrame(JComponent f) |
public void | beginResizingFrame(JComponent f, int direction) |
public void | resizeFrame(JComponent f, int newX, int newY, int newWidth, int newHeight) |
public void | endResizingFrame(JComponent f) |
public void | setBoundsForFrame(JComponent f, int newX, int newY, int newWidth, int newHeight) |
protected void | removeIconFor(JInternalFrame f) |
protected Rectangle | getBoundsForIconOf(JInternalFrame f) |
protected void | setPreviousBounds(JInternalFrame f, Rectangle r) |
protected Rectangle | getPreviousBounds(JInternalFrame f) |
protected void | setWasIcon(JInternalFrame f, Boolean value) |
protected boolean | wasIcon(JInternalFrame f) |