Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.propertypages
Class ObjAdvancedDiskPropertyPage

java.lang.Object
  extended by SystemBasePropertyPage
      extended by com.ibm.etools.iseries.rse.ui.propertypages.ObjAdvancedDiskPropertyPage

public class ObjAdvancedDiskPropertyPage
extends SystemBasePropertyPage

The property page for advanced properties (eg, Exhaustive) of a remote iSeries object. This page covers disk-related information. This is an output-only page. The plugin.xml file registers this for remote iSeries objects of any type


Field Summary
protected  Composite composite_prompts
           
static String Copyright
           
protected  boolean initDone
           
protected  Label labelAuxPool
           
protected  Label labelAuxPoolPrompt
           
protected  Label labelCompressed
           
protected  Label labelCompressedPrompt
           
protected  Label labelFreed
           
protected  Label labelFreedPrompt
           
protected  Label labelOverflow
           
protected  Label labelOverflowPrompt
           
protected  Label labelRestored
           
protected  Label labelRestoredPrompt
           
protected  Label labelSaveActiveDate
           
protected  Label labelSaveActiveDatePrompt
           
protected  Label labelSaveCmd
           
protected  Label labelSaveCmdPrompt
           
protected  Label labelSaved
           
protected  Label labelSaveDevice
           
protected  Label labelSaveDevicePrompt
           
protected  Label labelSavedPrompt
           
protected  Label labelSaveFile
           
protected  Label labelSaveFilePrompt
           
protected  Label labelSaveLabel
           
protected  Label labelSaveLabelPrompt
           
protected  Label labelSaveLib
           
protected  Label labelSaveLibPrompt
           
protected  Label labelSaveSeqNbr
           
protected  Label labelSaveSeqNbrPrompt
           
protected  Label labelSaveSize
           
protected  Label labelSaveSizePrompt
           
protected  Label labelSaveVolumeId
           
protected  Label labelSaveVolumeIdPrompt
           
protected  Label labelSize
           
protected  Label labelSizePrompt
           
protected  IQSYSObject resource
           
 
Constructor Summary
ObjAdvancedDiskPropertyPage()
          Constructor for SystemFilterPropertyPage
 
Method Summary
protected  Control createContentArea(Composite parent)
          Create the page's GUI contents.
protected  void doInitializeFields()
          Initialize values of input fields based on input
protected  ISystemViewElementAdapter getAdapter(Object o)
          Returns the implementation of ISystemViewElement for the given object.
 boolean performOk()
          Called by parent when user presses OK
protected  boolean verifyPageContents()
          Validate all the widgets on the page
 
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

composite_prompts

protected Composite composite_prompts

labelSizePrompt

protected Label labelSizePrompt

labelSaveSizePrompt

protected Label labelSaveSizePrompt

labelFreedPrompt

protected Label labelFreedPrompt

labelCompressedPrompt

protected Label labelCompressedPrompt

labelAuxPoolPrompt

protected Label labelAuxPoolPrompt

labelOverflowPrompt

protected Label labelOverflowPrompt

labelSavedPrompt

protected Label labelSavedPrompt

labelSaveActiveDatePrompt

protected Label labelSaveActiveDatePrompt

labelRestoredPrompt

protected Label labelRestoredPrompt

labelSaveCmdPrompt

protected Label labelSaveCmdPrompt

labelSaveDevicePrompt

protected Label labelSaveDevicePrompt

labelSaveVolumeIdPrompt

protected Label labelSaveVolumeIdPrompt

labelSaveSeqNbrPrompt

protected Label labelSaveSeqNbrPrompt

labelSaveLabelPrompt

protected Label labelSaveLabelPrompt

labelSaveFilePrompt

protected Label labelSaveFilePrompt

labelSaveLibPrompt

protected Label labelSaveLibPrompt

labelSize

protected Label labelSize

labelSaveSize

protected Label labelSaveSize

labelFreed

protected Label labelFreed

labelCompressed

protected Label labelCompressed

labelAuxPool

protected Label labelAuxPool

labelOverflow

protected Label labelOverflow

labelSaved

protected Label labelSaved

labelSaveActiveDate

protected Label labelSaveActiveDate

labelRestored

protected Label labelRestored

labelSaveCmd

protected Label labelSaveCmd

labelSaveDevice

protected Label labelSaveDevice

labelSaveVolumeId

protected Label labelSaveVolumeId

labelSaveSeqNbr

protected Label labelSaveSeqNbr

labelSaveLabel

protected Label labelSaveLabel

labelSaveFile

protected Label labelSaveFile

labelSaveLib

protected Label labelSaveLib

initDone

protected boolean initDone

resource

protected IQSYSObject resource
Constructor Detail

ObjAdvancedDiskPropertyPage

public ObjAdvancedDiskPropertyPage()
Constructor for SystemFilterPropertyPage

Method Detail

createContentArea

protected Control createContentArea(Composite parent)
Create the page's GUI contents.

See Also:
PreferencePage

getAdapter

protected ISystemViewElementAdapter getAdapter(Object o)
Returns the implementation of ISystemViewElement for the given object. Returns null if the adapter is not defined or the object is not adaptable.


doInitializeFields

protected void doInitializeFields()
Initialize values of input fields based on input


performOk

public boolean performOk()
Called by parent when user presses OK


verifyPageContents

protected boolean verifyPageContents()
Validate all the widgets on the page

Subclasses should override to do full error checking on all the widgets on the page.


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.