|
JRubik v0.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
en: Interface implemented by the objects interested in to listen plugin events.
es: Interface que implementaran los ojetos interesados en escuchar a los plugins (el controlador de la app es decir MainWindowAdapter).
Method Summary | |
void |
getFocus(java.awt.Component component)
en: Application controller shows the component. |
java.util.List |
getInfoPlugins(int typePlugin)
|
java.lang.Object |
getPluginObject(java.lang.String namePlugin)
en: Returns from the application controller the main plugin object. |
void |
pluginHide(java.awt.Component component)
en: Application controller hides the component. |
Method Detail |
public java.util.List getInfoPlugins(int typePlugin)
typePlugin
-
public java.lang.Object getPluginObject(java.lang.String namePlugin)
en: Returns from the application controller the main plugin object.
es: El controlador de la aplicación devuelve el objeto principal del plugin
namePlugin
- name of the plugin,
public void getFocus(java.awt.Component component)
en: Application controller shows the component.
es: El controlador de la aplicación muestra el componete component.
component
- public void pluginHide(java.awt.Component component)
en: Application controller hides the component.
es: El controlador de la aplicación oculta el componete component.
component
-
|
JRubik v0.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |