|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.ide.cafe.CafeSetup
public class CafeSetup
This class sets up the pretty printer and all the associated menu items.
Constructor Summary | |
---|---|
CafeSetup()
|
Method Summary | |
---|---|
void |
destroy()
Used to close out this object |
void |
getPluginInfo()
Gets the PluginInfo attribute of the CafePrettyPrinter object |
void |
init()
Initializes Visual Cafe settings |
void |
restore(java.io.InputStream is,
boolean b)
Restores the state |
void |
save(java.io.OutputStream os,
boolean b)
Used to save this object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CafeSetup()
Method Detail |
---|
public void getPluginInfo()
public void destroy()
public void init()
public void restore(java.io.InputStream is, boolean b)
is
- The input streamb
- a boolean if anything has changedpublic void save(java.io.OutputStream os, boolean b)
os
- the output streamb
- boolean if it needs to be saved
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |