Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.gui4j.core.Gui4jComponentInstance

Uses of Gui4jComponentInstance in org.gui4j.core
 

Fields in org.gui4j.core declared as Gui4jComponentInstance
 Gui4jComponentInstance Gui4jThreadManager.WorkPackage.mActionHandler
           
private  Gui4jComponentInstance Gui4jThreadManager.WorkerThread.mActionHandler
           
private  Gui4jComponentInstance Gui4jSwingContainer.Gui4jComponentInstanceProperty.mGui4jComponentInstance
           
protected  Gui4jComponentInstance Gui4jMouseListener.mGui4jComponentInstance
           
 

Methods in org.gui4j.core that return Gui4jComponentInstance
 Gui4jComponentInstance Gui4jSwingContainer.getGui4jComponentInstance(Gui4jComponentPath context, Gui4jQualifiedComponent path)
           
 Gui4jComponentInstance Gui4jSwingContainer.getGui4jComponentInstance(Gui4jQualifiedComponent gui4jComponentInPath)
           
 Gui4jComponentInstance Gui4jSwingContainer.getGui4jComponentInstance(java.lang.String id)
           
 Gui4jComponentInstance Gui4jComponentInstance.getGui4jComponentInstance(Gui4jQualifiedComponent path)
          Convenience method.
 Gui4jComponentInstance Gui4jComponentArg.createGui4jComponentInstance(Gui4jSwingContainer gui4jSwingContainer, org.gui4j.Gui4jCallBase gui4jCallBase, Gui4jQualifiedComponent gui4jComponentInPath)
           
 Gui4jComponentInstance Gui4jComponent.createGui4jComponentInstance(Gui4jSwingContainer gui4jSwingContainer, org.gui4j.Gui4jCallBase gui4jCallBase, Gui4jQualifiedComponent gui4jComponentInPath)
          is called to create an instance of Gui4jComponentInstance
 Gui4jComponentInstance Gui4jAbstractComponent.createGui4jComponentInstance(Gui4jSwingContainer gui4jSwingContainer, org.gui4j.Gui4jCallBase gui4jCallBase, Gui4jQualifiedComponent gui4jComponentInPath)
           
protected abstract  Gui4jComponentInstance Gui4jAbstractComponent.createComponentInstance(Gui4jSwingContainer gui4jSwingContainer, org.gui4j.Gui4jCallBase gui4jCallBase, Gui4jQualifiedComponent gui4jComponentInPath)
          Method createComponentInstance
 

Methods in org.gui4j.core with parameters of type Gui4jComponentInstance
 void Gui4jThreadManager.performWork(org.gui4j.Gui4jCallBase gui4jController, org.gui4j.Gui4jGetValue[] work, java.util.Map paramMap, Gui4jComponentInstance actionHandler)
           
 void Gui4jThreadManager.performPriorityWork(org.gui4j.Gui4jCallBase gui4jController, org.gui4j.Gui4jGetValue[] work, java.util.Map paramMap, Gui4jComponentInstance actionHandler)
           
 void Gui4jThreadManager.performWork(org.gui4j.Gui4jCallBase gui4jController, org.gui4j.Gui4jGetValue[] work, java.util.Map paramMap, Gui4jComponentInstance actionHandler, boolean forceExecutionInCurrentThread)
          Performs the given work.
 void Gui4jThreadManager.performPriorityWork(org.gui4j.Gui4jCallBase gui4jController, org.gui4j.Gui4jGetValue[] work, java.util.Map paramMap, Gui4jComponentInstance actionHandler, boolean forceExecutionInCurrentThread)
          Performs the given work.
private  void Gui4jThreadManager.performWork(org.gui4j.Gui4jCallBase gui4jController, org.gui4j.Gui4jGetValue[] work, java.util.Map paramMap, Gui4jComponentInstance actionHandler, boolean forceExecutionInCurrentThread, boolean isHighPriorityThread)
          Performs the given work.
protected  Gui4jThreadManager.WorkerThread Gui4jThreadManager.getWorkerThread(org.gui4j.Gui4jCallBase gui4jController, org.gui4j.Gui4jGetValue[] work, java.util.Map paramMap, Gui4jComponentInstance actionHandler, Gui4jThreadManager.InvokerCallStack callStack, boolean isHighPriorityThread)
           
protected  void Gui4jThreadManager.WorkerThread.handleWork(org.gui4j.Gui4jCallBase gui4jController, org.gui4j.Gui4jGetValue[] work, java.util.Map paramMap, Gui4jComponentInstance actionHandler, Gui4jThreadManager.InvokerCallStack callStack, boolean isHighPriorityThread)
           
