|
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 ComponentUpdater<C extends Component>
Updater for children list of a component.
| Nested Class Summary | |
|---|---|
static class |
ComponentUpdater.Operation
|
static interface |
ComponentUpdater.Query<C extends Component>
Provide capability to query for updatability. |
| Method Summary | |
|---|---|
void |
update(C target,
C child,
ComponentUpdater.Operation operation)
Updates children list. |
void |
update(C target,
C child,
int index,
ComponentUpdater.Operation operation)
Updates children list. |
| Method Detail |
|---|
void update(C target,
C child,
ComponentUpdater.Operation operation)
target - component to be updatedchild - component to be added or removed.operation - add or remove; if null, no update should happen, only
query for possibility the update.
void update(C target,
C child,
int index,
ComponentUpdater.Operation operation)
target - component to be updatedchild - component to be added or removed.index - of child component to be added or removed.operation - add or remove; if null, no update should happen, only
query for possibility the update.
|
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 | |||||||||