|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CControlRegister
Grants access to the CDockables and other information that is
associated with a CControl.
| Method Summary | |
|---|---|
CControl |
getControl()
Gets the control for which this register is used. |
CDockable |
getDockable(int index)
Gets the index'th dockable that is registered |
int |
getDockableCount()
Gets the number of CDockables that are registered. |
List<CDockable> |
getDockables()
Gets an unmodifiable list of all CDockables which are known to
this register. |
Map<String,MultipleCDockableFactory<?,?>> |
getFactories()
Gets an unmodifiable map of all MultipleCDockableFactorys that
are known to this register. |
MultipleCDockableFactory<?,?> |
getFactory(String id)
Searches the factory with identifier id. |
List<MultipleCDockable> |
getMultipleDockables()
Gets an unmodifiable list of all MultipleCDockables which are known to
this register. |
List<SingleCDockable> |
getSingleDockables()
Gets an unmodifiable list of all SingleCDockables which are known to
this register. |
List<CStation<?>> |
getStations()
Gets an unmodifiable list of all CStations which are known to
this register. |
List<CDockable> |
listDockablesInMode(ExtendedMode mode)
Gets a list of all visible CDockables in the given mode. |
Set<String> |
listMultipleDockableFactories()
Gets a list of identifiers of all MultipleCDockableFactorys
which are currently registered. |
List<MultipleCDockable> |
listMultipleDockables(MultipleCDockableFactory<?,?> factory)
Gets a list of all MultipleCDockables that are registered at this
control and whose MultipleCDockable.getFactory() method returns
factory. |
Set<String> |
listSingleBackupFactories()
Gets a list of keys for all SingleCDockableBackupFactorys which
are currently registered. |
Set<String> |
listSingleDockables()
Gets a list of all identifiers of SingleCDockable for which
the control has location information within the current setting. |
| Method Detail |
|---|
CControl getControl()
int getDockableCount()
CDockables that are registered.
CDockable getDockable(int index)
index - the index of the element
List<CDockable> getDockables()
CDockables which are known to
this register. The list might or might not be updated when the contents
of this register changes.
List<SingleCDockable> getSingleDockables()
SingleCDockables which are known to
this register. The list might or might not be updated when the contents
of this register changes.
List<MultipleCDockable> getMultipleDockables()
MultipleCDockables which are known to
this register. The list might or might not be updated when the contents
of this register change.
List<CStation<?>> getStations()
CStations which are known to
this register. The list might or might not be updated when the content
of this register changes.
Map<String,MultipleCDockableFactory<?,?>> getFactories()
MultipleCDockableFactorys that
are known to this register. The map may or may not be updated when the
content of this register changes.
MultipleCDockableFactory<?,?> getFactory(String id)
id.
id - the id of the factory
nullSet<String> listSingleBackupFactories()
SingleCDockableBackupFactorys which
are currently registered.
Set<String> listMultipleDockableFactories()
MultipleCDockableFactorys
which are currently registered.
List<MultipleCDockable> listMultipleDockables(MultipleCDockableFactory<?,?> factory)
MultipleCDockables that are registered at this
control and whose MultipleCDockable.getFactory() method returns
factory.
factory - the factory to look out for
null but might be emptyList<CDockable> listDockablesInMode(ExtendedMode mode)
CDockables in the given mode.
mode - the mode which each CDockable must have
CDockablesSet<String> listSingleDockables()
SingleCDockable for which
the control has location information within the current setting.
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||