Uses of Class
org.tbee.swing.JTabbedPane.LoadOnDemand

Packages that use JTabbedPane.LoadOnDemand
org.tbee.swing   
org.tbee.swing.jpa   
 

Uses of JTabbedPane.LoadOnDemand in org.tbee.swing
 

Methods in org.tbee.swing with parameters of type JTabbedPane.LoadOnDemand
 void JTabbedPane.add(java.awt.Component component, java.lang.Object constraints, JTabbedPane.LoadOnDemand<T> loadOnDemand)
           
protected  java.lang.Object JTabbedPane.loadSelectedTab(JTabbedPane.LoadOnDemand<T> loadOnDemand, T loadOnDemandObject)
          This method is here so the JPA version of JTabbedPane has a hook
protected  void JTabbedPane.loadSelectedTab(JTabbedPane.LoadOnDemand<T> loadOnDemand, T loadOnDemandObject, long jobId, int selectedIndex, java.awt.Component selectedComponent)
          This method is here so the JPA version of JTabbedPane has a hook
 

Uses of JTabbedPane.LoadOnDemand in org.tbee.swing.jpa
 

Methods in org.tbee.swing.jpa with parameters of type JTabbedPane.LoadOnDemand
protected  java.lang.Object JTabbedPane.loadSelectedTab(JTabbedPane.LoadOnDemand<T> loadOnDemand, T loadOnDemandObject)
          Inside the Foxtrot thread
protected  void JTabbedPane.loadSelectedTab(JTabbedPane.LoadOnDemand<T> loadOnDemand, T loadOnDemandObject, long jobId, int selectedIndex, java.awt.Component selectedComponent)
          Before entering the Foxtrot threat
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.