|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The CompositeState interface defines a memento of the current
state of a Composite. An instance of such an object can be
obtained from and applied to a Composite.
Notice:The CompositeState keeps only the states of
elementary information about a Composite so that information
about the current geometry or style and such is not remembered by an
an instance of this interface and hence not reapplied.
| Method Summary | |
int |
getEventMask()
Returns the eventmask for the Composite at the time the
CompositeState was created |
Coordinate |
getLocation()
Returns the location of the Composite at the time the
CompositeState was created. |
Size |
getMinimumSize()
Returns the minimum size for the Composite at the time the
CompositeState was created |
java.util.Map |
getPrimitiveStateMap()
|
Size |
getSize()
Returns the size of the Composite at the time the
CompositeState was created. |
| Method Detail |
public Coordinate getLocation()
Composite at the time the
CompositeState was created.
Compositepublic Size getSize()
Composite at the time the
CompositeState was created.
Compositepublic Size getMinimumSize()
Composite at the time the
CompositeState was created
Compositepublic int getEventMask()
Composite at the time the
CompositeState was created
Compositepublic java.util.Map getPrimitiveStateMap()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||