public interface AccessibleComposite extends Composite
An extended version of the Composite
interface which also allows
access to the data passed via the mutating methods.
During a builder operation, it is typically sufficient to use the
Composite
interface; the provided methods allow changing the state of
a container component. For objects implementing this functionality, however,
further methods are required in order to access the data passed to the
Composite
methods. These methods are defined by this extended
interface.
Modifier and Type | Method and Description |
---|---|
Collection<Object[]> |
getComponents()
Returns an unmodifiable collection with the components and constraints
that have been added to this object.
|
Object |
getLayout()
Returns the layout object passed to this instance.
|
addComponent, getContainer, setLayout
Object getLayout()
Collection<Object[]> getComponents()
Copyright © 2016 The JGUIraffe Team. All rights reserved.