public interface SOMToolboxApp
main
method, and the following members:
public static SOMToolboxApp.Type
APPLICATION_TYPE
public static String DESCRIPTION
public static String LONG_DESCRIPTION
public static Parameter
[] OPTIONS
Modifier and Type | Interface and Description |
---|---|
static class |
SOMToolboxApp.Type
This enum lists the known application types.
|
Modifier and Type | Field and Description |
---|---|
static String |
DEV_BY_STRING |
static String |
HOMEPAGE |
static org.jfree.ui.about.ProjectInfo |
INFO
Information about the project.
|
static String |
INFO_TEXT |
static String |
LICENSE_TEXT |
static Map<String,Class<?>> |
REQUIRED_MEMBERS |
static Comparator<Class<? extends SOMToolboxApp>> |
TYPE_GROUPED_COMPARATOR |
static final Comparator<Class<? extends SOMToolboxApp>> TYPE_GROUPED_COMPARATOR
static final String DEV_BY_STRING
static final String HOMEPAGE
static final String LICENSE_TEXT
static final String INFO_TEXT
static final org.jfree.ui.about.ProjectInfo INFO