|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DepictContext
Encapsulation of information related to the current depiction.
| Method Summary | |
|---|---|
java.net.URI |
getDepictionURI()
|
java.net.URI |
getDepictionURI(com.globalmentor.net.URIPath navigationPath,
java.lang.String... suffixes)
Determines the URI to use for depiction based upon a navigation path. |
java.net.URI |
getDepictionURI(java.net.URI navigationURI,
java.lang.String... suffixes)
Determines the URI to use for depiction based upon a navigation URI. |
Destination |
getDestination()
|
Platform |
getPlatform()
|
GuiseSession |
getSession()
|
java.lang.Iterable<java.net.URI> |
getStyles()
Retrieves styles for this context. |
| Methods inherited from interface com.globalmentor.beans.PropertyBindable |
|---|
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, hasPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
| Method Detail |
|---|
GuiseSession getSession()
Platform getPlatform()
Destination getDestination()
java.net.URI getDepictionURI()
java.net.URI getDepictionURI(com.globalmentor.net.URIPath navigationPath,
java.lang.String... suffixes)
GuiseSession.getDepictionURI(URIPath, String...).
navigationPath - The navigation path, which may be absolute or relative to the application.suffixes - The suffixes, if any, to append to a resource key in a URI reference.
GuiseSession.getDepictionURI(URIPath, String...)
java.net.URI getDepictionURI(java.net.URI navigationURI,
java.lang.String... suffixes)
GuiseSession.getDepictionURI(URI, String...).
navigationURI - The navigation URI, which may be absolute or have an absolute path or a path relative to the application.suffixes - The suffixes, if any, to append to a resource key in a URI reference.
GuiseSession.getDepictionURI(URI, String...)java.lang.Iterable<java.net.URI> getStyles()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||