org.rococoa.cocoa.osakit
Interface OSAKitLibrary.OSAStorageOptions

Enclosing interface:
OSAKitLibrary

public static interface OSAKitLibrary.OSAStorageOptions


Field Summary
static int OSACompileIntoContext
           
static int OSANull
           
static int OSAPreventGetSource
           
static int OSAShowStartupScreen
           
static int OSAStayOpenApplet
           
 

Field Detail

OSANull

static final int OSANull
See Also:
Constant Field Values

OSAPreventGetSource

static final int OSAPreventGetSource
See Also:
Constant Field Values

OSACompileIntoContext

static final int OSACompileIntoContext
See Also:
Constant Field Values

OSAStayOpenApplet

static final int OSAStayOpenApplet
See Also:
Constant Field Values

OSAShowStartupScreen

static final int OSAShowStartupScreen
See Also:
Constant Field Values