|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileMarker
Identifies and presents a file in the system.
| Method Summary | |
|---|---|
java.lang.String |
getDescription(java.net.URI uri)
The description is normally used to provide more information for the object or the nature of the object, this information is generally not readily available but will appear after a user-action, like moving the mouse over a representation of the object, for instance as a tool-tip |
java.lang.String |
getFileExtension()
Return the file extension, this extension is used to 'quickly' identify files which can be used as input for this service, this method is not allowed to return null. |
javax.swing.Icon |
getIcon(java.net.URI uri)
The icon is normally used to identify the object type and state. |
java.lang.String |
getName(java.net.URI uri)
The name is normally used to (uniquely) identify the object in a view. |
| Methods inherited from interface org.xngr.Marker |
|---|
getIdentifier |
| Method Detail |
|---|
java.lang.String getFileExtension()
javax.swing.Icon getIcon(java.net.URI uri)
object - the object to return the icon for. Note: the provided object
should not be modified.
java.lang.String getName(java.net.URI uri)
object - the object to return the name for. Note: the provided object
should not be modified.
java.lang.String getDescription(java.net.URI uri)
object - the object to return the description for. Note: the provided
object should not be modified.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||