| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConstructEditing
An interface to be implemented by any panel that actually edits a construct. Examples are ActionFormEditor and GExpansionEditor.
| Method Summary | |
|---|---|
 IXObject | 
getConstruct()
Gets the current construct.  | 
 UIObject | 
getUIConstruct()
Gets the current UI construct.  | 
 UIDomain | 
getUIDomain()
Gets the current UIDomain.  | 
 void | 
loadFromObject()
Saves the data from the panel into the current object.  | 
 void | 
saveToObject(EditableObject object)
Saves the data from the panel into the given object.  | 
 void | 
setConstruct(IXObject construct)
Sets the current construct.  | 
 void | 
setUIConstruct(UIObject construct)
Sets the current UI construct.  | 
 void | 
setUIConstructOnly(UIObject construct)
Sets the current UI construct without noting changes.  | 
| Method Detail | 
|---|
UIDomain getUIDomain()
IXObject getConstruct()
void setConstruct(IXObject construct)
UIObject getUIConstruct()
void setUIConstruct(UIObject construct)
void setUIConstructOnly(UIObject construct)
void saveToObject(EditableObject object)
void loadFromObject()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||