Modifier and Type | Class and Description |
---|---|
class |
Application.Argument |
Modifier and Type | Field and Description |
---|---|
List<Application.Argument> |
arguments |
Constructor and Description |
---|
Application() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Application.Argument |
createArgument() |
HtmlParam |
createHtmlParam() |
Param |
createParam() |
Application |
get() |
void |
selfcheck() |
void |
setDaemon(boolean b)
Is this class a daemon/service?
|
void |
setFallbackClass(String v)
Main class of AWT-based applet to be used if application fail to launch
due to missing FX runtime and installation of JavaFX is not possible.
|
void |
setId(String id)
Application id that can be used to obtain Javascript reference to the application in HTML.
|
void |
setMainClass(String v)
Main application class.
|
void |
setName(String v) |
void |
setParams(Properties props) |
void |
setPreloaderClass(String v)
Preloader class to be used.
|
void |
setRefid(org.apache.tools.ant.types.Reference id) |
void |
setToolkit(String v) |
void |
setVersion(String v) |
String |
toString() |
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes
public List<Application.Argument> arguments
public void setVersion(String v)
public void setToolkit(String v)
public void setFallbackClass(String v)
public void setName(String v)
public Param createParam()
public void setParams(Properties props)
public Application.Argument createArgument()
public Object clone()
clone
in class org.apache.tools.ant.types.DataType
public HtmlParam createHtmlParam()
public void setId(String id)
public void setRefid(org.apache.tools.ant.types.Reference id)
setRefid
in class org.apache.tools.ant.types.DataType
public void setMainClass(String v)
public void setPreloaderClass(String v)
public void setDaemon(boolean b)
public Application get()
public void selfcheck()
public String toString()
toString
in class org.apache.tools.ant.types.DataType
Copyright © 2020. All rights reserved.