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(Component component, Object constraints, JTabbedPane.LoadOnDemand<T> loadOnDemand)
           
protected  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, 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  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, Component selectedComponent)
          Before entering the Foxtrot threat
 



Copyright © 2012 KnowledgePlaza. All Rights Reserved.