Uses of Interface
diagapplet.utils.FastListPanelInterface

Packages that use FastListPanelInterface
diagapplet.CodeGen   
diagapplet.utils   
 

Uses of FastListPanelInterface in diagapplet.CodeGen
 

Methods in diagapplet.CodeGen that return FastListPanelInterface
 FastListPanelInterface CodeGenCommon.get_ClassList()
           
 FastListPanelInterface CodeGenCommonInterface.get_ClassList()
          Get the ClassList property.
 FastListPanelInterface CodeGenCommon.get_m_modulesList()
           
 FastListPanelInterface CodeGenCommonInterface.get_m_modulesList()
          Get the ModulesList property.
 FastListPanelInterface CodeGenCommon.get_serversList()
           
 

Methods in diagapplet.CodeGen with parameters of type FastListPanelInterface
 void CodeGenCommon.AddAlphabatizedItem(FastListPanelInterface lst, java.lang.String item, boolean select_it)
           
 void CodeGenCommon.MakeListGeneric(FastListPanelInterface lst)
           
 void CodeGen.set_ClassList(FastListPanelInterface flp)
          Set the ClassList.
 void CodeGenCommon.set_ClassList(FastListPanelInterface flp)
           
 void CodeGenCommonInterface.set_ClassList(FastListPanelInterface flp)
          Set the ClassList property.
 void CodeGenCommon.set_m_modulesList(FastListPanelInterface lst)
           
 void CodeGenCommonInterface.set_m_modulesList(FastListPanelInterface lst)
          Set the ModulesList property.
 void CodeGenCommon.set_serversList(FastListPanelInterface lst)
           
 

Uses of FastListPanelInterface in diagapplet.utils
 

Classes in diagapplet.utils that implement FastListPanelInterface
 class FakeFastListPanel
          Tracks the same data as FastListPane without any actual display.
 class FastListPanel
          AWT Panel that was used as replacement for AWT List as it could be updated faster than the older AWT List implementation.
 class JListFastListPanel
          Swing version of FastListPanel