net.refractions.udig.style.ui
Interface ImageConstants


public interface ImageConstants


Field Summary
static java.lang.String APPLY_STYLE
          apply style icon
static java.lang.String CANCEL_STYLE
          cancel style icon
static java.lang.String PATH_DLOCALTOOL
          Disabled local toolbar icons
static java.lang.String PATH_ELOCALTOOL
          Enabled local toolbar icons.
 

Field Detail

PATH_ELOCALTOOL

static final java.lang.String PATH_ELOCALTOOL
Enabled local toolbar icons.

See Also:
Constant Field Values

APPLY_STYLE

static final java.lang.String APPLY_STYLE
apply style icon

See Also:
Constant Field Values

CANCEL_STYLE

static final java.lang.String CANCEL_STYLE
cancel style icon

See Also:
Constant Field Values

PATH_DLOCALTOOL

static final java.lang.String PATH_DLOCALTOOL
Disabled local toolbar icons

See Also:
Constant Field Values