|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractLaunchConfigurationTab
org.eclipse.ptp.launch.ui.LaunchConfigurationTab
public abstract class LaunchConfigurationTab
TODO: NEEDS TO BE DOCUMENTED
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_VALUE
|
static java.lang.String |
EMPTY_STRING
|
| Constructor Summary | |
|---|---|
LaunchConfigurationTab()
|
|
| Method Summary | |
|---|---|
protected org.eclipse.swt.layout.GridLayout |
createGridLayout(int columns,
boolean isEqual,
int mh,
int mw)
Utility routine to create a grid layout |
protected org.eclipse.core.resources.IContainer |
getContainer(java.lang.String workspaceDir)
Returns the selected workspace container,or null |
protected java.lang.String |
getFieldContent(java.lang.String text)
Utility routine to get the contents of a text field |
org.eclipse.debug.core.ILaunchConfiguration |
getLaunchConfiguration()
|
protected java.lang.String |
getPlatform(org.eclipse.debug.core.ILaunchConfiguration config)
Get the platform from the launch configuration |
protected org.eclipse.core.resources.IProject |
getProject(org.eclipse.debug.core.ILaunchConfiguration configuration)
Gets the project from the configuration |
protected org.eclipse.core.resources.IResource |
getResource(java.lang.String workspaceDir)
Returns the selected workspace resource, or null |
protected org.eclipse.ptp.rmsystem.IResourceManager |
getResourceManager(org.eclipse.debug.core.ILaunchConfiguration configuration)
Given a launch configuration, find the resource manager that was been selected. |
protected org.eclipse.core.resources.IWorkspaceRoot |
getWorkspaceRoot()
|
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
void |
setLaunchConfiguration(org.eclipse.debug.core.ILaunchConfiguration configuration)
Cache the launch configuration |
protected org.eclipse.swt.layout.GridData |
spanGridData(int style,
int space)
Utility routing to create a GridData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_VALUE
public static final java.lang.String EMPTY_STRING
| Constructor Detail |
|---|
public LaunchConfigurationTab()
| Method Detail |
|---|
protected org.eclipse.swt.layout.GridLayout createGridLayout(int columns,
boolean isEqual,
int mh,
int mw)
columns - isEqual - mh - mw -
protected org.eclipse.core.resources.IContainer getContainer(java.lang.String workspaceDir)
null
workspaceDir -
protected java.lang.String getFieldContent(java.lang.String text)
text -
protected java.lang.String getPlatform(org.eclipse.debug.core.ILaunchConfiguration config)
config -
protected org.eclipse.core.resources.IProject getProject(org.eclipse.debug.core.ILaunchConfiguration configuration)
configuration -
protected org.eclipse.core.resources.IResource getResource(java.lang.String workspaceDir)
null
workspaceDir -
protected org.eclipse.core.resources.IWorkspaceRoot getWorkspaceRoot()
protected org.eclipse.ptp.rmsystem.IResourceManager getResourceManager(org.eclipse.debug.core.ILaunchConfiguration configuration)
configuration -
org.eclipse.core.runtime.CoreException
protected org.eclipse.swt.layout.GridData spanGridData(int style,
int space)
style - space -
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
public void setLaunchConfiguration(org.eclipse.debug.core.ILaunchConfiguration configuration)
configuration - public org.eclipse.debug.core.ILaunchConfiguration getLaunchConfiguration()
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||