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.AbstractIconLoader
ADAMS-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 ImageIcon
getAdd()
Returns the "add" icon.ImageIcon
getCopy()
Returns the "copy" icon.ImageIcon
getDown()
Returns the "down" icon.ImageIcon
getPaste()
Returns the "paste" icon.ImageIcon
getRemove()
Returns the "remove" icon.ImageIcon
getRename()
Returns the "rename" icon.ImageIcon
getUp()
Returns the "up" icon.
-
-
-
Method Detail
-
getDown
public ImageIcon getDown()
Returns the "down" icon.- Specified by:
getDown
in classcom.googlecode.jfilechooserbookmarks.AbstractIconLoader
- Returns:
- the icon
-
getUp
public ImageIcon getUp()
Returns the "up" icon.- Specified by:
getUp
in classcom.googlecode.jfilechooserbookmarks.AbstractIconLoader
- Returns:
- the icon
-
getAdd
public ImageIcon getAdd()
Returns the "add" icon.- Specified by:
getAdd
in classcom.googlecode.jfilechooserbookmarks.AbstractIconLoader
- Returns:
- the icon
-
getRemove
public ImageIcon getRemove()
Returns the "remove" icon.- Specified by:
getRemove
in classcom.googlecode.jfilechooserbookmarks.AbstractIconLoader
- Returns:
- the icon
-
getRename
public ImageIcon getRename()
Returns the "rename" icon.- Specified by:
getRename
in classcom.googlecode.jfilechooserbookmarks.AbstractIconLoader
- Returns:
- the icon
-
getCopy
public ImageIcon getCopy()
Returns the "copy" icon.- Specified by:
getCopy
in classcom.googlecode.jfilechooserbookmarks.AbstractIconLoader
- Returns:
- the icon
-
getPaste
public ImageIcon getPaste()
Returns the "paste" icon.- Specified by:
getPaste
in classcom.googlecode.jfilechooserbookmarks.AbstractIconLoader
- Returns:
- the icon
-
-