com.bea.wli.worklist.api.taskplan
Interface Bounded

All Known Subinterfaces:
ActionContainer<T>, ConstructorContainer, Step

public interface Bounded

Represents objects in the task plan model that have a Bounds object associated with them. These bounds may be used to render a figure representing the object within a graphical canvas. Bounds are stored persistently and can be retrieved and updated at will.


Nested Class Summary
static interface Bounded.Event
           
 
Method Summary
 Bounds getBounds()
           
 void setBounds(Bounds bounds)
           
 

Method Detail

getBounds

Bounds getBounds()

setBounds

void setBounds(Bounds bounds)