Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.dialogs.tableview
Class FldPropertiesDialog

java.lang.Object
  extended by SystemPromptDialog
      extended by com.ibm.etools.iseries.rse.ui.dialogs.tableview.FldPropertiesDialog

public class FldPropertiesDialog
extends SystemPromptDialog

This a dialog class used to display the properties of a field


Field Summary
static String Copyright
           
 
Constructor Summary
FldPropertiesDialog(Shell parent, Object inputObject)
          Constructor
 
Method Summary
protected  Control createInner(Composite parent)
           
protected  Control getInitialFocusControl()
          Return the Control to be given initial focus.
 void handleEvent(Event e)
          Handles events generated by controls on this page.
 boolean processOK()
          Override of parent.
 
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

FldPropertiesDialog

public FldPropertiesDialog(Shell parent,
                           Object inputObject)
Constructor

Parameters:
parent -
inputObject -
Method Detail

createInner

protected Control createInner(Composite parent)
See Also:
SystemPromptDialog#createInner(Composite)

getInitialFocusControl

protected Control getInitialFocusControl()
Return the Control to be given initial focus. Override of abstract method in parent PromptDialog class.


handleEvent

public void handleEvent(Event e)
Handles events generated by controls on this page. Overridden from parent.


processOK

public boolean processOK()
Override of parent. Called when user presses OK. Returning true closes dialog, false keeps dialog active.


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.