|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FrameworkOnly | |
|---|---|
| bibliothek.gui | The high level interfaces of the framework and the most often used classes. |
| bibliothek.gui.dock | The five basic classes implementing Dockable and
DockStation plus some supporting elements. |
| bibliothek.gui.dock.action.actions | Contains a set of different DockActions
and supporting classes.The actions in this package will create views, which show Icons,
text, tooltips and other gimmicks. |
| bibliothek.gui.dock.control | Classes responsible to handle some global task. |
| bibliothek.gui.dock.control.focus | The focus sub-system is responsible for transfering the focus to the currently
active Dockable. |
| bibliothek.gui.dock.station.screen.magnet | The magnet API allows ScreenDockWindows to
attract each other, or to stick together. |
| bibliothek.gui.dock.station.split | Elements which are needed by the SplitDockStation,
and which are needed to interact with the station. |
| bibliothek.gui.dock.station.stack | Elements which are related to the StackDockStation. |
| bibliothek.gui.dock.themes | Contains an implementation of DockTheme and
all classes which are neede by this theme. |
| bibliothek.gui.dock.title | Elements needed to paint the title of a Dockable. |
| bibliothek.gui.dock.util | Distribution of information in a global scale and methods available from everywhere. |
| Uses of FrameworkOnly in bibliothek.gui |
|---|
| Methods in bibliothek.gui with annotations of type FrameworkOnly | |
|---|---|
Combiner |
DockTheme.getCombiner(DockStation station)
Gets the Combiner for station.This method should not be used directly, instead an UIValue of type StationCombinerValue should
be installed at the local ThemeManager to retrieve the value. |
DisplayerFactory |
DockTheme.getDisplayFactory(DockStation station)
Gets a displayer factory for station.This method should not be used directly, instead an UIValue of type DefaultDisplayerFactoryValue should
be installed at the local ThemeManager to retrieve the value. |
DockableSelection |
DockTheme.getDockableSelection(DockController controller)
Gets a selector for Dockables. |
DockableMovingImageFactory |
DockTheme.getMovingImageFactory(DockController controller)
Gets a factory for images which are moved around by the user. This method should not be invoked directly, instead the property key DockTheme.DOCKABLE_MOVING_IMAGE_FACTORY
should be used. |
StationPaint |
DockTheme.getPaint(DockStation station)
Gets the paint which is used to draw things onto station.This method should not be used directly, instead an UIValue of type DefaultStationPaintValue should
be installed at the local ThemeManager to retrieve the value. |
| Uses of FrameworkOnly in bibliothek.gui.dock |
|---|
| Methods in bibliothek.gui.dock with annotations of type FrameworkOnly | |
|---|---|
SplitNodeFactory |
SplitDockStation.getNodeFactory()
Gets the factory which is responsible for creating new SplitNodes. |
void |
SplitDockStation.setNodeFactory(SplitNodeFactory factory)
Sets the factory which is responsible for creating new SplitNodes. |
| Uses of FrameworkOnly in bibliothek.gui.dock.action.actions |
|---|
| Classes in bibliothek.gui.dock.action.actions with annotations of type FrameworkOnly | |
|---|---|
interface |
SharingDropDownDockAction
A SharingDropDownDockAction is a DropDownAction whose properties are shared by
all Dockables and whose properties can be set by the client. |
interface |
SharingDropDownItemAction
A DropDownItemAction whose properties are shared among all Dockables, the
properties can be modified by the client. |
interface |
SharingSelectableDockAction
A SelectableDockAction whose properties are shared among all Dockables, clients
can modify the properties. |
interface |
SharingStandardDockAction
A SharingStandardDockAction is a StandardDockAction whose properties are
shared by all Dockables and whose properties can be modified by the client. |
| Uses of FrameworkOnly in bibliothek.gui.dock.control |
|---|
| Methods in bibliothek.gui.dock.control with annotations of type FrameworkOnly | |
|---|---|
void |
KeyboardController.kill()
Stops this controller. |
| Uses of FrameworkOnly in bibliothek.gui.dock.control.focus |
|---|
| Methods in bibliothek.gui.dock.control.focus with annotations of type FrameworkOnly | |
|---|---|
void |
MouseFocusObserver.kill()
Stops this FocusController. |
| Uses of FrameworkOnly in bibliothek.gui.dock.station.screen.magnet |
|---|
| Methods in bibliothek.gui.dock.station.screen.magnet with annotations of type FrameworkOnly | |
|---|---|
void |
MagnetController.setController(DockController controller)
Sets the DockController which is to be used by this MagnetController. |
| Uses of FrameworkOnly in bibliothek.gui.dock.station.split |
|---|
| Classes in bibliothek.gui.dock.station.split with annotations of type FrameworkOnly | |
|---|---|
interface |
SplitNodeFactory
A SplitNodeFactory is responsible for creating the various SplitNodes
that are used by a SplitDockStation.This interface is not intended for clients to use or implement, it is purely an internal abstraction keeping an option for customized subclasses of SplitDockStation open. |
class |
SplitPlaceholderSet
Keeps track of the various placeholders and Dockables of a SplitDockStation
and makes sure that a placeholder is used by no more than one SplitNode. |
| Methods in bibliothek.gui.dock.station.split with annotations of type FrameworkOnly | |
|---|---|
void |
SpanSplitNode.createSpans()
Creates or re-creates the Spans used by this Leaf. |
Span[] |
SpanSplitNode.getSpans()
Gets the Spans that are currently used by this Leaf. |
abstract void |
SpanSplitNode.onSpanResize()
Called if a Span of this node changed its size |
| Uses of FrameworkOnly in bibliothek.gui.dock.station.stack |
|---|
| Methods in bibliothek.gui.dock.station.stack with annotations of type FrameworkOnly | |
|---|---|
void |
CombinedStackDockComponent.Meta.setController(DockController controller)
Sets the controller which is used to read values. |
| Uses of FrameworkOnly in bibliothek.gui.dock.themes |
|---|
| Methods in bibliothek.gui.dock.themes with annotations of type FrameworkOnly | |
|---|---|
void |
ThemeManager.kill()
Destroys this manager and releases resources. |
| Uses of FrameworkOnly in bibliothek.gui.dock.title |
|---|
| Classes in bibliothek.gui.dock.title with annotations of type FrameworkOnly | |
|---|---|
class |
AbstractMultiDockTitle
An abstract implementation of DockTitle. |
| Uses of FrameworkOnly in bibliothek.gui.dock.util |
|---|
| Classes in bibliothek.gui.dock.util with annotations of type FrameworkOnly | |
|---|---|
class |
UIPriorityValue<T>
A PriorityValue that supports working with UISchemes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||