Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.actions
Class QSYSExpandLibraryToBaseAction

java.lang.Object
  extended by SystemViewExpandToBaseAction
      extended by com.ibm.etools.iseries.rse.ui.actions.QSYSExpandLibraryToBaseAction
Direct Known Subclasses:
QSYSExpandLibraryToAllFilesAction, QSYSExpandLibraryToBndDirsAction, QSYSExpandLibraryToDataAreasAction, QSYSExpandLibraryToDataQueuesAction, QSYSExpandLibraryToDDMFilesAction, QSYSExpandLibraryToDeviceFilesAction, QSYSExpandLibraryToDtaFilesAction, QSYSExpandLibraryToModulesAction, QSYSExpandLibraryToMsgFilesAction, QSYSExpandLibraryToPgmsAction, QSYSExpandLibraryToSaveFilesAction, QSYSExpandLibraryToSrcFilesAction

public class QSYSExpandLibraryToBaseAction
extends SystemViewExpandToBaseAction

Base class for Expand To actions on a library


Field Summary
static String Copyright
           
 
Constructor Summary
QSYSExpandLibraryToBaseAction(String label, String tooltip, ImageDescriptor image, Shell parent, String typeAttrFilters)
          Constructor.
 
Method Summary
static void addExpandToActions(SystemMenuManager menu, Shell shell)
          Static helper method to add all the expand-to actions to the given menu
static SystemViewExpandToBaseAction[] getExpandToActions(Shell shell)
          Static helper method to return all the expand to actions
protected  String getFilterString(Object selectedObject)
          Overridable extension point to get the fully resolved filter string at the time action is run.
 String getTypeAttrString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

QSYSExpandLibraryToBaseAction

public QSYSExpandLibraryToBaseAction(String label,
                                     String tooltip,
                                     ImageDescriptor image,
                                     Shell parent,
                                     String typeAttrFilters)
Constructor.

Method Detail

getFilterString

protected String getFilterString(Object selectedObject)
Overridable extension point to get the fully resolved filter string at the time action is run.


getExpandToActions

public static SystemViewExpandToBaseAction[] getExpandToActions(Shell shell)
Static helper method to return all the expand to actions


addExpandToActions

public static void addExpandToActions(SystemMenuManager menu,
                                      Shell shell)
Static helper method to add all the expand-to actions to the given menu


getTypeAttrString

public String getTypeAttrString()

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.