|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xngr.context.ServiceContext
org.xngr.context.URIServiceContext
org.xngr.context.DirectoryContext
public class DirectoryContext
The context for a directory object, containing the directory services and actions.
| Method Summary | |
|---|---|
java.util.List<DirectoryMarker> |
getDirectoryMarkers()
|
java.util.List<DirectoryService> |
getDirectoryServices()
|
java.util.List<Marker> |
getMarkers()
|
java.util.List<Service> |
getServices()
|
void |
open(Action action)
Opens the supplied service using the action's service, the context's URI and the arguments defined in the action. |
void |
open(DirectoryService service)
Opens the supplied service using the Context's URI and an empty HashMap as arguments. |
void |
open(DirectoryService service,
java.util.Map<java.lang.String,java.lang.String> arguments)
Opens the supplied service using the Context's URI. |
| Methods inherited from class org.xngr.context.URIServiceContext |
|---|
dispose, getURI |
| Methods inherited from class org.xngr.context.ServiceContext |
|---|
addServiceContextListener, fireActionsChanged, fireMarkersChanged, fireServicesChanged, getActions, removeServiceContextListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.List<Service> getServices()
getServices in class ServiceContextpublic java.util.List<DirectoryMarker> getDirectoryMarkers()
public java.util.List<DirectoryService> getDirectoryServices()
public void open(DirectoryService service)
service - the directory-service to open.public void open(Action action)
action - the action to open the service for.
public void open(DirectoryService service,
java.util.Map<java.lang.String,java.lang.String> arguments)
service - the document-service to open.arguments - the argumentspublic java.util.List<Marker> getMarkers()
getMarkers in class ServiceContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||