|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use bibliothek.gui | |
---|---|
bibliothek.extension.gui.dock | |
bibliothek.extension.gui.dock.theme | Contains some DockTheme s. |
bibliothek.extension.gui.dock.theme.bubble | Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.extension.gui.dock.theme.eclipse | Various graphical and logical components needed when the
EclipseTheme
is active. |
bibliothek.extension.gui.dock.theme.eclipse.rex | Contains the elements needed to paint a generic "tabbed pane". |
bibliothek.extension.gui.dock.theme.eclipse.rex.tab | Various components needed to paint and manage the tab which is visible
on a RexTabbedComponent . |
bibliothek.extension.gui.dock.theme.flat | Various graphical and logical components needed to paint the layout
when FlatTheme is active. |
bibliothek.extension.gui.dock.theme.smooth | Contains elements to paint a DockTitle which smoothly changes
its color. |
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.accept | Contains classes to deal with DockAcceptance s. |
bibliothek.gui.dock.action | The components dealing with the logic of DockAction s. |
bibliothek.gui.dock.action.actions | Contains a set of different DockAction s
and supporting classes.The actions in this package will create views, which show Icon s,
text, tooltips and other gimmicks. |
bibliothek.gui.dock.action.dropdown | Elements needed to design the communication between a
DropDownAction and its children. |
bibliothek.gui.dock.action.view | Classes to create a views for DockAction s.This package does not contain any views, only the mechanism to create some. |
bibliothek.gui.dock.common | A set of classes that can be used to create basic applications. |
bibliothek.gui.dock.common.action.predefined | A set of more complex actions that can be directly used. |
bibliothek.gui.dock.common.intern | Classes and interfaces used internally. |
bibliothek.gui.dock.common.intern.action | |
bibliothek.gui.dock.common.intern.station | |
bibliothek.gui.dock.common.intern.theme | |
bibliothek.gui.dock.common.layout | |
bibliothek.gui.dock.common.menu | |
bibliothek.gui.dock.control | Classes responsible to handle some global task. |
bibliothek.gui.dock.dockable | Some classes related to Dockable . |
bibliothek.gui.dock.event | Listeners, adapters and events used in the whole framework. A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener. |
bibliothek.gui.dock.facile.action | |
bibliothek.gui.dock.facile.lookandfeel | |
bibliothek.gui.dock.facile.menu | |
bibliothek.gui.dock.facile.station.split | |
bibliothek.gui.dock.focus | |
bibliothek.gui.dock.frontend | Classes and interfaces needed by the DockFrontend |
bibliothek.gui.dock.layout | Elements dealing with the location of Dockable s
on their DockStation and allowing to store the
whole layout of a set of Dockable s and stations. |
bibliothek.gui.dock.security | A package dealing with the issues of Applets and Wepstart-applications. DockingFrames monitors mouse- and other events globally. |
bibliothek.gui.dock.station | Elements needed by various implementations of the
DockStation interface. |
bibliothek.gui.dock.station.flap | Elements that are related to the FlapDockStation . |
bibliothek.gui.dock.station.screen | Elements that are related to the ScreenDockStation . |
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.station.support | Elements used by various DockStation s to store
properties and to propagate events to other objects. |
bibliothek.gui.dock.support.action | |
bibliothek.gui.dock.support.menu | |
bibliothek.gui.dock.themes | Contains an implementation of DockTheme and
all classes which are neede by this theme. |
bibliothek.gui.dock.themes.basic | Factories and classes used when the BasicTheme
is active. |
bibliothek.gui.dock.themes.basic.action | Elements handling the view of DockAction s.They way from a DockAction to its view normally involves four objects:
The DockAction itself, providing the basic set of properties
A handler listening to changes of the
action and forwarding the changes to the model. |
bibliothek.gui.dock.themes.basic.action.buttons | Classes which allow to paint and interact with a
BasicButtonModel . |
bibliothek.gui.dock.themes.basic.action.dropdown | Handlers taking various kinds of
DockAction and presenting them
as DropDownViewItem
in order to display them as children of a
DropDownAction |
bibliothek.gui.dock.themes.basic.action.menu | Handlers taking various kinds of
DockAction and presenting them
as MenuViewItem in
order to display the actions in a menu. |
bibliothek.gui.dock.themes.color | The color subsystem allows each kind of element to get its colors from a central repository. |
bibliothek.gui.dock.themes.nostack | Elements needed by the NoStackTheme . |
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. |
bibliothek.gui.dock.util.color | The color subsystem, used by most of the components to search for the colors they need to paint. |
Classes in bibliothek.gui used by bibliothek.extension.gui.dock | |
---|---|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
Classes in bibliothek.gui used by bibliothek.extension.gui.dock.theme | |
---|---|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
|
DockTheme
A theme describes how a DockStation looks like, which
DockTitle are selected, and other behavior. |
Classes in bibliothek.gui used by bibliothek.extension.gui.dock.theme.bubble | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.extension.gui.dock.theme.eclipse | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.extension.gui.dock.theme.eclipse.rex | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.extension.gui.dock.theme.eclipse.rex.tab | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.extension.gui.dock.theme.flat | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.extension.gui.dock.theme.smooth | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.gui | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockFrontend.Hider
An object which is action and ActionGuard at the same time. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
|
DockTheme
A theme describes how a DockStation looks like, which
DockTitle are selected, and other behavior. |
|
DockUI
A list of icons, text and methods used by the framework. |
Classes in bibliothek.gui used by bibliothek.gui.dock | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
|
DockTheme
A theme describes how a DockStation looks like, which
DockTitle are selected, and other behavior. |
Classes in bibliothek.gui used by bibliothek.gui.dock.accept | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.gui.dock.action | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
Classes in bibliothek.gui used by bibliothek.gui.dock.action.actions | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
Classes in bibliothek.gui used by bibliothek.gui.dock.action.dropdown | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
Classes in bibliothek.gui used by bibliothek.gui.dock.action.view | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
Classes in bibliothek.gui used by bibliothek.gui.dock.common | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockFrontend
A DockFrontend provides some methods to handle the storage of various layouts. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
|
DockTheme
A theme describes how a DockStation looks like, which
DockTitle are selected, and other behavior. |
Classes in bibliothek.gui used by bibliothek.gui.dock.common.action.predefined | |
---|---|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
Classes in bibliothek.gui used by bibliothek.gui.dock.common.intern | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.gui.dock.common.intern.action | |
---|---|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
Classes in bibliothek.gui used by bibliothek.gui.dock.common.intern.station | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
Classes in bibliothek.gui used by bibliothek.gui.dock.common.intern.theme | |
---|---|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
|
DockTheme
A theme describes how a DockStation looks like, which
DockTitle are selected, and other behavior. |
Classes in bibliothek.gui used by bibliothek.gui.dock.common.layout | |
---|---|
DockTheme
A theme describes how a DockStation looks like, which
DockTitle are selected, and other behavior. |
Classes in bibliothek.gui used by bibliothek.gui.dock.common.menu | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockFrontend
A DockFrontend provides some methods to handle the storage of various layouts. |
Classes in bibliothek.gui used by bibliothek.gui.dock.control | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.gui.dock.dockable | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.gui.dock.event | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockFrontend
A DockFrontend provides some methods to handle the storage of various layouts. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
|
DockTheme
A theme describes how a DockStation looks like, which
DockTitle are selected, and other behavior. |
Classes in bibliothek.gui used by bibliothek.gui.dock.facile.action | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.gui.dock.facile.lookandfeel | |
---|---|
DockFrontend
A DockFrontend provides some methods to handle the storage of various layouts. |
Classes in bibliothek.gui used by bibliothek.gui.dock.facile.menu | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockFrontend
A DockFrontend provides some methods to handle the storage of various layouts. |
Classes in bibliothek.gui used by bibliothek.gui.dock.facile.station.split | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
Classes in bibliothek.gui used by bibliothek.gui.dock.focus | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
Classes in bibliothek.gui used by bibliothek.gui.dock.frontend | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockFrontend
A DockFrontend provides some methods to handle the storage of various layouts. |
Classes in bibliothek.gui used by bibliothek.gui.dock.layout | |
---|---|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.gui.dock.security | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
|
DockTheme
A theme describes how a DockStation looks like, which
DockTitle are selected, and other behavior. |
Classes in bibliothek.gui used by bibliothek.gui.dock.station | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
|
DockTheme
A theme describes how a DockStation looks like, which
DockTitle are selected, and other behavior. |
Classes in bibliothek.gui used by bibliothek.gui.dock.station.flap | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
Classes in bibliothek.gui used by bibliothek.gui.dock.station.screen | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
Classes in bibliothek.gui used by bibliothek.gui.dock.station.split | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
Classes in bibliothek.gui used by bibliothek.gui.dock.station.stack | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
Classes in bibliothek.gui used by bibliothek.gui.dock.station.support | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.gui.dock.support.action | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
Classes in bibliothek.gui used by bibliothek.gui.dock.support.menu | |
---|---|
DockFrontend
A DockFrontend provides some methods to handle the storage of various layouts. |
Classes in bibliothek.gui used by bibliothek.gui.dock.themes | |
---|---|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
|
DockTheme
A theme describes how a DockStation looks like, which
DockTitle are selected, and other behavior. |
|
DockUI
A list of icons, text and methods used by the framework. |
Classes in bibliothek.gui used by bibliothek.gui.dock.themes.basic | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.gui.dock.themes.basic.action | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
Classes in bibliothek.gui used by bibliothek.gui.dock.themes.basic.action.buttons | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
Classes in bibliothek.gui used by bibliothek.gui.dock.themes.basic.action.dropdown | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
Classes in bibliothek.gui used by bibliothek.gui.dock.themes.basic.action.menu | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
Classes in bibliothek.gui used by bibliothek.gui.dock.themes.color | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
Classes in bibliothek.gui used by bibliothek.gui.dock.themes.nostack | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.gui.dock.title | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.gui.dock.util | |
---|---|
Dockable
A Dockable is a window which is put onto a DockStation . |
|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
DockStation
A DockStation is an area containing some instances of Dockable . |
Classes in bibliothek.gui used by bibliothek.gui.dock.util.color | |
---|---|
DockController
A controller is needed to drag and drop dockables from
one DockStation to another station.In order to use a station, it must be added
to a controller. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |