org.netbeans.modules.xml.xam/1 1.18.0 1

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.
 

Method Detail

canAdd

boolean canAdd(C target,
               Component child)
Check if a component can be added to target component.

Parameters:
target - component to be updated
child - component to be added.

org.netbeans.modules.xml.xam/1 1.18.0 1

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.