|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rubato.base.AbstractRubette
org.rubato.rubettes.bigbang.BigBangRubette
public class BigBangRubette
Field Summary | |
---|---|
static boolean |
IS_MULTITOUCH
|
static java.lang.String |
STANDARD_FORM_NAME
|
Constructor Summary | |
---|---|
BigBangRubette()
Creates a basic BigBangRubette. |
Method Summary | |
---|---|
Rubette |
duplicate()
Creates a duplicate from this rubette instance. |
Rubette |
fromXML(XMLReader reader,
org.w3c.dom.Element element)
Creates a rubette from an XML description starting with element . |
java.lang.String |
getGroup()
Returns the fact that BigBangRubette belongs to the core rubettes |
java.lang.String |
getName()
Returns the name of the rubette. |
javax.swing.JComponent |
getView()
Returns the Swing component for the view. |
boolean |
hasView()
Returns true iff this Rubette has a view. |
void |
run(RunInfo runInfo)
Runs the Rubette. |
void |
toXML(XMLWriter writer)
Writes an XML description of this rubette. |
Methods inherited from class org.rubato.base.AbstractRubette |
---|
addError, addError, applyProperties, clearErrors, getErrors, getIcon, getInCount, getInfo, getInput, getInTip, getLongDescription, getModel, getOutCount, getOutput, getOutTip, getProperties, getShortDescription, hasErrors, hasInfo, hasProperties, init, newInstance, revertProperties, setInCount, setModel, setOutCount, setOutput, updateView |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean IS_MULTITOUCH
public static final java.lang.String STANDARD_FORM_NAME
Constructor Detail |
---|
public BigBangRubette()
Method Detail |
---|
public Rubette duplicate()
AbstractRubette
duplicate
in interface Rubette
duplicate
in class AbstractRubette
public java.lang.String getName()
AbstractRubette
getName
in interface Rubette
getName
in class AbstractRubette
public java.lang.String getGroup()
getGroup
in interface Rubette
getGroup
in class AbstractRubette
public void run(RunInfo runInfo)
AbstractRubette
run
in interface Rubette
run
in class AbstractRubette
runInfo
- contains information about the Runner that executes
the networkpublic boolean hasView()
AbstractRubette
hasView
in interface Rubette
hasView
in class AbstractRubette
public javax.swing.JComponent getView()
AbstractRubette
getView
in interface Rubette
getView
in class AbstractRubette
public void toXML(XMLWriter writer)
AbstractRubette
toXML
in interface Rubette
toXML
in class AbstractRubette
public Rubette fromXML(XMLReader reader, org.w3c.dom.Element element)
AbstractRubette
element
.
fromXML
in interface Rubette
fromXML
in class AbstractRubette
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |