|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides the interface that must be implemented by all scope classes, and from which all scope classes derive.
The scope classes derived from this base class are used by the various snap-in types to obtain information identifying the registration point for the participating snap-in being registered. Following is a table of derived scopes with the snap-in types available for each. The abbreviations in the table for the scope classes are as follows:
| Snap-in Type | GS | GTS | GTCS | GTLS | GTOS | GVS | NS | NTS | NCTS | NLTS | NTOS | NVS | NMPS |
| Page | X | X | X | X | X | X | X | X | |||||
| View | X | X | X | X | X | X | X | X | X | X | |||
| Menu | X | X | X | X | |||||||||
| Toolbar | X | X | X | X | |||||||||
| Status Bar | X | X | X | X | |||||||||
| Service | X | ||||||||||||
| Namespace | X | ||||||||||||
| Display Name | X | X | X | ||||||||||
| Display Icon | X | X | X | ||||||||||
| Pop-up Menu | X | X | X | X | X | X | X | X | X | X | X | ||
| Persistence | X |
GlobalScope,
GlobalViewScope,
MultiSelectNamespaceBaseTypeScope,
MultiSelectNamespaceScope,
NamespaceContainerTypesScope,
NamespaceLeafTypesScope,
NamespaceMultiSelectPopupMenuScope,
NamespaceScope,
NamespaceTreeObjectsScope,
NamespaceTypeScope,
NamespaceViewScope| Method Summary | |
java.lang.String |
getScopeDescription()
Returns the scope description for this registration point. |
java.lang.String |
getScopeKey()
Returns the scope string for this registration point. |
java.lang.Object |
getSnapinType()
Returns the snap-in type as an object. |
| Method Detail |
public java.lang.String getScopeKey()
The getScopeKey() method is called by the RegistrationItem class.
public java.lang.String getScopeDescription()
The getScopeDescription() method is called by the ConsoleOne Configurator.
public java.lang.Object getSnapinType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||