public class DefaultIconLoader extends AbstractIconLoader
| Constructor and Description |
|---|
DefaultIconLoader() |
| Modifier and Type | Method and 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.
|
public ImageIcon getDown()
getDown in class AbstractIconLoaderpublic ImageIcon getUp()
getUp in class AbstractIconLoaderpublic ImageIcon getAdd()
getAdd in class AbstractIconLoaderpublic ImageIcon getRemove()
getRemove in class AbstractIconLoaderpublic ImageIcon getRename()
getRename in class AbstractIconLoaderpublic ImageIcon getCopy()
getCopy in class AbstractIconLoaderpublic ImageIcon getPaste()
getPaste in class AbstractIconLoaderCopyright © 2016. All rights reserved.