|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.ide.elixir.PrettyPrinterExtension
org.acm.seguin.ide.elixir.RefactoryExtension
public class RefactoryExtension
Refactory extension loads the refactory tool into memory
Constructor Summary | |
---|---|
RefactoryExtension()
|
Method Summary | |
---|---|
boolean |
destroy()
Removes the extension mechanism |
java.lang.String |
getCardName()
Gets the CardName attribute of the Refactory |
java.lang.String |
getName()
Gets the Name attribute of the Refactory extension |
boolean |
init(java.lang.String[] args)
Initializes the extension |
void |
update(Message msg)
Listener for GUI change events |
void |
veto(Message msg)
Opportunity to veto a message |
Methods inherited from class org.acm.seguin.ide.elixir.PrettyPrinterExtension |
---|
getReleaseNo, getVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RefactoryExtension()
Method Detail |
---|
public java.lang.String getCardName()
getCardName
in class PrettyPrinterExtension
public java.lang.String getName()
getName
in class PrettyPrinterExtension
public boolean destroy()
destroy
in class PrettyPrinterExtension
public boolean init(java.lang.String[] args)
init
in class PrettyPrinterExtension
args
- the arguments
public void update(Message msg)
msg
- the messagepublic void veto(Message msg)
msg
- the message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |