org.jfree.layouting
Class InstantiationState
java.lang.Object
org.jfree.layouting.InstantiationState
- Serializable, State
public class InstantiationState
extends java.lang.Object
Creation-Date: 17.07.2006, 17:44:11
InstantiationState
public InstantiationState(Class c)
restore
public StatefullComponent restore(LayoutProcess layoutProcess)
throws StateException
Creates a restored instance of the saved component.
By using this factory-like approach, we gain independence from having to
know the actual implementation. This makes things a lot easier.
- restore in interface State
layoutProcess
- the layout process that controls it all