public interface BasicAPISwingPanel
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.util.EventListener listener)
Adds a listener to the components of a panel.
|
javax.swing.JComponent |
getComponent()
Gets the main component
|
int |
getComponentIDByObject(java.lang.Object obj)
Gets the component ID using the object of this component.
|
java.lang.Object |
getResult()
Gets the process loaded with the data selected in the interface
|
void |
initialize()
Initialization actions.
|
javax.swing.JComponent getComponent()
java.lang.Object getResult() throws java.lang.Exception
java.lang.Exception
void initialize()
int getComponentIDByObject(java.lang.Object obj)
obj
- void addListener(java.util.EventListener listener)
listener
-