org.netbeans.modules.xml.xam
Interface ComponentUpdater.Query<C extends Component>
- Enclosing interface:
- ComponentUpdater<C extends Component>
public static interface ComponentUpdater.Query<C extends Component>
Provide capability to query for updatability.
|
Method Summary |
boolean |
canAdd(C target,
Component child)
Check if a component can be added to target component. |
canAdd
boolean canAdd(C target,
Component child)
- Check if a component can be added to target component.
- Parameters:
target - component to be updatedchild - component to be added.