| java.lang.Object org.acm.seguin.ide.cafe.CafeSetup
CafeSetup | public class CafeSetup implements Plugin(Code) | | This class sets up the pretty printer and all the associated menu items.
author: Chris Seguin |
destroy | public void destroy()(Code) | | Used to close out this object
|
getPluginInfo | public void getPluginInfo()(Code) | | Gets the PluginInfo attribute of the CafePrettyPrinter object
|
init | public void init()(Code) | | Initializes Visual Cafe settings
|
restore | public void restore(InputStream is, boolean b)(Code) | | Restores the state
Parameters: is - The input stream Parameters: b - a boolean if anything has changed |
save | public void save(OutputStream os, boolean b)(Code) | | Used to save this object
Parameters: os - the output stream Parameters: b - boolean if it needs to be saved |
|
|