com.novell.admin.snapins.creator
Class CreatorSnapinContext

java.lang.Object
  |
  +--com.novell.application.console.snapin.context.SnapinContext
        |
        +--com.novell.admin.snapins.creator.CreatorSnapinContext

public class CreatorSnapinContext
extends SnapinContext

Contains information about the state of the Object Browser window on calls to the getView() method.

A CreatorSnapinContext object is used by a CreatorPanel snap-in to obtain context information about the selected object. Calling the CreatorSnapinContext getObjectEntry() method returns the currently selected ObjectEntry in the Tree.

Note: The current Object Browser context is also stored in the InitSnapin info parameter supplied to the initSnapin() method during CreatorSnapin initalization. A call to the getSnapinContext() method will return a valid CreatorSnapinContext for that point in time.


Field Summary
protected  Shell shell
           
 
Method Summary
 ObjectEntry getObjectEntry()
          Returns the currently selected ObjectEntry in the Tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shell

protected Shell shell
Method Detail

getObjectEntry

public ObjectEntry getObjectEntry()
Returns the currently selected ObjectEntry in the Tree.
Returns:
The currently selected ObjectEntry.


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