Class AbstractDockableCStation<S extends CommonDockStation<?,?>>

java.lang.Object
bibliothek.gui.dock.common.intern.AbstractCDockable
bibliothek.gui.dock.common.intern.AbstractDockableCStation<S>
Type Parameters:
S - the kind of station represented by this wrapper
All Implemented Interfaces:
CStation<S>, CDockable
Direct Known Subclasses:
CGridArea

public abstract class AbstractDockableCStation<S extends CommonDockStation<?,?>> extends AbstractCDockable implements CStation<S>
An abstract implementation of CStation that can be docked like a CDockable.
Author:
Benjamin Sigg