|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConstructFraming
An interface to be implemented by any FramePanel that is part of a DomainEditor
Method Summary | |
---|---|
boolean |
checkConstruct()
Checks a construct of the panel's type for errors and inconsistencies. |
boolean |
frameActionPerformed(java.awt.event.ActionEvent event)
Tries to process an action generated in the panel's frame. |
java.util.List |
getAllConstructs()
Gets a full list of the constructs of the panel's type in the domain. |
Domain |
getDomain()
Gets the current Domain. |
Named |
getNamedConstruct(java.lang.String name)
Gets a named construct of the panel's type from the domain |
UIDomain |
getUIDomain()
Gets the current UIDomain. |
UIObject |
makeNewConstruct()
Makes a new construct of the panel's type. |
void |
newConstruct()
Makes a new construct of the panel's type and gets ready to edit it. |
void |
saveConstruct()
Saves a construct of the panel's type into the draft domain. |
void |
setConstruct(IXObject construct)
Puts a given domain construct of the panel's type into the panel ready for editing |
void |
setUIConstruct(UIObject construct)
Put a given UI construct of the panel's type into the panel ready for editing |
void |
setUIDomain(UIDomain uiDomain)
Sets the current UIDomain. |
void |
viewChanges()
Collects the construct's changes since last noted to draft (to base object) and shows them to the user. |
void |
viewChangesFromOriginal()
Collects the construct's changes since last published and shows them to the user. |
Method Detail |
---|
Domain getDomain()
UIDomain getUIDomain()
void setUIDomain(UIDomain uiDomain)
void newConstruct()
UIObject makeNewConstruct()
void saveConstruct()
Named getNamedConstruct(java.lang.String name)
void setConstruct(IXObject construct)
void setUIConstruct(UIObject construct)
boolean checkConstruct()
void viewChanges()
void viewChangesFromOriginal()
java.util.List getAllConstructs()
boolean frameActionPerformed(java.awt.event.ActionEvent event)
frameActionPerformed
in interface FramePanel
event
- the event to be processed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |