Uses of Interface
com.novell.application.console.snapin.scope.Scope

Packages that use Scope
com.novell.application.console.snapin Provides interfaces and classes for creating and managing snap-ins to the ConsoleOne shell. 
com.novell.application.console.snapin.scope Provides classes that determine ConsoleOne snap-in scopes. 
 

Uses of Scope in com.novell.application.console.snapin
 

Methods in com.novell.application.console.snapin that return Scope
 Scope RegistrationItem.getScope()
          Returns the scope of the participating snap-in.
 

Methods in com.novell.application.console.snapin with parameters of type Scope
 Snapin[] DynamicSnapin.getSnapins(Scope theScope, SnapinContext theContext)
          Returns an array of snap-ins based on the scope and snap-in context specified.
 boolean DynamicSnapin.doSnapinsExist(Scope theScope, SnapinContext theContext)
          Returns a boolean indicating if snap-ins actually exist for the specified scope and snap-in context.
 java.util.Vector Shell.getSnapins(Scope theScope)
          Deprecated. As of ConsoleOne version 1.2. Use loadSnapins() instead.
 Snapin[] Shell.loadSnapins(Scope theScope)
          Returns an array of snap-ins based on the Scope parameter.
 Snapin[] Shell.loadSnapins(Scope[] scopes)
          Returns an array of snap-ins based on the scopes parameter.
 Snapin[] Shell.loadSnapins(Scope[] scopes, SnapinContext context)
          Returns an array of snap-ins based on the scopes parameter.
 boolean Shell.checkSnapins(Scope scope)
          Checks the registry for the existance of snapins based on a scope
 

Constructors in com.novell.application.console.snapin with parameters of type Scope
RegistrationItem.RegistrationItem(Scope theScope, java.lang.String className)
          Builds a RegistrationItem based on the scope and the snap-in full class name.
RegistrationItem.RegistrationItem(Scope theScope, java.lang.String className, java.lang.Object instanceData)
          Builds a RegistrationItem based on the scope, the snap-in full class name, and instance data.
 

Uses of Scope in com.novell.application.console.snapin.scope
 

Classes in com.novell.application.console.snapin.scope that implement Scope
 class GlobalScope
          Defines a scope that is global.
 class GlobalViewScope
          Defines a scope that is global but restricted to when a certain view is active.
 class MultiSelectNamespaceBaseTypeScope
          Defines a scope that is restricted to the namespace and object type specified at registration.
 class MultiSelectNamespaceScope
          Defines a scope that is restricted to the namespace specified at registration.
 class NamespaceContainerTypesScope
          Defines a scope that is restricted to the namespace and Container type object specified at registration.
 class NamespaceLeafTypesScope
          Defines a scope that is restricted to the namespace and Leaf type object specified at registration.
 class NamespaceMultiSelectPopupMenuScope
          Deprecated. As of ConsoleOne version 1.2, use the MultiSelectNamespaceScope.
 class NamespaceScope
          Defines a scope that is restricted to the namespace specified at registration.
 class NamespaceTreeObjectsScope
          Defines a scope that is restricted to tree objects the namespace specified at registration.
 class NamespaceTypeScope
          Defines a scope that is restricted to the namespace and object type specified at registration.
 class NamespaceViewScope
          Defines a scope that is restricted to a view in the namespace specified at registration.
 class PreferenceScope
          Defines a scope for the Preference Property Book.
 



API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.