Interface and Description |
---|
bibliothek.gui.dock.event.DockListener
clients should use the listeners they require directly
|
Class and Description |
---|
bibliothek.extension.gui.dock.preference.preferences.choice.ButtonContentChoice
replaced by
ButtonContentPreferenceModel |
bibliothek.extension.gui.dock.preference.preferences.ButtonContentPreference
replaced by
ButtonContentPreferenceModel |
bibliothek.gui.dock.event.DockAdapter
clients should use the required listener or adapter class directly
|
bibliothek.extension.gui.dock.theme.eclipse.stack.tab.DockTitleTab
Using a custom
TabPainter is the preferred way to modify the tabs |
bibliothek.gui.dock.station.stack.StackTabListLayout
this class is no longer used anywhere and will be removed
|
Field and Description |
---|
bibliothek.gui.dock.displayer.SingleTabDecider.ALLWAYS
please use
SingleTabDecider.ALWAYS instead |
bibliothek.gui.dock.dockable.DockableStateEvent.FLAG_VISIBILITY
use
DockableStateEvent.FLAG_SHOWING instead of this flag. This flag will be removed in a future version. |
bibliothek.extension.gui.dock.theme.EclipseTheme.TAB_DOCK_TITLE
While still possible to use, implementing a custom
TabPainter is the preferred option to
replace tabs |
Constructor and Description |
---|
bibliothek.gui.dock.common.CControl(boolean)
it is not necessary to set the
restrictedEnvironment parameter anymore, the framework
will choose a fitting value itself |
bibliothek.gui.dock.common.CControl(JFrame, boolean)
it is not necessary to set the
restrictedEnvironment parameter anymore, the framework
will choose a fitting value itself |
bibliothek.gui.dock.common.CControl(WindowProvider, boolean)
it is not necessary to set the
restrictedEnvironment parameter anymore, the framework
will choose a fitting value itself |
bibliothek.gui.dock.common.CGrid()
Use
CGrid.CGrid(CControl) with an argument of null instead. This
method may be removed in a future release. |
bibliothek.gui.dock.util.PropertyKey(String, PropertyFactory) |
bibliothek.gui.dock.station.split.SplitDockStationLayout(SplitDockStationLayout.Entry, int)
please use
SplitDockStationLayout.SplitDockStationLayout(Entry, int, boolean) instead |