public class Gui extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}look-and-feel" minOccurs="0"/>
<element ref="{}annotations" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Annotations |
annotations |
protected String |
lookAndFeel |
| Constructor and Description |
|---|
Gui() |
| Modifier and Type | Method and Description |
|---|---|
Annotations |
getAnnotations()
Gets the value of the annotations property.
|
String |
getLookAndFeel()
Gets the value of the lookAndFeel property.
|
void |
setAnnotations(Annotations value)
Sets the value of the annotations property.
|
void |
setLookAndFeel(String value)
Sets the value of the lookAndFeel property.
|
protected String lookAndFeel
protected Annotations annotations
public String getLookAndFeel()
Stringpublic void setLookAndFeel(String value)
value - allowed object is
Stringpublic Annotations getAnnotations()
Annotationspublic void setAnnotations(Annotations value)
value - allowed object is
AnnotationsCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.