|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Todo | |
---|---|
bibliothek.extension.gui.dock.theme.eclipse.displayer | The DockableDisplayer s that are used
by the EclipseTheme . |
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.displayer | Classes and interfaces that are needed by the DockableDisplayer . |
bibliothek.gui.dock.dockable | Some classes related to Dockable . |
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.station | Elements needed by various implementations of the
DockStation interface. |
bibliothek.gui.dock.station.screen | Elements that are related to the ScreenDockStation . |
bibliothek.gui.dock.station.stack.tab | This package contains a generic implementation of a "tabbed-pane". |
Uses of Todo in bibliothek.extension.gui.dock.theme.eclipse.displayer |
---|
Classes in bibliothek.extension.gui.dock.theme.eclipse.displayer with annotations of type Todo | |
---|---|
class |
EclipseDockableDisplayer
Deprecated. this class gets replaced by EclipseDockableDisplayer2 , it is no longer used by the framework
and only remains for backwards compatibility. This class will be removed in a future release. |
class |
EclipseDockableDisplayer2
The new DockableDisplayer used by the EclipseTheme . |
Uses of Todo in bibliothek.gui |
---|
Methods in bibliothek.gui with annotations of type Todo | |
---|---|
boolean |
Dockable.isDockableVisible()
Deprecated. replaced by Dockable.isDockableShowing() , this method will be removed in a future release |
boolean |
DockStation.isStationVisible()
Deprecated. use DockStation.isStationShowing() instead, this method will be removed in a future release |
boolean |
DockStation.isVisible(Dockable dockable)
Deprecated. use DockStation.isChildShowing(Dockable) instead, this method will be removed in a future release |
Uses of Todo in bibliothek.gui.dock |
---|
Methods in bibliothek.gui.dock with annotations of type Todo | |
---|---|
boolean |
SplitDockStation.isDockableVisible()
Deprecated. |
boolean |
ScreenDockStation.isStationVisible()
Deprecated. |
boolean |
SplitDockStation.isStationVisible()
Deprecated. |
boolean |
ScreenDockStation.isVisible(Dockable dockable)
Deprecated. |
boolean |
SplitDockStation.isVisible(Dockable dockable)
Deprecated. |
Uses of Todo in bibliothek.gui.dock.displayer |
---|
Fields in bibliothek.gui.dock.displayer with annotations of type Todo | |
---|---|
static SingleTabDecider |
SingleTabDecider.ALLWAYS
Deprecated. please use SingleTabDecider.ALWAYS instead |
Uses of Todo in bibliothek.gui.dock.dockable |
---|
Fields in bibliothek.gui.dock.dockable with annotations of type Todo | |
---|---|
static int |
DockableStateEvent.FLAG_VISIBILITY
Deprecated. use DockableStateEvent.FLAG_SHOWING instead of this flag. This flag will be removed in a future version. |
Methods in bibliothek.gui.dock.dockable with annotations of type Todo | |
---|---|
boolean |
DockableStateEvent.didVisibilityChange()
Deprecated. use DockableStateEvent.didShowingChange() instead, this method will be removed in a future version |
boolean |
AbstractDockable.isDockableVisible()
Deprecated. |
Uses of Todo in bibliothek.gui.dock.layout |
---|
Methods in bibliothek.gui.dock.layout with annotations of type Todo | |
---|---|
DockFactory<? extends DockElement,?,?> |
DockSituation.getFactory(String id)
Gets the factory which has the given id . |
Uses of Todo in bibliothek.gui.dock.station |
---|
Methods in bibliothek.gui.dock.station with annotations of type Todo | |
---|---|
boolean |
AbstractDockableStation.isStationVisible()
Deprecated. |
boolean |
AbstractDockableStation.isVisible(Dockable dockable)
Deprecated. |
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.stack.tab |
---|
Methods in bibliothek.gui.dock.station.stack.tab with annotations of type Todo | |
---|---|
double |
MenuLineLayoutPossibility.getScore()
Tells how good this layout is. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |