|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OutputComponent
| Method Summary | |
|---|---|
javax.swing.JComponent |
displayElement(ObjectModelElement e,
boolean selected)
Display this element on the user interface |
void |
insertDisplayElement(ObjectModelElement newElement,
ObjectModelElement parent,
int position)
Used to update the display after an addChild operation. |
void |
redisplayElement(ObjectModelElement e)
Used to refresh the display of an element on the screen after changes to textual content or attribute values on underlying xml |
void |
removeDisplayComponent(ObjectModelElement e)
Remove the on screen representation of an element once it has been removed from the object model |
| Method Detail |
|---|
javax.swing.JComponent displayElement(ObjectModelElement e,
boolean selected)
void redisplayElement(ObjectModelElement e)
e - The element which should have its representation refreshed.void removeDisplayComponent(ObjectModelElement e)
e -
void insertDisplayElement(ObjectModelElement newElement,
ObjectModelElement parent,
int position)
newElement - The element which is to be insertedparent - The parent of the element to be addedposition - The index into the list of children belonging to the
parent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||