Uses of Interface
ARoad0.Gui2.TreeBaseListener

Packages that use TreeBaseListener
ARoad0.Gui2 Provides the classes for displaying the tree frames and the GraphicViews which display the diagrams in the desktop, following the gDMak package requests. 
 

Uses of TreeBaseListener in ARoad0.Gui2
 

Classes in ARoad0.Gui2 that implement TreeBaseListener
 class ACSTreeBaseListenerImpl
          This class is responsible for listening the events fired by one ACSRun - and also the events fired by the ACSRun objects - for updating the unique JTree which is associated to this TreeBaseListener, and which displays the ACSRun objects.
 class ISTreeBaseListenerImpl
          This class is responsible for listening the events fired by BaseManagerImpl for updating the JTree which is associated to this TreeBaseListener, managing the tree of the IS Structure.
 class ViewTreeBaseListenerImpl
          This class manages one tree view in the explorer.
 

Methods in ARoad0.Gui2 with parameters of type TreeBaseListener
static void TreeManager.addTreeBaseListener(TreeBaseListener _listener)
          Adds a listener to the list of baseListeners associated to JTrees in the GUI.