| javax.swing.JDialog org.enhydra.jawe.base.editor.TableEditor
Method Summary | |
public boolean | adjustXPDL(Package pkg) | public boolean | canCreateElement(XMLCollection col) | public boolean | canDuplicateElement(XMLCollection col, XMLElement el) | public boolean | canInsertElement(XMLCollection col, XMLElement el) | public boolean | canModifyElement(XMLCollection col, XMLElement el) | public boolean | canModifyElement(XMLElement col) | public boolean | canRemoveElement(XMLCollection col, XMLElement el) | public boolean | canRepositionElement(XMLCollection col, XMLElement el) | public List | checkValidity(XMLElement el, boolean fullCheck) | public void | close() | public void | configure(Properties props) | protected XMLSimpleTablePanel | createSTP(String title, XMLCollection owner, List elements, List columnsToShow) | public Action | getAction(String cmd) | public Action[] | getActions() | public JComponent | getDisplay() | public String | getName() | public Properties | getProperties() | public JaWEComponentSettings | getSettings() | public String | getType() | public JaWEComponentView | getView() | protected void | init() | protected void | initDialog() | public boolean | isUpdateInProgress() | public void | setType(String type) | public void | setUpdateInProgress(boolean inProgress) | public void | showTable(String title, XMLCollection owner, List elements, List columnsToShow) |
close | public void close()(Code) | | |
init | protected void init()(Code) | | |
initDialog | protected void initDialog()(Code) | | |
isUpdateInProgress | public boolean isUpdateInProgress()(Code) | | |
setUpdateInProgress | public void setUpdateInProgress(boolean inProgress)(Code) | | |
|
|