|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.stp.core.saf.handler.AbstractHandler
This class provides common convenient methods for handler implementations.
Constructor Summary | |
AbstractHandler()
|
Method Summary | |
java.lang.String |
getDescription()
Returns text that describes the component, external service, entry point, or interface kind. |
java.lang.String |
getDescriptiveKindName()
Returns a string describing the handler kind. |
java.lang.String |
getKind()
Returns a string corresponding to a component, external service, entry point, or interface kind. |
java.net.URL |
getLargeIcon()
Returns the URL for the large icon resource thet represents the corresponding component, entry point, external service, or interface kind. |
java.lang.String |
getName()
Returns a name for the component, external service, entry point, or interface kind. |
java.net.URL |
getSmallIcon()
Returns the URL for the small icon resource thet represents the corresponding component, entry point, external service, or interface kind. |
void |
initialize(java.lang.String kind,
java.lang.String descKindName,
java.lang.String name,
java.lang.String description,
java.net.URL smallIcon,
java.net.URL largeIcon)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractHandler()
Method Detail |
public final void initialize(java.lang.String kind, java.lang.String descKindName, java.lang.String name, java.lang.String description, java.net.URL smallIcon, java.net.URL largeIcon)
public final java.lang.String getKind()
IHandler
getKind
in interface IHandler
public final java.lang.String getDescriptiveKindName()
IHandler
getDescriptiveKindName
in interface IHandler
public final java.lang.String getName()
IHandler
getName
in interface IHandler
public final java.lang.String getDescription()
IHandler
getDescription
in interface IHandler
public final java.net.URL getSmallIcon()
IHandler
getSmallIcon
in interface IHandler
public final java.net.URL getLargeIcon()
IHandler
getLargeIcon
in interface IHandler
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |