| javax.swing.JDialog org.enhydra.jawe.base.editor.StandardXPDLElementEditor
StandardXPDLElementEditor | public class StandardXPDLElementEditor extends JDialog implements XPDLElementEditor(Code) | | The dialog for showing objects derived from
XMLPanel classes. The
given XMLPanel object must have it's owner, which type is a class
derived from the
XMLElement class, and serves as a representation
of an XML tag.
The dialog enables editing of all editable fields contained
within given panel and after user presses OK button, the new values
contained within edited fields are set to corresponding members of
panel's owner.
|
STATUS_CANCEL | final public static int STATUS_CANCEL(Code) | | |
STATUS_OK | final public static int STATUS_OK(Code) | | |
isModified | protected boolean isModified(Code) | | |
status | protected int status(Code) | | |
undoableChange | protected boolean undoableChange(Code) | | |
StandardXPDLElementEditor | public StandardXPDLElementEditor()(Code) | | |
StandardXPDLElementEditor | public StandardXPDLElementEditor(boolean undoableChange)(Code) | | |
applyChanges | public void applyChanges()(Code) | | |
canApplyChanges | public boolean canApplyChanges()(Code) | | |
close | public void close()(Code) | | |
configure | public void configure()(Code) | | |
editXPDLElement | public void editXPDLElement()(Code) | | |
getEditingPanel | public XMLPanel getEditingPanel()(Code) | | Returns the panel that is currently beeing edited.
|
getStatus | public int getStatus()(Code) | | |
init | protected void init()(Code) | | |
initDialog | protected void initDialog()(Code) | | |
isUpdateInProgress | public boolean isUpdateInProgress()(Code) | | |
setModified | public void setModified(boolean modif)(Code) | | |
setUpdateInProgress | public void setUpdateInProgress(boolean inProgress)(Code) | | |
|
|