Uses of Class
com.jeta.open.gui.framework.JETAController

Packages that use JETAController
com.jeta.open.gui.framework   
 

Uses of JETAController in com.jeta.open.gui.framework
 

Methods in com.jeta.open.gui.framework that return JETAController
 JETAController JETADialog.getController()
           
 JETAController JETAPanel.getController()
          Return the controller object that handles events for this panel.
 

Methods in com.jeta.open.gui.framework with parameters of type JETAController
 void JETADialog.addController(JETAController controller)
          Adds a controller to the list of controllers that can handle events for this dialog.
 void JETADialog.setController(JETAController controller)
          Sets the controller that will handle events for this dialog
 void JETAPanel.setController(JETAController controller)
          Sets the main controller that will handle events for this panel.
 



Copyright © 2005-2007 Jeff Tassin & Todd Viegut. All Rights Reserved.