Class ExternalizingCGridArea

All Implemented Interfaces:
CStation<CSplitDockStation>, CDockable, SingleCDockable

@Todo(priority=MAJOR, target=VERSION_1_1_2, compatibility=COMPATIBLE, description="The \'unmaximize\' button appears at the wrong location. And during drag and drop layout information is lost due to the listener that inserts the station after the dockable was inserted. Also perspectives will not yet work.") public class ExternalizingCGridArea extends CGridArea
This CStation is intended to be set between a ScreenDockStation and a Dockable. It can clean up itself when it is no longer required.
This station will allow its children to be "maximized" on itself. Additionally the station can be "maximized" itself, but it cannot be "normalized" or "minimized" (it always remains floating on the screen).
Author:
Benjamin Sigg
  • Field Details

  • Constructor Details

    • ExternalizingCGridArea

      public ExternalizingCGridArea(CControl control)
      Creates a new area.
      Parameters:
      control - the owner of this area
    • ExternalizingCGridArea

      public ExternalizingCGridArea(CControl control, String uniqueId)
      Creates a new area.
      Parameters:
      control - the owner of this area
      uniqueId - the unique identifier of this station
  • Method Details