Rational Developer for Power Systems Software
V7.6

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

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

public abstract class QSYSAbstractMemberAction
extends QSYSSystemBaseCopyAction


Field Summary
protected  Vector copiedObjs
           
static String copyright
           
protected  IQSYSMember firstSelection
           
protected  ISelection previousSelection
           
protected  IQSYSMember[] selectedMembers
           
protected  IHost sourceConnection
           
protected  String sourceLibraryFile
           
protected  IQSYSObject targetFile
           
 
Constructor Summary
QSYSAbstractMemberAction(Shell parent, int mode)
          Constructor for QSYSAbstractMemberAction when using default action ID
QSYSAbstractMemberAction(Shell parent, String label, int mode)
          Constructor for QSYSSystemBaseCopyAction
 
Method Summary
protected  String checkForCollision(Shell shell, IProgressMonitor monitor, Object targetContainer, Object oldObject, String oldName)
           
 void copyComplete(String operation)
          Called after all the copy/move operations end, be it successfully or not.
protected  Dialog createDialog(Shell shell)
          Override of parent.
protected  IQSYSMember getFirstSelectedMember()
          Get the first selected IQSYSMember
protected  String[] getOldNames()
           
protected  Object[] getOldObjects()
           
protected  IQSYSMember[] getSelectedMembers()
          Get the currently selected IQSYSMember objects
protected  Object getTargetContainer(Dialog dlg)
          From the target-container dialog return the user-selected ISeriesObject target, or null if cancelled.
protected  SystemSimpleContentElement getTreeInitialSelection()
          Required parent class abstract method.
protected  SystemSimpleContentElement getTreeModel()
          Required parent class abstract method.
 SystemMessage isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
 boolean updateSelection(IStructuredSelection selection)
          We override from parent to do unique checking...
 
Methods inherited from class com.ibm.etools.iseries.rse.ui.actions.QSYSSystemBaseCopyAction
getIBMiConnection, getObjectSubSystem
 
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

targetFile

protected IQSYSObject targetFile

selectedMembers

protected IQSYSMember[] selectedMembers

firstSelection

protected IQSYSMember firstSelection

previousSelection

protected ISelection previousSelection

sourceLibraryFile

protected String sourceLibraryFile

sourceConnection

protected IHost sourceConnection

copiedObjs

protected Vector copiedObjs
Constructor Detail

QSYSAbstractMemberAction

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

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

QSYSAbstractMemberAction

public QSYSAbstractMemberAction(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

getOldNames

protected String[] getOldNames()
See Also:
SystemBaseCopyAction#getOldNames()

getSelectedMembers

protected IQSYSMember[] getSelectedMembers()
Get the currently selected IQSYSMember objects


checkForCollision

protected String checkForCollision(Shell shell,
                                   IProgressMonitor monitor,
                                   Object targetContainer,
                                   Object oldObject,
                                   String oldName)
Parameters:
shell - Window to host dialog
monitor - Usually not needed
targetContainer - will be the ISeriesObject file selected to copy into
oldObject - will be the ISeriesMember object currently being copied
oldName - will be the name of the ISeriesMember object currently being copied
See Also:
SystemBaseCopyAction#checkForCollision(Shell, IProgressMonitor, Object, Object, String)

getOldObjects

protected Object[] getOldObjects()
See Also:
Returns an array of IQSYSMember objects

getTreeModel

protected SystemSimpleContentElement getTreeModel()
Required parent class abstract method. Does not apply to us as we supply our own dialog for the copy-target


getTreeInitialSelection

protected SystemSimpleContentElement getTreeInitialSelection()
Required parent class abstract method. Does not apply to us as we supply our own dialog for the copy-target


copyComplete

public void copyComplete(String operation)
Called after all the copy/move operations end, be it successfully or not. Your opportunity to display completion or do post-copy selections/refreshes


getTargetContainer

protected Object getTargetContainer(Dialog dlg)
From the target-container dialog return the user-selected ISeriesObject target, or null if cancelled.


createDialog

protected Dialog createDialog(Shell shell)
Override of parent. Return the dialog that will be used to prompt for the copy/move target location.


getFirstSelectedMember

protected IQSYSMember getFirstSelectedMember()
Get the first selected IQSYSMember


isValid

public SystemMessage isValid(IHost selectedConnection,
                             Object[] selectedObjects,
                             ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
The user has selected a remote object. Return null if OK is to be enabled, or a SystemMessage if it is not to be enabled. The message will be displayed on the message line.

This is overridden in IQSYSMoveMemberAction


updateSelection

public boolean updateSelection(IStructuredSelection selection)
We override from parent to do unique checking...

We simply ensure every selected object is an iseries member

Overrides:
updateSelection in class QSYSSystemBaseCopyAction
See Also:
SystemBaseAction#updateSelection(IStructuredSelection)

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.