public class Listener extends Object
Java class for listenerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listenerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="listener-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TextMap |
description |
protected TextMap |
displayName |
protected LocalCollection<Icon> |
icon |
protected String |
id |
protected String |
listenerClass |
| Constructor and Description |
|---|
Listener() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(Text text) |
void |
addDisplayName(Text text) |
String |
getDescription() |
Text[] |
getDescriptions() |
String |
getDisplayName() |
Text[] |
getDisplayNames() |
Icon |
getIcon() |
Map<String,Icon> |
getIconMap() |
Collection<Icon> |
getIcons() |
String |
getId() |
String |
getListenerClass() |
void |
setDescriptions(Text[] text) |
void |
setDisplayNames(Text[] text) |
void |
setId(String value) |
void |
setListenerClass(String value) |
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected String listenerClass
protected String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public void addDescription(Text text)
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public String getDisplayName()
public void addDisplayName(Text text)
public Collection<Icon> getIcons()
public Icon getIcon()
public String getListenerClass()
public void setListenerClass(String value)
public String getId()
public void setId(String value)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.