Modifier and type | Action and description |
---|---|
default boolean | canCreatePanel(ILaunchConfigurationDialog,String,List<E>,ISarlRuntimeEnvironmentTab)
Determine if the panel should be created with newLaunchConfigurationPanel(ILaunchConfigurationDialog, String, List, ISarlRuntimeEnvironmentTab). |
abstract org.eclipse.debug.ui.ILaunchConfigurationTab | newLaunchConfigurationPanel(ILaunchConfigurationDialog,String,List<E>,ISarlRuntimeEnvironmentTab)
Create the instance of the launch configuration panel. |
def canCreatePanel(ILaunchConfigurationDialog,String,List<E>,ISarlRuntimeEnvironmentTab) : boolean
def newLaunchConfigurationPanel(ILaunchConfigurationDialog,String,List<E>,ISarlRuntimeEnvironmentTab) : org.eclipse.debug.ui.ILaunchConfigurationTab