|
Interface Summary |
| BrowserObjectEntryEnumeration |
Provides a browser ObjectEntry enumeration. |
| CountableObjectEntryEnumeration |
Provides an Countable ObjectEntry enumeration. |
| DisplayIconSnapin |
Provides the icons associated with a specified ObjectEntry or ObjectType. |
| DisplayNameSnapin |
Provides the display name associated with a specified ObjectEntry
or ObjectType object. |
| DisplayNameSnapinRev2 |
Provides the display name associated with a specified ObjectEntry. |
| DynamicSnapin |
Provides for the dynamic registration of snap-ins. |
| ExtendedViewSnapin |
An extension to ViewSnapin that allows snapins to return additional unique IDs that snapins
may register against. |
| Help |
Provides a common help interface for snapins which
need to provide a help system |
| IndexedObjectEntryEnumeration |
Provides an indexed ObjectEntry enumeration. |
| InitializationSnapin |
Provides services snapped into the shell to run one time when the shell
is started. |
| InvalidateCacheListener |
A listener which can recieve invalidate cache notifications from the shell. |
| MapObjectEntrySnapin |
Describes the mapping between two namespaces. |
| MenuSnapin |
Provides a menu to snap into the main menu of the shell. |
| MutableSelectionSet |
Provides selection manipulation for any class that handles object selection. |
| NamespaceSnapin |
Describes a namespace, including the ObjectEntry for every object
contained in the data store. |
| ObjectEntryCollection |
Provides the icons associated with a specified ObjectEntry or ObjectType. |
| ObjectEntryEnumeration |
Gets the next ObjectEntry returned by the getChildren() and getChildContainers() methods
of the namespace snap-in. |
| PageSnapin |
Provides the interface that must be implemented by property page snap-in writers. |
| PopupMenuSnapin |
Provides a menu that will be shown in a pop-up menu for a specific
object in the shell. |
| PropertyBook |
Provides services for page snap-ins. |
| PropertyBookListener |
Listens for events generated by other Property Book page snap-ins. |
| Registration |
Provides for the registration of snap-ins to ConsoleOne. |
| ResultModifierSnapin |
Provides a ResultModifier that describes the metrics the namespace uses
to control the sorting and filtering of list and search operations. |
| SelectionSet |
Provides selection set access for any class that handles object selection. |
| ServiceSnapin |
Provides services snapped into the shell to run as long as
the shell is running. |
| Shell |
Defines generic methods that any participating snap-ins can call. |
| ShellFocusListener |
Listens for shell focus changed events. |
| ShellLifecycleListener |
Listens for shell lifecycle events. |
| ShellListener |
Deprecated. Replaced by ShellSelectionListener. |
| ShellSelectionListener |
Listens for shell selection event. |
| Snapin |
Provides the base interface from which all snap-ins extend. |
| SnapinListener |
Listens for events generated by other snap-ins. |
| StatusBarSnapin |
Provides the interface used to add status bar items into the shell. |
| Template |
Provides the participating snap-ins instance data when implementing
multiple snap-ins in a single class. |
| ToolBarSnapin |
Provides the interface used to add toolbar items to the shell's
toolbar. |
| UniqueID |
Provides the UniqueID for a class |
| VetoableSnapinListener |
Allow a vetoable snap-in to veto a snap-in event. |
| ViewSnapin |
Provides view snap-ins for the ConsoleOne shell. |
| ViewSnapinRev2 |
Includes additions to the ViewSnapin interface for ConsoleOne version 1.2c. |
| VirtualObjectEntryEnumeration |
Provides a virtual ObjectEntry enumeration. |
|
Class Summary |
| AbstractPageSnapin |
Simplifies creation of Page Host page snap-ins. |
| AbstractStatusBarSnapin |
Provides a simplified method of creating status bar snap-ins. |
| AbstractToolBarMenuSnapin |
Provides a simplified method of creating simple toolbar and menu snap-ins. |
| AutoPromoteObjectEntryEnumeration |
Creates an enumeration of ObjectEntry objects that are containers, that have a
view registered to them, or that have been federated. |
| BaseDefaultVirtualEnumeration |
Provides a base implementation upon which all versions of the virtual
ObjectEntryEnumeration classes are built. |
| DefaultBrowserObjectEntryEnumeration |
|
| DefaultChildContainersObjectEntryEnumeration |
Converts an ObjectEntry array, vector, or enumeration to an ObjectEntry
Enumeration that can be returned from the getChildContainers() methods of the
NamespaceSnapin interfaces. |
| DefaultIndexedObjectEntryEnumeration |
Converts an ObjectEntryEnumeration object into an enumeration that supports
positioning to an entry, getting next and previous entries, and support for
type down. |
| DefaultMenuItem |
Identifies the popup menu item that should be executed when an
ObjectEntry is double clicked in the view. |
| DefaultObjectEntryCollection |
Provides the icons associated with a specified ObjectEntry or ObjectType. |
| DefaultObjectEntryEnumeration |
Converts an array, vector or enumeration of ObjectEntrys to
an ObjectEntryEnumeration that can be returned from the
getChildren() and getChildContainer() methods of the NamespaceSnapin interface. |
| DefaultVirtualObjectEntryEnumeration |
Provides an implementation of VirtualObjectEntryEnumeration. |
| InitSnapinInfo |
Provides references to the shell, snap-in types and snap-in context. |
| InvalidateCacheAdapter |
Listens for invalidate cache events. |
| InvalidateCacheEvent |
Defines an invalidate cache event. |
| NConeFactory |
|
| ObjectEntry |
Defines an entry that represents each object inside of a namespace. |
| ObjectType |
Provides the base class for object types supported by a namespace. |
| PropertyBookAdapter |
Listens for Property Book events. |
| PropertyBookEvent |
Defines a Property Book page snap-in event. |
| RegistrationItem |
Specifies to ConsoleOne the conditions under which snap-ins are loaded. |
| ResultModifiedEnumeration |
Converts an ObjectEntry array, vector or enumeration to an ObjectEntry
Enumeration that can be returned from the getChildren() methods of the
NamespaceSnapin or ExtendChildrenSnapin interfaces. |
| ResultModifier |
Defines a ResultModifier, which represents a namespace-specific description of
how list and search operations are sorted and filtered. |
| ResultModifierFilterEntry |
Defines a ResultModifierFilterEntry which represents a name and object type filter
to be used for filtering of list and search operations. |
| ShellAdapter |
Deprecated. Replaced by ShellSelectionAdapter |
| ShellEvent |
Deprecated. Replaced by ShellSelectionEvent |
| ShellFocusAdapter |
Listens for shell focus events. |
| ShellFocusEvent |
Defines a shell focus event. |
| ShellLifecycleAdapter |
Listens for shell lifecycle events. |
| ShellLifecycleEvent |
Defines a shell lifecycle event. |
| ShellSelectionAdapter |
Listens for shell selection events. |
| ShellSelectionEvent |
Defines a shell selection event. |
| SnapinEvent |
Defines a snap-in event. |
| SortModifiedEnumeration |
Converts an ObjectEntry array, vector or enumeration to an ObjectEntry
Enumeration that can be returned from the getChildren() methods of the
NamespaceSnapin or ExtendChildrenSnapin interfaces. |
Provides interfaces and classes for creating and managing snap-ins to the ConsoleOne shell.