public abstract class AbstractIconLoader extends Object implements Serializable
| Constructor and Description |
|---|
AbstractIconLoader() |
| Modifier and Type | Method and Description |
|---|---|
abstract ImageIcon |
getAdd()
Returns the "add" icon.
|
abstract ImageIcon |
getCopy()
Returns the "copy" icon.
|
abstract ImageIcon |
getDown()
Returns the "down" icon.
|
abstract ImageIcon |
getPaste()
Returns the "paste" icon.
|
abstract ImageIcon |
getRemove()
Returns the "remove" icon.
|
abstract ImageIcon |
getRename()
Returns the "rename" icon.
|
abstract ImageIcon |
getUp()
Returns the "up" icon.
|
public abstract ImageIcon getDown()
public abstract ImageIcon getUp()
public abstract ImageIcon getAdd()
public abstract ImageIcon getRemove()
public abstract ImageIcon getRename()
public abstract ImageIcon getCopy()
public abstract ImageIcon getPaste()
Copyright © 2016. All rights reserved.