com.novell.application.console.snapin
Interface ExtendedViewSnapin

All Superinterfaces:
Snapin, ViewSnapin

public interface ExtendedViewSnapin
extends ViewSnapin

An extension to ViewSnapin that allows snapins to return additional unique IDs that snapins may register against.

This may be useful for grouping views that are all of the same type and allows snapins to register only once to the extended unique ID which is the same for all views in the group.


Method Summary
 java.lang.String[] getExtendedUniqueIDs()
          Returns the extended unique IDs of this view.
 
Methods inherited from interface com.novell.application.console.snapin.ViewSnapin
getUniqueID, getView, getViewMenuName, setInactive
 
Methods inherited from interface com.novell.application.console.snapin.Snapin
getSnapinDescription, getSnapinName, initSnapin, shutdownSnapin
 

Method Detail

getExtendedUniqueIDs

public java.lang.String[] getExtendedUniqueIDs()
Returns the extended unique IDs of this view.
     public String getParentUniqueID()
     {
         return "com.novell.sample.snapins.filesystem.FilesystemListView";
     }
 
Returns:
The unique, non-localized IDs of the view.


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