RSE
Release 3.4

org.eclipse.rse.ui.widgets
Interface ISystemEditPaneStates


public interface ISystemEditPaneStates


Field Summary
static int MODE_EDIT
          MODE - EDIT.
static int MODE_NEW
          MODE - NEW.
static int MODE_UNSET
          MODE - UNSET.
static int STATE_APPLIED
          STATE - CHANGES MADE.
static int STATE_INITIAL
          STATE - NO CHANGES.
static int STATE_PENDING
          STATE - CHANGES PENDING.
 

Field Detail

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

RSE
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.