All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.core.ref.GenericPosition

java.lang.Object
   |
   +----jdsl.core.ref.GenericPosition

public class GenericPosition
extends Object
implements Position
A completely generic position.


Variable Index

 o e_

Constructor Index

 o GenericPosition(Container, Object)
Constructs a new Generic position with a given container and element

Method Index

 o container()
Gets the container of this position.
 o element()
Gets the element of this position.
 o setContainer(Container)
Sets the container for this position.
 o setElement(Object)
Sets the element for this position.

Variables

 o e_
 protected Object e_

Constructors

 o GenericPosition
 public GenericPosition(Container c,
                        Object element)
Constructs a new Generic position with a given container and element

Methods

 o element
 public Object element() throws InvalidPositionException
Gets the element of this position. Note Never throws an InvalidPositionException

 o container
 public Container container() throws InvalidPositionException
Gets the container of this position. Note Never throws an InvalidPositionException

 o setElement
 public void setElement(Object e) throws InvalidPositionException
Sets the element for this position. Note Never throws an InvalidPositionException

 o setContainer
 public void setContainer(Container c) throws InvalidPositionException
Sets the container for this position. Note Never throws an InvalidPositionException


All Packages  Class Hierarchy  This Package  Previous  Next  Index