Uses of Interface
org.gui4j.Gui4jController

Packages that use Gui4jController
org.gui4j   
org.gui4j.core   
 

Uses of Gui4jController in org.gui4j
 

Subinterfaces of Gui4jController in org.gui4j
 interface Gui4jControllerAdvanced
           
 

Methods in org.gui4j that return Gui4jController
 Gui4jController Gui4jWindow.getGui4jController()
           
 

Methods in org.gui4j with parameters of type Gui4jController
 Gui4jView Gui4j.createView(java.lang.String viewResourceName, Gui4jController gui4jController, java.lang.String title, boolean readOnlyMode)
           
 Gui4jDialog Gui4j.createDialog(Gui4jWindow owner, java.lang.String viewResourceName, Gui4jController gui4jController, java.lang.String title, boolean readOnlyMode)
           
 Gui4jDialog Gui4j.createDialog(java.awt.Frame owner, java.lang.String viewResourceName, Gui4jController gui4jController, java.lang.String title, boolean readOnlyMode)
           
 Gui4jDialog Gui4j.createDialog(java.awt.Dialog owner, java.lang.String viewResourceName, Gui4jController gui4jController, java.lang.String title, boolean readOnlyMode)
           
 

Uses of Gui4jController in org.gui4j.core
 

Methods in org.gui4j.core that return Gui4jController
 Gui4jController Gui4jSwingContainer.getGui4jController()
           
 

Constructors in org.gui4j.core with parameters of type Gui4jController
Gui4jSwingContainer(Gui4jInternal gui4j, java.lang.String viewResourceName, Gui4jController gui4jController, boolean readOnlyMode)
           
 



Copyright © 2002-2005 beck et al. projects GmbH. All Rights Reserved.