Uses of Interface
se.datadosen.jalbum.EditPanel

Packages that use EditPanel
se.datadosen.explorer   
se.datadosen.jalbum   
 

Uses of EditPanel in se.datadosen.explorer
 

Classes in se.datadosen.explorer that implement EditPanel
 class JEditPanel
          Main panel for AlbumObject editing
 

Uses of EditPanel in se.datadosen.jalbum
 

Fields in se.datadosen.jalbum declared as EditPanel
protected  EditPanel JCustomPanel.editPanel
           
 

Methods in se.datadosen.jalbum that return EditPanel
 EditPanel PluginContext.getEditPanel()
          Get a reference to jAlbum's edit panel The edit panel allows plugin writers to add custom tabs to the lower right section of its user interface (Visible when switching the edit panel to advanced mode).