|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Todo | |
---|---|
bibliothek.extension.gui.dock.station.split | Optional helper functions to keep the size of Dockable
even if the elements are moved around. |
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 DockAction s
and supporting classes. |
bibliothek.gui.dock.control | Classes responsible to handle some global task. |
bibliothek.gui.dock.control.focus | |
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. |
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.tab | This package contains a generic implementation of a "tabbed-pane". |
bibliothek.gui.dock.themes.basic.action.buttons | Classes which allow to paint and interact with a
BasicButtonModel . |
bibliothek.gui.dock.util | Distribution of information in a global scale and methods available from everywhere. |
bibliothek.gui.dock.util.icon | |
bibliothek.util | Some classes which are used in DockingFrames, but do not have any importance. |
Uses of Todo in bibliothek.extension.gui.dock.station.split |
---|
Classes in bibliothek.extension.gui.dock.station.split with annotations of type Todo | |
---|---|
class |
DockFrontendSizeManager
Deprecated. Due to the new placeholder mechanism this class/interface has become obsolete, it is no longer used anywhere. Clients should now use a PlaceholderStrategy to assign identifiers to the Dockable s, with
these identifiers the location and size of a Dockable is stored in a much more consistent way than using the
LbSplitLayoutManager . This class/interface will be removed in a future release. |
class |
LbSplitLayoutManager
Deprecated. Due to the new placeholder mechanism this class/interface has become obsolete, it is no longer used anywhere. Clients should now use a PlaceholderStrategy to assign identifiers to the Dockable s, with
these identifiers the location and size of a Dockable is stored in a much more consistent way than using the
LbSplitLayoutManager . This class/interface will be removed in a future release. |
interface |
SizeManager
Deprecated. Due to the new placeholder mechanism this class/interface has become obsolete, it is no longer used anywhere. Clients should now use a PlaceholderStrategy to assign identifiers to the Dockable s, with
these identifiers the location and size of a Dockable is stored in a much more consistent way than using the
LbSplitLayoutManager . This class/interface will be removed in a future release. |
Uses of Todo in bibliothek.gui |
---|
Fields in bibliothek.gui with annotations of type Todo | |
---|---|
static String |
DockUI.OVERFLOW_MENU_ICON
Key for an Icon stored in the IconManager for an overflow-menu |
Methods in bibliothek.gui with annotations of type Todo | |
---|---|
void |
DockFrontend.add(Dockable dockable,
String name)
Deprecated. replaced by DockFrontend.addDockable(String, Dockable) , since name
is used as key in a map, it should come first. Note: this method might
be removed in future releases. |
void |
DockController.addUIListener(UIListener listener)
Deprecated. please use DockController.getThemeManager() to handle UIListener s, this method will be
removed in a future release. |
static Combiner |
DockUI.getCombiner(Combiner combiner,
DockStation station)
Deprecated. this method is no longer used, clients should use the ThemeManager to retrieve such resources |
static DisplayerFactory |
DockUI.getDisplayerFactory(DisplayerFactory factory,
DockStation station)
Deprecated. this method is no longer used, clients should use the ThemeManager to retrieve such resources |
MouseFocusObserver |
DockController.getFocusObserver()
Deprecated. replaced by DockController.getMouseFocusObserver() |
static StationPaint |
DockUI.getPaint(StationPaint paint,
DockStation station)
Deprecated. since the ThemeManager exists, this method should no longer be used. Instead an
UIValue should be registered at the ThemeManager , see DefaultStationPaintValue . |
void |
DockController.removeUIListener(UIListener listener)
Deprecated. please use DockController.getThemeManager() to handle UIListener s, this method will be
removed in a future release. |
void |
DockController.updateUI()
Deprecated. please use DockController.getThemeManager() to call a similar named method, this method will be
removed in a future release. |
Uses of Todo in bibliothek.gui.dock |
---|
Classes in bibliothek.gui.dock with annotations of type Todo | |
---|---|
class |
FlapDockStation
This DockStation shows only a title for each of it's children. |
Methods in bibliothek.gui.dock with annotations of type Todo | |
---|---|
PlaceholderMap |
SplitDockStation.getPlaceholders()
|
void |
SplitDockStation.setPlaceholders(PlaceholderMap placeholders)
|
Uses of Todo in bibliothek.gui.dock.action.actions |
---|
Classes in bibliothek.gui.dock.action.actions with annotations of type Todo | |
---|---|
class |
SimpleDropDownAction
A dropdown action that has the same properties for all Dockables. |
Uses of Todo in bibliothek.gui.dock.control |
---|
Classes in bibliothek.gui.dock.control with annotations of type Todo | |
---|---|
class |
DefaultDockRelocator
Default implementation of a handler that performs the drag & drop operations for a DockController . |
class |
DefaultMouseFocusObserver
A focus controller which adds an AWTEventListener to the
Toolkit to receive events which may change the focus. |
class |
DockRelocator
A manager adding MouseListener and
MouseMotionListener to every
DockElementRepresentative s and handling the
drag and drop events. |
Uses of Todo in bibliothek.gui.dock.control.focus |
---|
Classes in bibliothek.gui.dock.control.focus with annotations of type Todo | |
---|---|
interface |
MouseFocusObserver
A MouseFocusObserver tracks the movement and actions of the mouse and is responsible for
transferring the focus by calling DockController.setFocusedDockable(Dockable, java.awt.Component, boolean, boolean, boolean)
at an appropriate time. |
Uses of Todo in bibliothek.gui.dock.layout |
---|
Methods in bibliothek.gui.dock.layout with annotations of type Todo | |
---|---|
DockElement |
DockSituation.convert(DockLayoutComposition composition)
Reads the contents of composition and tries to create a
DockElement that matches the composition. |
Uses of Todo in bibliothek.gui.dock.security |
---|
Classes in bibliothek.gui.dock.security with annotations of type Todo | |
---|---|
class |
SecureAbstractScreenDockWindow
Deprecated. this class is no longer required and will be removed in a future release, use AbstractScreenDockWindow instead. |
class |
SecureDockController
Deprecated. this class is no longer necessary, DockController can now handle
restricted environments as well. See DockController.setRestrictedEnvironment(boolean) .
This class will be removed in a future release |
class |
SecureDockControllerFactory
Deprecated. this class is no longer necessary as it has now the exact same behavior as DefaultDockControllerFactory . |
class |
SecureFlapDockStation
Deprecated. this class is no longer necessary and will be removed in a future release. Instead of this class, FlapDockStation should be used. |
class |
SecureFlapDockStationFactory
Deprecated. this class is no longer necessary and will be removed in a future release |
class |
SecureFlapWindow
Deprecated. this class is no longer necessary and will be removed in a future release, use DefaultFlapWindow instead |
class |
SecureFlapWindowFactory
Deprecated. this class is no longer necessary and will be removed in a future release. Use DefaultFlapWindowFactory instead. |
class |
SecureKeyboardController
Deprecated. this class has now the exact same behavior as DefaultKeyboardController and
will be removed in a future release |
class |
SecureMouseFocusObserver
Deprecated. this class is no longer necessary, a DefaultMouseFocusObserver can already do
everything this class does. Please do no longer use this class, it will be removed in a future release. Have a
look at DockController.setRestrictedEnvironment(boolean) . |
class |
SecureScreenDockDialog
Deprecated. this class is no longer necessary and will be removed in a future release |
class |
SecureScreenDockStation
Deprecated. This class now behaves like ScreenDockStation and is no longer
necessary. This class will be removed in a future release. |
class |
SecureScreenDockStationFactory
Deprecated. this class is no longer necessary and will be removed in a future release |
class |
SecureScreenDockWindowFactory
Deprecated. this class is no longer necessary, use DefaultScreenDockWindowFactory
instead |
class |
SecureSplitDockStation
Deprecated. this class is no longer necessary and will be removed in a future release |
class |
SecureSplitDockStationFactory
Deprecated. this class is no longer necessary and will be removed in a future release |
class |
SecureStackDockStation
Deprecated. this class is no longer necessary and will be removed in a future release |
class |
SecureStackDockStationFactory
Deprecated. this class is no longer necessary and will be removed in a future release |
Uses of Todo in bibliothek.gui.dock.station.flap |
---|
Methods in bibliothek.gui.dock.station.flap with annotations of type Todo | |
---|---|
FlapDockStationLayout |
FlapDockStationFactory.getPerspectiveLayout(FlapDockPerspective element,
Map<PerspectiveDockable,Integer> children)
|
void |
FlapDockPerspective.read(PlaceholderMap map,
Map<Integer,PerspectiveDockable> children)
Updates the content of this perspective by reading the contents of map . |
Uses of Todo in bibliothek.gui.dock.station.screen |
---|
Classes in bibliothek.gui.dock.station.screen with annotations of type Todo | |
---|---|
class |
DefaultScreenDockFullscreenStrategy
This default implementation of a ScreenDockFullscreenStrategy just works with
the boundaries of a ScreenDockWindow . |
Uses of Todo in bibliothek.gui.dock.station.split |
---|
Methods in bibliothek.gui.dock.station.split with annotations of type Todo | |
---|---|
PlaceholderMap |
SplitDockPerspective.getPlaceholders()
|
void |
SplitDockPerspective.setPlaceholders(PlaceholderMap placeholders)
|
Uses of Todo in bibliothek.gui.dock.station.stack.tab |
---|
Classes in bibliothek.gui.dock.station.stack.tab with annotations of type Todo | |
---|---|
interface |
TabLayoutManager
A TabLayoutManager is responsible for managing the location and size
of tags ,
menus and info-component
of a TabPane . |
Uses of Todo in bibliothek.gui.dock.themes.basic.action.buttons |
---|
Methods in bibliothek.gui.dock.themes.basic.action.buttons with annotations of type Todo | |
---|---|
Dimension |
MiniButton.getPreferredSize()
|
Uses of Todo in bibliothek.gui.dock.util |
---|
Classes in bibliothek.gui.dock.util with annotations of type Todo | |
---|---|
interface |
BackgroundPaint
A BackgroundPaint is used to paint the background of various Component s of
this framework. |
Methods in bibliothek.gui.dock.util with annotations of type Todo | |
---|---|
static Component |
DockUtilities.getShowingComponent(Dockable dockable)
Searches a Component which is showing
and has something to do with dockable . |
Uses of Todo in bibliothek.gui.dock.util.icon |
---|
Constructors in bibliothek.gui.dock.util.icon with annotations of type Todo | |
---|---|
DefaultIconScheme(DockController controller,
DefaultIconScheme.IconResource... resources)
Creates a new scheme loading icons from all the specified resources. |
Uses of Todo in bibliothek.util |
---|
Methods in bibliothek.util with annotations of type Todo | |
---|---|
static void |
JavaVersionWorkaround.markAsGlassPane(Component component)
This method is necessary since 1.6.14, it marks a component as transparent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |