@PublicAPI public class LocalServiceDescriptor extends chemaxon.marvin.services.ServiceDescriptor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS
Property key for Service class name as
String |
Constructor and Description |
---|
LocalServiceDescriptor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Returns the full class name of the service
|
javax.swing.Icon |
getIcon() |
java.lang.String |
getSimpleName() |
void |
setClassName(java.lang.String className)
Sets the full class name of the service
|
addArgument, getAlias, getArgument, getArgumentCount, getArguments, getDescription, getMethodName, getName, getProperty, getPropertyChangeSupport, getPropertyKeys, getServiceHandler, getURL, isAvailable, removeArgument, setAlias, setArgument, setDescription, setMethodName, setName, setProperty, setURL, toString
public static final java.lang.String CLASS
String
public java.lang.String getClassName()
public void setClassName(java.lang.String className)
className
- the new service namepublic javax.swing.Icon getIcon()
getIcon
in class chemaxon.marvin.services.ServiceDescriptor
public java.lang.String getSimpleName()
getSimpleName
in class chemaxon.marvin.services.ServiceDescriptor