issrg.acm
Interface Editor
- All Superinterfaces:
- java.util.EventListener, Utility, XMLChangeListener
- All Known Implementing Classes:
- ACMLDAPBrowser, ACMRepositoryBrowserGUI, ACMWebDAVBrowser, ValidityEditor
public interface Editor
- extends Utility, XMLChangeListener
This is the interface to all Editors attached to the buttons on the
Privilege Allocator frame.
Method Summary |
void |
edit(javax.swing.JFrame parentFrame,
java.awt.Window window,
java.util.Map environment)
|
javax.swing.JComponent |
getContentPanel()
|
void |
XMLChanged(XMLChangeEvent ev)
Invoked when an XMLChangeEvent is dispatched. |
edit
void edit(javax.swing.JFrame parentFrame,
java.awt.Window window,
java.util.Map environment)
throws ACCreationException
- Throws:
ACCreationException
getContentPanel
javax.swing.JComponent getContentPanel()
XMLChanged
void XMLChanged(XMLChangeEvent ev)
- Description copied from interface:
XMLChangeListener
- Invoked when an XMLChangeEvent is dispatched.
- Specified by:
XMLChanged
in interface XMLChangeListener