|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.utils4swing.appstarter.StartType
public final class StartType
Types of applications that can be started.
| Field Summary | |
|---|---|
static StartType |
APPLET
Applet. |
static StartType |
APPLICATION
Application with "main" method. |
static StartType[] |
INSTANCES
Array of known types. |
| Method Summary | |
|---|---|
static StartType |
forName(String name)
Returns an instance for the given name. |
String |
getName()
Returns the name of the type. |
static boolean |
isValid(String name)
Checks if a given name is valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final StartType APPLICATION
public static final StartType APPLET
public static final StartType[] INSTANCES
| Method Detail |
|---|
public final String getName()
public static boolean isValid(String name)
name - Name to check.
public static StartType forName(String name)
name - Name to get an instance for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||