javax > javax.swing > javax.swing.defaultdesktopmanager >

Class: javax.swing.DefaultDesktopManager
    java.lang.Object
       javax.swing.DefaultDesktopManager


public class DefaultDesktopManager extends Object implements DesktopManager, Serializable


FIELDS:

CONSTRUCTORS:
public DefaultDesktopManager()


METHODS:
public void activateFrame(JInternalFrame f)

public void beginDraggingFrame(JComponent f)

public void beginResizingFrame(JComponent f, int direction)

public void closeFrame(JInternalFrame f)

public void deactivateFrame(JInternalFrame f)

public void deiconifyFrame(JInternalFrame f)

public void dragFrame(JComponent f, int newX, int newY)

public void endDraggingFrame(JComponent f)

public void endResizingFrame(JComponent f)

protected Rectangle getBoundsForIconOf(JInternalFrame f)

protected Rectangle getPreviousBounds(JInternalFrame f)

public void iconifyFrame(JInternalFrame f)

public void maximizeFrame(JInternalFrame f)

public void minimizeFrame(JInternalFrame f)

public void openFrame(JInternalFrame f)

protected void removeIconFor(JInternalFrame f)

public void resizeFrame(JComponent f, int newX, int newY, int newWidth, int newHeight)

public void setBoundsForFrame(JComponent f, int newX, int newY, int newWidth, int newHeight)

protected void setPreviousBounds(JInternalFrame f, Rectangle r)

protected void setWasIcon(JInternalFrame f, Boolean value)

protected boolean wasIcon(JInternalFrame f)


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net