|
org.netbeans.modules.xml.xam/1 1.18.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Component<C extends Component>
A component in model.
| Method Summary | ||
|---|---|---|
boolean |
canPaste(Component child)
Returns true if given component can be added as this component child. |
|
Component |
copy(C parent)
Returns a copy of this component for adding into the given parent component. |
|
List<C> |
getChildren()
|
|
|
getChildren(Class<T> type)
|
|
List<C> |
getChildren(Collection<Class<? extends C>> types)
|
|
Model |
getModel()
|
|
C |
getParent()
|
|
| Method Detail |
|---|
C getParent()
List<C> getChildren()
<T extends C> List<T> getChildren(Class<T> type)
type - Interested children type to return.
List<C> getChildren(Collection<Class<? extends C>> types)
types - Interested children type to return.
@CheckForNull Model getModel()
Component copy(C parent)
boolean canPaste(Component child)
|
org.netbeans.modules.xml.xam/1 1.18.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||