Uses of Interface
com.melloware.jukes.gui.view.node.NavigationNode

Packages that use NavigationNode
com.melloware.jukes.gui.tool   
com.melloware.jukes.gui.view.node   
 

Uses of NavigationNode in com.melloware.jukes.gui.tool
 

Methods in com.melloware.jukes.gui.tool that return NavigationNode
 NavigationNode MainModule.getSelectedNode()
          Gets the selectedNode.
 

Uses of NavigationNode in com.melloware.jukes.gui.view.node
 

Classes in com.melloware.jukes.gui.view.node that implement NavigationNode
 class AbstractTreeNode
          Abstract tree node class that all tree nodes must extend from.
 class ArtistNode
          This class represents ARTISTS in the navigation tree.
 class DiscNode
          This class represents ALBUMS in the navigation tree.
 class RootNode
          Describes the root node in the Jukes navigation tree.
 class TrackNode
          This class represents TRACKS in the navigation tree.
 

Fields in com.melloware.jukes.gui.view.node declared as NavigationNode
protected  NavigationNode AbstractTreeNode.parent
           
 

Constructors in com.melloware.jukes.gui.view.node with parameters of type NavigationNode
AbstractTreeNode(NavigationNode aParent, AbstractJukesObject aModel)
          Constructor that takes the parent node and the domain model to contain.
ArtistNode(NavigationNode aParent, Artist aModel)
          Constructs a ArtistNode for the given parent and artist.
DiscNode(NavigationNode aParent, Disc aModel)
          Constructs a DiscNode for the given parent and disc.
TrackNode(NavigationNode aParent, Track aModel)
          Constructs a TrackNode for the given parent and track.
 



Copyright © 1999-2010 Melloware Inc. All Rights Reserved.