|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.globalmentor.beans.BoundPropertyObject
com.guiseframework.platform.AbstractDepictContext
public abstract class AbstractDepictContext
Abstract encapsulation of information related to the current depiction.
| Field Summary |
|---|
| Fields inherited from class com.globalmentor.beans.BoundPropertyObject |
|---|
NO_PROPERTY_CHANGE_LISTENERS, NO_VETOABLE_CHANGE_LISTENERS |
| Constructor Summary | |
|---|---|
AbstractDepictContext(GuiseSession session,
Destination destination)
Guise session constructor. |
|
| Method Summary | |
|---|---|
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 class com.globalmentor.beans.BoundPropertyObject |
|---|
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, createPostponedPropertyChangeEvent, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getForwardPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, getPropertyChangeSupport, getRepeatPropertyChangeListener, getRepeatVetoableChangeListener, getVetoableChangeListeners, getVetoableChangeListeners, getVetoableChangeSupport, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.guiseframework.platform.DepictContext |
|---|
getDepictionURI |
| Methods inherited from interface com.globalmentor.beans.PropertyBindable |
|---|
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, hasPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
| Constructor Detail |
|---|
public AbstractDepictContext(GuiseSession session,
Destination destination)
throws java.io.IOException
session - The Guise user session of which this context is a part.destination - The destination with which this context is associated.
java.lang.NullPointerException - if the given session and/or destination is null.
java.io.IOException - If there was an I/O error loading a needed resource.| Method Detail |
|---|
public GuiseSession getSession()
getSession in interface DepictContextpublic Platform getPlatform()
getPlatform in interface DepictContextpublic Destination getDestination()
getDestination in interface DepictContextpublic java.lang.Iterable<java.net.URI> getStyles()
getStyles in interface DepictContext
public java.net.URI getDepictionURI(com.globalmentor.net.URIPath navigationPath,
java.lang.String... suffixes)
GuiseSession.getDepictionURI(URIPath, String...).
getDepictionURI in interface DepictContextnavigationPath - 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...)
public java.net.URI getDepictionURI(java.net.URI navigationURI,
java.lang.String... suffixes)
GuiseSession.getDepictionURI(URI, String...).
getDepictionURI in interface DepictContextnavigationURI - 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...)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||