public interface IRemoteUIConstants
Constants use by UI operations.
-
Field Summary 
Fields
static final int
A constant indicating that no bits are set.
static final int
A constant used to indicate a dialog used for opening files.
static final int
A constant used to indicate a dialog should be used for saving files.
-
Field Details 
-
NONE 
static final int NONE
A constant indicating that no bits are set.
- See Also:
-
-
OPEN 
static final int OPEN
A constant used to indicate a dialog used for opening files.
- See Also:
-
-
SAVE 
static final int SAVE
A constant used to indicate a dialog should be used for saving files.
- See Also:
-