common
Interface StaticValues

All Known Implementing Classes:
CommonTreeCellRenderer, ShareManager

public interface StaticValues


Field Summary
static short DOWNLOADABLE_FILE
           
static short NOT_ACCESSIBLE_FILE
           
static short NOT_ROOT_FILE
           
static short PATH_FILE
           
static short ROOT_FILE
           
static short VISIBLE_FILE
           
 

Field Detail

NOT_ACCESSIBLE_FILE

static final short NOT_ACCESSIBLE_FILE
See Also:
Constant Field Values

VISIBLE_FILE

static final short VISIBLE_FILE
See Also:
Constant Field Values

DOWNLOADABLE_FILE

static final short DOWNLOADABLE_FILE
See Also:
Constant Field Values

PATH_FILE

static final short PATH_FILE
See Also:
Constant Field Values

ROOT_FILE

static final short ROOT_FILE
See Also:
Constant Field Values

NOT_ROOT_FILE

static final short NOT_ROOT_FILE
See Also:
Constant Field Values