Rational Developer for Power Systems Software
V7.6

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

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

public class MainEntryPointPromptDialog
extends SystemPromptDialog

The dialog prompts user to choose one main entry point for source model element in current diagram.


Field Summary
static String copyright
           
 
Constructor Summary
MainEntryPointPromptDialog(Shell shell, String title, List mainEntryPointSemanticElements)
           
 
Method Summary
protected  Control createInner(Composite parent)
           
protected  void createTable(Composite layoutComposite)
          Create main entry point table.
protected  Control getInitialFocusControl()
           
 MainEntryPoint getSelectedMainEntryPoint()
          Get selected MainEntryPoint.
 SourceContainer getSelectedSourceContainer()
          Get selected source container.
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

MainEntryPointPromptDialog

public MainEntryPointPromptDialog(Shell shell,
                                  String title,
                                  List mainEntryPointSemanticElements)
Parameters:
shell -
title -
inputObject -
Method Detail

createInner

protected Control createInner(Composite parent)

createTable

protected void createTable(Composite layoutComposite)
Create main entry point table.


getInitialFocusControl

protected Control getInitialFocusControl()

processOK

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

getSelectedSourceContainer

public SourceContainer getSelectedSourceContainer()
Get selected source container.


getSelectedMainEntryPoint

public MainEntryPoint getSelectedMainEntryPoint()
Get selected MainEntryPoint.


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.