Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.widgets
Interface ISystemEditPaneStates

All Known Implementing Classes:
SystemEditPaneStateMachine

public interface ISystemEditPaneStates


Field Summary
static String copyright
           
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

copyright

public static final String copyright
See Also:
Constant Field Values

MODE_UNSET

public static final int MODE_UNSET
MODE - UNSET. Nothing is selected so overall edit pane is hidden/disabled

See Also:
Constant Field Values

MODE_NEW

public static final int MODE_NEW
MODE - NEW. The user is creating a "new" thing

See Also:
Constant Field Values

MODE_EDIT

public static final int MODE_EDIT
MODE - EDIT. The user is editing an existing thing

See Also:
Constant Field Values

STATE_INITIAL

public static final int STATE_INITIAL
STATE - NO CHANGES. No changes have been made by the user

See Also:
Constant Field Values

STATE_PENDING

public 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

public static final int STATE_APPLIED
STATE - CHANGES MADE. User has made changes and applied them. None pending

See Also:
Constant Field Values

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.