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