Package | Description |
---|---|
bibliothek.gui.dock.common.group |
Contains the
CGroupBehavior and its implementations,
this interface allows to group Dockable s together. |
bibliothek.gui.dock.station.stack |
Elements which are related to the
StackDockStation . |
bibliothek.gui.dock.station.stack.tab |
This package contains a generic implementation of a "tabbed-pane".
|
Constructor and Description |
---|
StackGroupMovement(StackDockStation dockParent,
Dockable dockable,
ExtendedMode target)
Creates a new movement object.
|
Modifier and Type | Method and Description |
---|---|
protected StackDockStation |
StackDockStationFactory.createStation()
Called when a new
StackDockStation is required. |
StackDockStation |
DndAutoSelectStrategyRequest.getStation()
Gets the station which detected the event.
|
StackDockStation |
DefaultDndAutoSelectStrategyRequest.getStation() |
StackDockStation |
StackDockStationFactory.layout(StackDockStationLayout layout,
Map<Integer,Dockable> children,
PlaceholderStrategy placeholders) |
StackDockStation |
StackDockStationFactory.layout(StackDockStationLayout layout,
PlaceholderStrategy placeholders) |
Modifier and Type | Method and Description |
---|---|
void |
TabContentFilterListener.contentChanged(StackDockStation station)
Informs this listener that all icons, titles and tooltips of all children
of
station have changed. |
StackDockStationLayout |
StackDockStationFactory.getLayout(StackDockStation station,
Map<Dockable,Integer> children) |
void |
StackDnDAutoSelectSupport.install(StackDockStation station,
StackDockComponent component)
Called if a
StackDockComponent has been bound to a DockController . |
void |
DnDAutoSelectSupport.install(StackDockStation station,
StackDockComponent component) |
void |
StackDockStationFactory.setLayout(StackDockStation station,
StackDockStationLayout layout,
Map<Integer,Dockable> children,
PlaceholderStrategy placeholders) |
void |
StackDockStationFactory.setLayout(StackDockStation element,
StackDockStationLayout layout,
PlaceholderStrategy placeholders) |
Constructor and Description |
---|
DefaultDndAutoSelectStrategyRequest(StackDockStation station,
Dockable dockable,
TransferHandler.TransferSupport transferSupport)
Creates a new request object.
|
TabDropLayer(StackDockStation station) |
Modifier and Type | Field and Description |
---|---|
protected List<StackDockStation> |
AbstractTabContentFilter.stations
all stations that are currently installed
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTabContentFilter.added(StackDockStation station,
Dockable dockable)
Called when
dockable is added to station , this method is called before
the dock parent of dockable is set. |
protected void |
AbstractTabContentFilter.deselected(StackDockStation station,
Dockable dockable)
Called when the selection of
station changed to another dockable than oldSelection . |
protected void |
DefaultTabContentFilter.deselected(StackDockStation station,
Dockable dockable) |
TabContent |
AbstractTabContentFilter.filter(TabContent content,
StackDockStation station,
Dockable dockable)
This implementation just returns
content . |
TabContent |
DefaultTabContentFilter.filter(TabContent content,
StackDockStation station,
Dockable dockable) |
TabContent |
TabContentFilter.filter(TabContent content,
StackDockStation station,
Dockable dockable)
Filters the contents of a tab.
|
protected void |
AbstractTabContentFilter.fireChanged(StackDockStation station)
Calls
TabContentFilterListener.contentChanged(StackDockStation) on all
listeners that are currently installed. |
void |
AbstractTabContentFilter.install(StackDockStation station) |
void |
TabContentFilter.install(StackDockStation station)
Informs this filter that it will be used by
station . |
protected void |
AbstractTabContentFilter.removed(StackDockStation station,
Dockable dockable)
Called when
dockable has been removed from station . |
protected void |
AbstractTabContentFilter.selected(StackDockStation station,
Dockable dockable)
Called when the selection of
station changed to newSelection . |
protected void |
DefaultTabContentFilter.selected(StackDockStation station,
Dockable dockable) |
void |
AbstractTabContentFilter.uninstall(StackDockStation station) |
void |
TabContentFilter.uninstall(StackDockStation station)
Informs this filter that it is no longer used by
station . |