|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Service
The representation of a service in the system. Services implementations should extend this class and implement the relevant methods for this class. This interface is not intended to be implemented directly.
Method Summary | |
---|---|
boolean |
close()
Closes the service, this method is called by the 'browser application' when the user wants to exit the application. |
java.lang.String |
getDescription()
The description is normally used to provide more information for the service or the nature of the service, this information is generally not readily available but will appear after a user-action, like moving the mouse over a representation of the document, for instance as a tool-tip |
javax.swing.Icon |
getIcon()
The icon is used to visually identify the service. |
java.lang.String |
getIdentifier()
|
java.lang.String |
getName()
The name is normally used to identify the service. |
Method Detail |
---|
java.lang.String getIdentifier()
javax.swing.Icon getIcon()
java.lang.String getName()
java.lang.String getDescription()
boolean close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |