Class SingleCDockablePerspective

java.lang.Object
bibliothek.gui.dock.common.perspective.AbstractCDockablePerspective
bibliothek.gui.dock.common.perspective.SingleCDockablePerspective
All Implemented Interfaces:
CDockablePerspective, CElementPerspective
Direct Known Subclasses:
CGridPerspective

public class SingleCDockablePerspective extends AbstractCDockablePerspective
A class that represents a SingleCDockable.
Author:
Benjamin Sigg
  • Constructor Details

    • SingleCDockablePerspective

      public SingleCDockablePerspective(String uniqueId)
      Creates a new representation of a SingleCDockable.
      Parameters:
      uniqueId - the unique identifier of this dockable, not null
  • Method Details