|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BasicAPISwingPanel
Interface for panels which build an algorithm using the parameters selected by the user
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void addListener(java.util.EventListener listener)
listener - javax.swing.JComponent getComponent()
int getComponentIDByObject(java.lang.Object obj)
obj -
java.lang.Object getResult()
throws java.lang.Exception
java.lang.Exceptionvoid initialize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||