Package | Description |
---|---|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
bibliothek.gui.dock.common.behavior | |
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
bibliothek.gui.dock.component | |
bibliothek.gui.dock.control.focus |
The focus sub-system is responsible for transferring the focus to the currently
active
Dockable . |
bibliothek.util.filter |
Additional implementations of the
Filter interface. |
Modifier and Type | Method and Description |
---|---|
void |
CControl.addSingleDockableFactory(Filter<String> ids,
SingleCDockableFactory factory)
Adds a factory to this control.
|
CDockable |
CFocusHistory.getFirst(Filter<CDockable> filter)
Gets the first
CDockable matching filter . |
CDockable |
DefaultCFocusHistory.getFirst(Filter<CDockable> filter) |
Modifier and Type | Field and Description |
---|---|
static Filter<String> |
ExternalizingCGridAreaFactory.PATTERN
The pattern that is used to automatically generate new
ExternalizingCGridArea |
Modifier and Type | Method and Description |
---|---|
void |
CommonSingleDockableFactory.add(Filter<String> ids,
SingleCDockableFactory factory)
Registers a new factory that will load
SingleCDockable with
unique identifiers that are included by ids . |
boolean |
AbstractCDockable.setLocationsAside(Filter<CDockable> filter) |
boolean |
CDockable.setLocationsAside(Filter<CDockable> filter)
Traverses the history of focused
CDockable s, and selects the newest item with focus and matching
filter for calling CDockable.setLocationsAside(CDockable) . |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDockComponentManager.addConfiguration(Filter<DockComponentRoot> filter,
DockComponentConfiguration configuration) |
void |
DockComponentManager.addConfiguration(Filter<DockComponentRoot> filter,
DockComponentConfiguration configuration)
Adds a new configuration, the configuration is only applied if
filter includes a DockComponentRoot , and
if no other configuration was applied |
Modifier and Type | Method and Description |
---|---|
Dockable |
DefaultFocusHistory.getFirst(Filter<Dockable> filter) |
Dockable |
FocusHistory.getFirst(Filter<Dockable> filter)
|
Modifier and Type | Class and Description |
---|---|
class |
PresetFilter<T>
This filter keeps a set of items, an item is included if it is contained in that set.
|
class |
RegexFilter
This filter uses regular expressions to filter a
String . |