|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultipleCDockableFactory | |
|---|---|
| bibliothek.gui.dock.common | A set of classes that can be used to create basic applications. |
| bibliothek.gui.dock.common.intern | Classes and interfaces used internally. |
| Uses of MultipleCDockableFactory in bibliothek.gui.dock.common |
|---|
| Classes in bibliothek.gui.dock.common that implement MultipleCDockableFactory | |
|---|---|
class |
EmptyMultipleCDockableFactory<F extends MultipleCDockable>
A factory that does not store anything. |
| Methods in bibliothek.gui.dock.common that return MultipleCDockableFactory | |
|---|---|
MultipleCDockableFactory<?,?> |
DefaultMultipleCDockable.getFactory()
Gets the factory that created this dockable. |
MultipleCDockableFactory<?,?> |
MultipleCDockable.getFactory()
Gets the factory that created this dockable. |
MultipleCDockableFactory<?,?> |
CControlRegister.getFactory(java.lang.String id)
Searches the factory with identifier id. |
MultipleCDockableFactory<?,?> |
CControl.getMultipleDockableFactory(java.lang.String id)
Searches for the MultipleCDockableFactory with the identifier
id. |
| Methods in bibliothek.gui.dock.common that return types with arguments of type MultipleCDockableFactory | |
|---|---|
java.util.Map<java.lang.String,MultipleCDockableFactory<?,?>> |
CControlRegister.getFactories()
Gets an unmodifiable map of all MultipleCDockableFactorys that
are known to this register. |
| Methods in bibliothek.gui.dock.common with parameters of type MultipleCDockableFactory | ||
|---|---|---|
void |
CControl.add(java.lang.String id,
MultipleCDockableFactory<?,?> factory)
Deprecated. use CControl.addMultipleDockableFactory(String, MultipleCDockableFactory) |
|
void |
CControl.addMultipleDockableFactory(java.lang.String id,
MultipleCDockableFactory<?,?> factory)
Adds a factory to this control. |
|
java.util.List<MultipleCDockable> |
CControlRegister.listMultipleDockables(MultipleCDockableFactory<?,?> factory)
Gets a list of all MultipleCDockables that are registered at this
control and whose MultipleCDockable.getFactory() method returns
factory. |
|
boolean |
MissingCDockableStrategy.shouldCreate(java.lang.String id,
MultipleCDockableFactory<?,?> factory)
Tells whether the factory factory should be used to create
MultipleCDockables for which location information is available. |
|
|
MissingCDockableStrategy.shouldCreate(java.lang.String id,
MultipleCDockableFactory<?,L> factory,
java.lang.String uniqueId,
L data)
Tells whether the MultipleCDockable with identifier uniqueId
should automatically be created outside the normal setup-phase. |
|
| Constructors in bibliothek.gui.dock.common with parameters of type MultipleCDockableFactory | |
|---|---|
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory,
CAction... actions)
Creates a new dockable |
|
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory,
java.awt.Component content,
CAction... actions)
Creates a new dockable. |
|
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory,
javax.swing.Icon icon,
CAction... actions)
Creates a new dockable. |
|
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory,
javax.swing.Icon icon,
java.awt.Component content,
CAction... actions)
Creates a new dockable. |
|
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory,
javax.swing.Icon icon,
java.lang.String title,
CAction... actions)
Creates a new dockable. |
|
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory,
javax.swing.Icon icon,
java.lang.String title,
java.awt.Component content,
CAction... actions)
Creates a new dockable. |
|
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory,
javax.swing.Icon icon,
java.lang.String title,
java.awt.Component content,
DefaultCDockable.Permissions permissions,
CAction... actions)
Creates a new dockable. |
|
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory,
java.lang.String title,
CAction... actions)
Creates a new dockable. |
|
DefaultMultipleCDockable(MultipleCDockableFactory<?,?> factory,
java.lang.String title,
java.awt.Component content,
CAction... actions)
Creates a new dockable. |
|
| Uses of MultipleCDockableFactory in bibliothek.gui.dock.common.intern |
|---|
| Methods in bibliothek.gui.dock.common.intern that return MultipleCDockableFactory | |
|---|---|
MultipleCDockableFactory<?,?> |
CommonMultipleDockableFactory.getFactory()
Gets the delegate of this factory. |
MultipleCDockableFactory<?,?> |
DefaultCControlRegister.getFactory(java.lang.String id)
|
| Methods in bibliothek.gui.dock.common.intern that return types with arguments of type MultipleCDockableFactory | |
|---|---|
java.util.Map<java.lang.String,MultipleCDockableFactory<?,?>> |
DefaultCControlRegister.getFactories()
|
| Methods in bibliothek.gui.dock.common.intern with parameters of type MultipleCDockableFactory | |
|---|---|
java.lang.String |
CControlAccess.getFactoryId(MultipleCDockableFactory<?,?> factory)
Gets the id of factory. |
java.util.List<MultipleCDockable> |
DefaultCControlRegister.listMultipleDockables(MultipleCDockableFactory<?,?> factory)
Gets a list of all MultipleCDockables that are registered at this
control and whose MultipleCDockable.getFactory() method returns
factory. |
| Constructors in bibliothek.gui.dock.common.intern with parameters of type MultipleCDockableFactory | |
|---|---|
CommonMultipleDockableFactory(java.lang.String id,
MultipleCDockableFactory<?,?> delegate,
CControlAccess access)
Creates a new factory. |
|
CommonMultipleDockableFactory(java.lang.String id,
MultipleCDockableFactory<?,?> delegate,
CControlAccess access,
CPerspective perspective)
Creates a new factory. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||