io.sarl.apputils.eclipseextensions.launching
Class SarlLaunchConfigurationPanels
final class SarlLaunchConfigurationPanels
extends java.lang.Object
Tools for the UI panels dedicated to the launch configurations.
Maven Group Identifier:
io.sarl.apputils
Maven Artifact Identifier:
eclipseextensions
Since:
0.15
Field Summary
Modifier and type Field and description
public static val java.lang.String EXTENSION_POINT_LAUNCH_CONFIGURATION_PANEL_FACTORY
Name of the extension points for the launch configuration panels.
Action Summary
Modifier and type Action and description
static java.util.List<E> getPanelFactoriesFromExtension
Replies the fragments that are defined as extensions in the given Eclipse plugin.
static java.util.stream.Stream<T> getPanelFactoryStreamFromExtension
Replies the fragments that are defined as extensions in the given Eclipse plugin.
Field Details
EXTENSION_POINT_LAUNCH_CONFIGURATION_PANEL_FACTORY
public static val EXTENSION_POINT_LAUNCH_CONFIGURATION_PANEL_FACTORY : java.lang.String = "sarlLaunchConfigurationPanels"
Name of the extension points for the launch configuration panels.
Action Details
getPanelFactoriesFromExtension
def getPanelFactoriesFromExtension : java.util.List<E>
Replies the fragments that are defined as extensions in the given Eclipse plugin.
Returns:
the list of the fragment.
getPanelFactoryStreamFromExtension
def getPanelFactoryStreamFromExtension : java.util.stream.Stream<T>
Replies the fragments that are defined as extensions in the given Eclipse plugin.
Returns:
the list of the fragment.