|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractLaunchConfigurationTab
com.ibm.etools.systems.as400.debug.launchconfig.ui.IDEALTabBase
public abstract class IDEALTabBase
| Field Summary | |
|---|---|
static String |
copyright
|
protected String |
errorMessageFromDelegate
|
protected AbstractLaunchConfigurationTabGroup |
parentTabGroup
|
protected String |
tabGroupID
|
| Constructor Summary | |
|---|---|
IDEALTabBase(AbstractLaunchConfigurationTabGroup parentTabGroup)
|
|
IDEALTabBase(AbstractLaunchConfigurationTabGroup parentTabGroup,
String tabGroupID)
Constructors. |
|
| Method Summary | |
|---|---|
boolean |
canSave()
Returns whether this tab is in a state that allows the launch configuration whose values this tab is showing to be saved. |
void |
dispose()
Notifies this launch configuration tab that it has been disposed. |
Image |
getImage()
Returns the image for this tab, or null if none |
AbstractLaunchConfigurationTabGroup |
getParentTabGroup()
Getter method for parentTabGroup |
String |
getTabGroupID()
Getter method for tabGroupID |
void |
launched(ILaunch launch)
Notifies this tab that the specified configuration has been launched, resulting in the given launch. |
void |
setErrorMessage(String errorMessage)
Public interface to set this page's error message |
void |
setErrorMessageFromDelegate(String errorMessage)
Setter method for errorMessageFromDelegate |
void |
updateLaunchConfigurationDialog()
Public interface to update Launch Configurations Dialog (LCD) As a result, LCD will call isValid(ILaunchConfiguration) method for each individual tab to determine if any is in error. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String copyright
protected AbstractLaunchConfigurationTabGroup parentTabGroup
protected String errorMessageFromDelegate
protected String tabGroupID
| Constructor Detail |
|---|
public IDEALTabBase(AbstractLaunchConfigurationTabGroup parentTabGroup,
String tabGroupID)
public IDEALTabBase(AbstractLaunchConfigurationTabGroup parentTabGroup)
| Method Detail |
|---|
public AbstractLaunchConfigurationTabGroup getParentTabGroup()
public String getTabGroupID()
public void dispose()
ILaunchConfigurationTab#dispose()public boolean canSave()
isValid() in that canSave()
determines if this tab prevents the current launch configuration from being saved, whereas
isValid() determines if this tab prevents the current launch configuration from
being launched.
This information is typically used by the launch configuration dialog to decide when it is okay to save a launch configuration.
ILaunchConfigurationTab#canSave()public void launched(ILaunch launch)
launch - the result of launching the current
launch configurationILaunchConfigurationTab#launched(ILaunch)public Image getImage()
null if none
null if noneILaunchConfigurationTab#getImage()public void setErrorMessage(String errorMessage)
AbstractLaunchConfigurationTab#setErrorMessage()public void setErrorMessageFromDelegate(String errorMessage)
public void updateLaunchConfigurationDialog()
AbstractLaunchConfigurationTab#updateLaunchConfigurationDialog()
|
Rational Developer for i 7.5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||