|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A launch configuration dialog is used to edit and launch launch configurations. It contains a launch configuration tab group.
Clients are not intended to implement this interface.
Field Summary | |
static int | LAUNCHED_BEFORE_OPENING
Deprecated. the launch dialog no longer supports launching without opening - this constant will never be returned by the dialog |
Method Summary | |
String | generateName(String name)
Returns a unique launch configuration name, using the given name as a seed. |
ILaunchConfigurationTab | getActiveTab()
Returns the currently active ILaunchConfigurationTab being displayed, or null if there is none. |
String | getMode()
Returns the mode in which this dialog was opened - run or debug. |
ILaunchConfigurationTab[] | getTabs()
Returns the tabs currently being displayed, or null if none. |
void | setActiveTab(ILaunchConfigurationTab tab)
Sets the displayed tab to the given tab. |
void | setActiveTab(int index)
Sets the displayed tab to the tab with the given index. |
void | setName(String name)
Sets the contents of the name field to the given name. |
void | updateButtons()
Adjusts the enable state of this dialog's buttons to reflect the state of the active tab group. |
void | updateMessage()
Updates the message (or error message) shown in the message line to reflect the state of the currently active tab in this launch configuration dialog. |
Methods inherited from interface org.eclipse.jface.operation.IRunnableContext |
run |
Field Detail |
public static final int LAUNCHED_BEFORE_OPENING
Method Detail |
public void updateButtons()
This may be called by to force a button state update.
public void updateMessage()
This method may be called to force a message update.
public void setName(String name)
public String generateName(String name)
public ILaunchConfigurationTab[] getTabs()
public ILaunchConfigurationTab getActiveTab()
public String getMode()
public void setActiveTab(ILaunchConfigurationTab tab)
public void setActiveTab(int index)
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.