|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfr.ove.openmath.jome.model.Node
fr.ove.openmath.jome.model.FormulaTreeStructure
fr.ove.openmath.jome.model.Operator
fr.ove.openmath.jome.model.NaryOperator2
fr.ove.openmath.jome.model.Liste
| Constructor Summary | |
Liste()
The Constructor. |
|
| Method Summary | |
boolean |
isVertical()
Returns true if the list is displayed vertically.
|
boolean |
isVisible()
Returns true if the curly brackets around the elements have to be displayed.
|
void |
setIsVertical(boolean isVertical)
Sets if the list is displayed vertically. |
void |
setIsVisible(boolean isVisible)
Sets if the curly brackets around the elements have to be displayed. |
| Methods inherited from class fr.ove.openmath.jome.model.NaryOperator2 |
addElement, createLinear, evaluate, getEnding, insert, setEnding |
| Methods inherited from class fr.ove.openmath.jome.model.Operator |
getTheOperator, getValue, isOperator, setTheOperator, setValue |
| Methods inherited from class fr.ove.openmath.jome.model.Node |
addChild, addChild, clone, computeDepth, computeNbStrahler, duplicate, getChild, getChildren, getDepth, getFather, getNbChildren, getNbStrahler, getRank, hasChild, moveChildren, removeAll, removeChild, removeChild, setFather, setNbStrahler |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Liste()
| Method Detail |
public boolean isVisible()
true if the curly brackets around the elements have to be displayed.
false otherwise.
isVisible in interface MaskableisVisible in class FormulaTreeStructurepublic void setIsVisible(boolean isVisible)
isVisible - true if we want it. false otherwise.public boolean isVertical()
true if the list is displayed vertically.
false otherwise.
public void setIsVertical(boolean isVertical)
isVertical - true if we want it. false otherwise.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||