Uses of Interface
com.melloware.jukes.gui.view.editor.Editor

Packages that use Editor
com.melloware.jukes.gui.view.editor   
 

Uses of Editor in com.melloware.jukes.gui.view.editor
 

Classes in com.melloware.jukes.gui.view.editor that implement Editor
 class AbstractEditor
          The abstract superclass of all Editor implementations.
 class ArtistEditor
          An implementation of Editor that displays a Artist.
 class DiscEditor
          An implementation of Editor that displays a Disc.
 class EmptyPanel
          An empty panel to display when no node is selected.
 class TrackEditor
          An implementation of Editor that displays a Track.
 class WelcomePanel
          This panel is displayed after a successful application startup to welcome the user.
 

Methods in com.melloware.jukes.gui.view.editor with parameters of type Editor
 void EditorPanel.addEditor(Editor editor)
          Adds a Editor to this EditorPanel.
 void EditorPanel.setActiveEditor(Editor newEditor)
          Shows the specified Editor: sets the icon, title, tool bar, and finally switches the viewport's view.
 



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