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
StatesaveState()

Method Detail

saveState

public State saveState()