| org.obe.client.ComponentEditor
ComponentEditor | public interface ComponentEditor (Code) | | Interface which is implemented by any component which is providing editing
support for an OBE component.
author: Anthony Eden |
getComponent | Component getComponent()(Code) | | Return the AWT component. In most cases this should return a JPanel.
The component |
loadConfiguration | void loadConfiguration(Configuration configuration) throws ConfigurationException(Code) | | |
saveConfiguration | void saveConfiguration(MutableConfiguration configuration) throws ConfigurationException(Code) | | |
|
|