| java.lang.Object org.acm.seguin.completer.ContextMgr
ContextMgr | public class ContextMgr implements EBComponent(Code) | | Description of the Class
author: btateyama@yahoo.com |
SAVE_BEFORE_COMPILE | final static String SAVE_BEFORE_COMPILE(Code) | | |
SYNC_TO_SPEEDJAVA | final static String SYNC_TO_SPEEDJAVA(Code) | | |
findBuildFile | static File findBuildFile(Buffer argBuffer)(Code) | | |
getContext | public static Context getContext(View argView)(Code) | | Gets the context attribute of the ContextMgr class
Parameters: argView - Description of the Parameter The context value |
getContext | public static Context getContext(View argView, boolean argAutoConfig)(Code) | | |
getContext | public static Context getContext(View argView, Buffer argBuffer, boolean argAutoConfig)(Code) | | |
getContext | Context getContext(View argView, File argBuildFile, boolean argAutoConfig)(Code) | | Gets the context attribute of the ContextMgr object
Parameters: argFilePath - Description of the Parameter The context value |
getInstance | public static ContextMgr getInstance()(Code) | | Gets the instance attribute of the ContextMgr class
The instance value |
handleMessage | public void handleMessage(EBMessage argMsg)(Code) | | |
load | void load(File argConfigFile)(Code) | | Load the saved contexts from the configuration file
Parameters: argConfigFile - Description of the Parameter |
makeKey | static String makeKey(int i, String argVal)(Code) | | Description of the Method
Parameters: i - Description of the Parameter Parameters: argVal - Description of the Parameter Description of the Return Value |
save | void save(File argFileConfig)(Code) | | Description of the Method
Parameters: argFileConfig - Description of the Parameter |
saveProperty | static void saveProperty(Properties argProps, String argKeyName, String argValue)(Code) | | Description of the Method
Parameters: argProps - Description of the Parameter Parameters: argKeyName - Description of the Parameter Parameters: argValue - Description of the Parameter |
|
|