private  void Gui4jSwingContainer.addGui4jComponentInstance(Gui4jComponentInstance gui4jComponentInstance)
           
 void Gui4jSwingContainer.Gui4jComponentContainerIncludeInstance.add(Gui4jComponentInstance gui4jComponentInstance)
           
 void Gui4jComponentPropertySetter.apply(Gui4jComponentInstance gui4jComponentInstance, java.lang.Object sourceClass, org.gui4j.Gui4jCallBase gui4jController, boolean handleThreads)
           
 void Gui4jComponentPropertySetter.apply(Gui4jComponentInstance gui4jComponentInstance, org.gui4j.Gui4jCallBase gui4jController, boolean handleThreads)
           
 void Gui4jComponentPropertyGetter.apply(Gui4jComponentInstance gui4jComponentInstance, java.lang.Object sourceClass, org.gui4j.Gui4jCallBase gui4jController, boolean handleThreads)
           
 void Gui4jComponentPropertyGetter.apply(Gui4jComponentInstance gui4jComponentInstance, org.gui4j.Gui4jCallBase gui4jController, boolean handleThreads)
           
 void Gui4jComponentProperty.apply(Gui4jComponentInstance gui4jComponentInstance, java.lang.Object sourceClass, org.gui4j.Gui4jCallBase gui4jController, boolean handleThreads)
           
 void Gui4jComponentProperty.apply(Gui4jComponentInstance gui4jComponentInstance, org.gui4j.Gui4jCallBase gui4jController, boolean handleThreads)
           
 void Gui4jComponentArg.refreshComponent(Gui4jComponentInstance gui4jComponentInstance)
           
 void Gui4jComponentArg.dispose(Gui4jComponentInstance gui4jComponentInstance)
           
 void Gui4jComponentArg.showPopupMenu(Gui4jComponentInstance mGui4jComponentInstance, java.awt.event.MouseEvent mouseEvent)
           
 void Gui4jComponentArg.handleException(Gui4jComponentInstance gui4jComponentInstance, java.lang.Throwable t)
           
 void Gui4jComponentArg.handleSuccess(Gui4jComponentInstance gui4jComponentInstance)
           
 void Gui4jComponent.refreshComponent(Gui4jComponentInstance gui4jComponentInstance)
          Aktualisiert die Komponente.
 void Gui4jComponent.dispose(Gui4jComponentInstance gui4jComponentInstance)
          Gibt Speicher frei in Verbindung zu der angegebenen Instanz
 void Gui4jComponent.showPopupMenu(Gui4jComponentInstance gui4jComponentInstance, java.awt.event.MouseEvent mouseEvent)
          Zeigt das PopUp Menü an der Komponente an (falls eines definiert ist).
 void Gui4jComponent.handleSuccess(Gui4jComponentInstance gui4jComponentInstance)
          Wird aufgerufen, wenn ein Setter ohne Exception ausgeführt wurde.
 void Gui4jComponent.handleException(Gui4jComponentInstance gui4jComponentInstance, java.lang.Throwable t)
          Wird aufgerufen, wenn ein Setter mit Exception ausgeführt wurde.
protected  void Gui4jAbstractComponent.setProperties(Gui4jComponentInstance gui4jComponentInstance)
          Initializes attributes for the generated swing instance
private  void Gui4jAbstractComponent.extendActionMap(Gui4jComponentInstance gui4jComponentInstance)
           
private  Gui4jMouseListener Gui4jAbstractComponent.initMouseListener(Gui4jComponentInstance gui4jComponentInstance, Gui4jMouseListener listener)
          Method initMouseListener
protected  Gui4jMouseListener Gui4jAbstractComponent.createMouseListener(Gui4jComponentInstance gui4jComponentInstance)
          Method createMouseListener
protected  void Gui4jAbstractComponent.applyInitialProperties(Gui4jComponentInstance gui4jComponentInstance, org.gui4j.Gui4jCallBase gui4jController)
          Method applyInitialProperties
 void Gui4jAbstractComponent.setEnabled(Gui4jComponentInstance gui4jComponentInstance, boolean enabled)
          Sets the enabled.
 void Gui4jAbstractComponent.refreshComponent(Gui4jComponentInstance gui4jComponentInstance)
           
 void Gui4jAbstractComponent.dispose(Gui4jComponentInstance gui4jComponentInstance)
           
protected  java.lang.Object Gui4jAbstractComponent.getPopupContext(Gui4jComponentInstance gui4jComponentInstance, java.awt.event.MouseEvent mouseEvent)
          Gui4jComponents should override this method if they want to supply a context object to its popup menu.
protected  java.awt.Point Gui4jAbstractComponent.getPopupLocation(Gui4jComponentInstance gui4jComponentInstance, java.awt.event.MouseEvent mouseEvent, java.lang.Object context)
          Defines location of popup menu.
 void Gui4jAbstractComponent.handleSuccess(Gui4jComponentInstance gui4jComponentInstance)
           
 void Gui4jAbstractComponent.handleException(Gui4jComponentInstance gui4jComponentInstance, java.lang.Throwable t)
           
 

Constructors in org.gui4j.core with parameters of type Gui4jComponentInstance
Gui4jThreadManager.WorkPackage(org.gui4j.Gui4jCallBase gui4jController, org.gui4j.Gui4jGetValue[] work, java.util.Map paramMap, Gui4jComponentInstance actionHandler, Gui4jThreadManager.InvokerCallStack callStack, boolean isHighPriorityThread)
           
Gui4jSwingContainer.Gui4jComponentInstanceProperty(Gui4jComponentInstance gui4jComponentInstance, Gui4jComponentProperty gui4jComponentProperty)
           
Gui4jMouseListener(Gui4jComponentInstance gui4jComponentInstance)
          Constructor for Gui4jMouseListener.