All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jdsl.core.api.Locator

public interface Locator

Method Index

 o container()
 o element()
 o isContained()
 o key()

Methods

 o element
 public abstract Object element() throws InvalidLocatorException
 o key
 public abstract Object key() throws InvalidLocatorException
 o isContained
 public abstract boolean isContained() throws InvalidLocatorException
 o container
 public abstract Container container() throws InvalidLocatorException, UncontainedLocatorException

All Packages  Class Hierarchy  This Package  Previous  Next  Index