Package adams.gui.chooser
Class FileChooserBookmarksPanel.FileChooserBookmarksIconLoader
- java.lang.Object
-
- com.googlecode.jfilechooserbookmarks.AbstractIconLoader
-
- adams.gui.chooser.FileChooserBookmarksPanel.FileChooserBookmarksIconLoader
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FileChooserBookmarksPanel
public static class FileChooserBookmarksPanel.FileChooserBookmarksIconLoader extends com.googlecode.jfilechooserbookmarks.AbstractIconLoaderADAMS-specific icon loader.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileChooserBookmarksIconLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageIcongetAdd()Returns the "add" icon.ImageIcongetCopy()Returns the "copy" icon.ImageIcongetDown()Returns the "down" icon.ImageIcongetPaste()Returns the "paste" icon.ImageIcongetRemove()Returns the "remove" icon.ImageIcongetRename()Returns the "rename" icon.ImageIcongetUp()Returns the "up" icon.
-
-
-
Method Detail
-
getDown
public ImageIcon getDown()
Returns the "down" icon.- Specified by:
getDownin classcom.googlecode.jfilechooserbookmarks.AbstractIconLoader- Returns:
- the icon
-
getUp
public ImageIcon getUp()
Returns the "up" icon.- Specified by:
getUpin classcom.googlecode.jfilechooserbookmarks.AbstractIconLoader- Returns:
- the icon
-
getAdd
public ImageIcon getAdd()
Returns the "add" icon.- Specified by:
getAddin classcom.googlecode.jfilechooserbookmarks.AbstractIconLoader- Returns:
- the icon
-
getRemove
public ImageIcon getRemove()
Returns the "remove" icon.- Specified by:
getRemovein classcom.googlecode.jfilechooserbookmarks.AbstractIconLoader- Returns:
- the icon
-
getRename
public ImageIcon getRename()
Returns the "rename" icon.- Specified by:
getRenamein classcom.googlecode.jfilechooserbookmarks.AbstractIconLoader- Returns:
- the icon
-
getCopy
public ImageIcon getCopy()
Returns the "copy" icon.- Specified by:
getCopyin classcom.googlecode.jfilechooserbookmarks.AbstractIconLoader- Returns:
- the icon
-
getPaste
public ImageIcon getPaste()
Returns the "paste" icon.- Specified by:
getPastein classcom.googlecode.jfilechooserbookmarks.AbstractIconLoader- Returns:
- the icon
-
-