Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.actions.datatableview
Class ISeriesDataTableViewHistorySubmenuAction

java.lang.Object
  extended by SystemBaseSubMenuAction
      extended by com.ibm.etools.iseries.rse.ui.actions.datatableview.ISeriesDataTableViewHistorySubmenuAction

public class ISeriesDataTableViewHistorySubmenuAction
extends SystemBaseSubMenuAction

A cascading menu action for "Work with->" for Data Table view, showing the view history entries in a submenu.


Field Summary
static String copyright
           
 
Constructor Summary
ISeriesDataTableViewHistorySubmenuAction(Shell parent, ISeriesDataTableView targetView, Vector<ISeriesDataTableViewHistoryAction> vWorkWithHistAct)
          Constructor
 
Method Summary
 void menuAboutToShow(IMenuManager ourSubMenu)
          Called when submenu is about to show.
 IMenuManager populateSubMenu(IMenuManager menu)
           
 void updateState()
           
 
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

ISeriesDataTableViewHistorySubmenuAction

public ISeriesDataTableViewHistorySubmenuAction(Shell parent,
                                                ISeriesDataTableView targetView,
                                                Vector<ISeriesDataTableViewHistoryAction> vWorkWithHistAct)
Constructor

Method Detail

populateSubMenu

public IMenuManager populateSubMenu(IMenuManager menu)
See Also:
SystemBaseSubMenuAction#getSubMenu()

menuAboutToShow

public void menuAboutToShow(IMenuManager ourSubMenu)
Called when submenu is about to show. Called because we added a listener above. And will only be called if there was an item to cause the submenu to show.


updateState

public void updateState()

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.