Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.virtuosotechnologies.asaph.maingui

Interface Summary
CommandManager The command manager API exported by the maingui plugin
DatabaseConnector This interface is implemented by plugins that know how to connect to a database identified by a DatabaseIdentifier
DatabaseController An interface for a database connection to use to notify the system of explicit changes to the database attributes.
DatabaseHandler Implement this interface to handle events related to an opened database
DatabaseListener Database change listener
DatabaseManager The song database manager API exported by the maingui plugin
GuiEnvironmentManager A miscellaneous API exported by the maingui plugin
ListUpdateManager The list update manager API exported by the maingui plugin
PaneController Controller for a pane
PaneHandler This interface should be implemented to handle pane-related events
PaneManager The pane manager API exported by the maingui plugin
PrefsPaneProvider This interface should be implemented to implement a prefs pane.
PrefsWindowManager The preferences window manager API exported by the maingui plugin
SelectionListener Selection change listener
SelectionManager The selection manager API exported by the maingui plugin
SongListModel.SizeChangeListener  
 

Class Summary
CommandManager.CommandCategory A category for commands, specifying where in the menus the command will appear, as well as additional behaviors involving appearance and enabling.
CommandManagerImpl Implementation of main menu commands
DatabaseEvent A database has changed state
DatabaseEvent.Type  
DatabaseIdentifier An identifier for a SongDatabase.
DatabaseManagerImpl Manager for the open database list (implementation)
DatabaseSelectionEvent The selection in the database list has changed.
ListsImpl Implementation of the database and song lists.
ListsImpl.HeaderPane  
MainGuiPlugin Implementation of main gui.
MainGuiPrefsPane Prefs pane for the main gui
PaneManagerImpl Implementation of the pane manager
PrefsWindowManagerImpl Implementation of PrefsWindowManager
ResourceAccess Access to resource bundles for com.virtuosotechnologies.asaph.maingui
SearchGui Song list filter gui
SearchGui.ComboBoxItem  
SongListModel ListModel implementation for a song list
SongListModel.ItemComparator Definition of ordering for songs
SongSelectionEvent The selection in the song list has changed.
TitleSortSongComparator Song ordering by title sort
 

Exception Summary
DuplicateConnectorException Connector name already exists