com.togethersoft.openapi.ide.config
Interface IdeConfigEditorMode
- public interface IdeConfigEditorMode
Defines integer constants used in IdeConfigManager's methods.
- Author:
- TogetherSoft
- Since: Together 3.0
| Field Summary |
final static int | NO_WAIT Updates values of config properties immediately as they change. |
final static int | WAIT Waits util OK button is pressed. |
NO_WAIT
public final static int NO_WAIT
- Updates values of config properties immediately as they change.
WAIT
public final static int WAIT
- Waits util OK button is pressed.