|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentMarker
Identifies and presents a XML document 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 |
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. |
javax.xml.namespace.QName |
getRootElementName()
Return the document root element name, this is used to quickly identify XML documents, this method is not allowed to return null. |
| Methods inherited from interface org.xngr.Marker |
|---|
getIdentifier |
| Method Detail |
|---|
javax.xml.namespace.QName getRootElementName()
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 | |||||||||