org.eclipse.rse.ui.widgets
Interface ISystemEditPaneStates
-
public interface ISystemEditPaneStates
MODE_UNSET
static final int MODE_UNSET
- MODE - UNSET. Nothing is selected so overall edit pane is hidden/disabled
-
See Also:
-
Constant Field Values
MODE_NEW
static final int MODE_NEW
- MODE - NEW. The user is creating a "new" thing
-
See Also:
-
Constant Field Values
MODE_EDIT
static final int MODE_EDIT
- MODE - EDIT. The user is editing an existing thing
-
See Also:
-
Constant Field Values
STATE_INITIAL
static final int STATE_INITIAL
- STATE - NO CHANGES. No changes have been made by the user
-
See Also:
-
Constant Field Values
STATE_PENDING
static final int STATE_PENDING
- STATE - CHANGES PENDING. User has made changes but they haven't been applied yet
-
See Also:
-
Constant Field Values
STATE_APPLIED
static final int STATE_APPLIED
- STATE - CHANGES MADE. User has made changes and applied them. None pending
-
See Also:
-
Constant Field Values
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.