Uses of Interface
diagapplet.utils.URLLoadInfoPanelInterface

Packages that use URLLoadInfoPanelInterface
diagapplet   
diagapplet.CodeGen   
diagapplet.utils   
 

Uses of URLLoadInfoPanelInterface in diagapplet
 

Methods in diagapplet with parameters of type URLLoadInfoPanelInterface
 void HierarchyPanel.FindAllParents(java.util.Hashtable modulesHashTable, URLLoadInfoPanelInterface loadingPanel)
           
 

Uses of URLLoadInfoPanelInterface in diagapplet.CodeGen
 

Fields in diagapplet.CodeGen declared as URLLoadInfoPanelInterface
 URLLoadInfoPanelInterface ModuleInfo.m_loadingPanel
           
 

Methods in diagapplet.CodeGen that return URLLoadInfoPanelInterface
 URLLoadInfoPanelInterface CodeGenCommon.get_m_loadingPanel()
           
 

Methods in diagapplet.CodeGen with parameters of type URLLoadInfoPanelInterface
 void CodeGen.set_m_loadingPanel(URLLoadInfoPanelInterface lp)
          Set the loadingPanel.
 void CodeGenCommon.set_m_loadingPanel(URLLoadInfoPanelInterface lp)
           
 

Uses of URLLoadInfoPanelInterface in diagapplet.utils
 

Classes in diagapplet.utils that implement URLLoadInfoPanelInterface
 class URLLoadInfoJPanel
          Swing JPanel used for displaying progress while loading a URL/File.
 class URLLoadInfoPanel
          AWT Panel for displaying progress while loading a URL.
 

Methods in diagapplet.utils that return URLLoadInfoPanelInterface
 URLLoadInfoPanelInterface URlLoadInfoFrame.get_uRLLoadInfoPanel()