Rational Developer for Power Systems Software
V7.6

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

java.lang.Object
  extended by SystemBaseCopyAction
      extended by com.ibm.etools.iseries.rse.ui.actions.QSYSSystemBaseCopyAction
Direct Known Subclasses:
QSYSAbstractMemberAction, QSYSCopyMemberAction, QSYSCopyObjectAction

public abstract class QSYSSystemBaseCopyAction
extends SystemBaseCopyAction


Field Summary
static String copyright
           
 
Constructor Summary
QSYSSystemBaseCopyAction(Shell parent, int mode)
          Constructor for QSYSSystemBaseCopyAction when using default action ID
QSYSSystemBaseCopyAction(Shell parent, String label, int mode)
          Constructor for QSYSSystemBaseCopyAction
 
Method Summary
 IBMiConnection getIBMiConnection(Object element)
          Returns the ISeriesConnection from which this object originated
protected  QSYSObjectSubSystem getObjectSubSystem(IQSYSObject element)
          Return QSYSObjectSubSystem associated with the given element.
 boolean updateSelection(IStructuredSelection selection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright
Constructor Detail

QSYSSystemBaseCopyAction

public QSYSSystemBaseCopyAction(Shell parent,
                                int mode)
Constructor for QSYSSystemBaseCopyAction when using default action ID

Parameters:
parent - Owning shell
mode - Either MODE_COPY or MODE_MOVE from this class

QSYSSystemBaseCopyAction

public QSYSSystemBaseCopyAction(Shell parent,
                                String label,
                                int mode)
Constructor for QSYSSystemBaseCopyAction

Parameters:
parent - Owning shell
label -
mode - Either MODE_COPY or MODE_MOVE from this class
Method Detail

getIBMiConnection

public IBMiConnection getIBMiConnection(Object element)
Returns the ISeriesConnection from which this object originated


updateSelection

public boolean updateSelection(IStructuredSelection selection)

getObjectSubSystem

protected QSYSObjectSubSystem getObjectSubSystem(IQSYSObject element)
Return QSYSObjectSubSystem associated with the given element.


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.