public class AppListenerDescriptorImpl extends Descriptor implements AppListenerDescriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED| Constructor and Description |
|---|
AppListenerDescriptorImpl()
The default constructor.
|
AppListenerDescriptorImpl(String clz)
Create an instance of the descriptor with the specified listener class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Test for equals
|
String |
getDisplayName()
get display name
|
String |
getListener()
Return the listener class.
|
int |
hashCode() |
void |
print(StringBuffer toStringBuffer)
A formatted version of the state as a String.
|
void |
setDisplayName(String name)
set display name
|
void |
setListener(String clz)
Sets the listener class.
|
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, setBoundsChecking, setDescription, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDescription, getLargeIconUri, getSmallIconUri, setDescription, setLargeIconUri, setSmallIconUripublic AppListenerDescriptorImpl()
public AppListenerDescriptorImpl(String clz)
the - listener class name.public String getListener()
getListener in interface AppListenerDescriptorpublic void setListener(String clz)
setListener in interface AppListenerDescriptorthe - listener class name.public void setDisplayName(String name)
setDisplayName in interface AppListenerDescriptorsetDisplayName in class Descriptorname - the display namepublic String getDisplayName()
getDisplayName in interface AppListenerDescriptorgetDisplayName in class Descriptorpublic void print(StringBuffer toStringBuffer)
print in class DescriptorCopyright © 2017. All rights reserved.