|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
de.cau.cs.kieler.sim.kiem.ui.launching.KiemTab
public class KiemTab
The class KiemTab implements the basic launch tab in the launch configuration page. The user is able to select from all available execution files.
Constructor Summary | |
---|---|
KiemTab()
|
Method Summary | |
---|---|
void |
createControl(Composite parent)
|
String |
getId()
Gets the id of this tab. |
Image |
getImage()
|
String |
getName()
|
ScheduleData |
getSelection()
Getter for the current selection in the table. |
void |
initializeFrom(ILaunchConfiguration configuration)
|
boolean |
isValid(ILaunchConfiguration config)
|
void |
performApply(ILaunchConfigurationWorkingCopy configuration)
|
void |
setDefaults(ILaunchConfigurationWorkingCopy configuration)
|
protected void |
setDirty(boolean dirty)
|
void |
setupTable()
Setup the KIEM execution scheduling table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KiemTab()
Method Detail |
---|
public void setupTable()
protected void setDirty(boolean dirty)
setDirty
in class AbstractLaunchConfigurationTab
public boolean isValid(ILaunchConfiguration config)
isValid
in interface ILaunchConfigurationTab
isValid
in class AbstractLaunchConfigurationTab
public void createControl(Composite parent)
public void setDefaults(ILaunchConfigurationWorkingCopy configuration)
public String getId()
getId
in class AbstractLaunchConfigurationTab
AbstractLaunchConfigurationTab.getId()
public String getName()
public Image getImage()
getImage
in interface ILaunchConfigurationTab
getImage
in class AbstractLaunchConfigurationTab
public void performApply(ILaunchConfigurationWorkingCopy configuration)
public ScheduleData getSelection()
public void initializeFrom(ILaunchConfiguration configuration)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |