Package docking

Class DockingFrame

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
Direct Known Subclasses:
HiddenDockingFrame

public class DockingFrame extends JFrame
Base frame used by the root window and detached windows
See Also:
  • Constructor Details

    • DockingFrame

      public DockingFrame(String name)
  • Method Details

    • setTransient

      public void setTransient()
      Marks this frame as transient. A transient frame is one that is show temporarily.
    • isTransient

      public boolean isTransient()
      REturns whether this frame is transient. A transient frame is one that is show temporarily.
      Returns:
      true if transient
    • toString

      public String toString()
      Overrides:
      toString in class Component