Rational Developer for Power Systems Software
V7.6

com.ibm.etools.systems.application.visual.editor.actions.ui
Class ArrangeAllPromptDialog

java.lang.Object
  extended by SystemPromptDialog
      extended by com.ibm.etools.systems.application.visual.editor.actions.ui.ArrangeAllPromptDialog

public class ArrangeAllPromptDialog
extends SystemPromptDialog

Dialog for specifying line style and orientation.


Field Summary
static String copyright
           
 
Constructor Summary
ArrangeAllPromptDialog(Shell shell, String title, String lineStyle, String orientation)
          Constructor.
 
Method Summary
protected  Control createInner(Composite parent)
           
protected  Control getInitialFocusControl()
           
 String getLineStyle()
          Get line style
protected  void initDialogSettings()
          Initialize the settings for this dialog.
 boolean isVertical()
          Get orientation
protected  void populateDialog()
          Populate widgets
protected  boolean processOK()
           
 
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

ArrangeAllPromptDialog

public ArrangeAllPromptDialog(Shell shell,
                              String title,
                              String lineStyle,
                              String orientation)
Constructor.

Parameters:
shell: - shell to contain the dialog
title: - dialog title
lineStyle: - initial value of line style
orientation: - initial value of orientation
Method Detail

createInner

protected Control createInner(Composite parent)

getInitialFocusControl

protected Control getInitialFocusControl()

populateDialog

protected void populateDialog()
Populate widgets


processOK

protected boolean processOK()
See Also:
com.ibm.etools.systems.core.ui.dialogs.SystemPromptDialog#processOK()

isVertical

public boolean isVertical()
Get orientation


getLineStyle

public String getLineStyle()
Get line style


initDialogSettings

protected void initDialogSettings()
Initialize the settings for this dialog.

Parameters:
path - the default path to use for the diagram file or null if the dialog should use some default path.

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.