org.jfree.layouting
Interface StatefullComponent


public interface StatefullComponent

A statefull component creates and consumes State-objects. Instances of the same type must accept state objects of each other - there should be no hidden binding between the state objects and their original source.

Author:
Thomas Morgner
See Also:
State

Method Summary
 State saveState()
           
 

Method Detail

saveState

State saveState()
                throws StateException
Throws:
StateException