fr.ove.openmath.jome.model
Class Liste

java.lang.Object
  extended byfr.ove.openmath.jome.model.Node
      extended byfr.ove.openmath.jome.model.FormulaTreeStructure
          extended byfr.ove.openmath.jome.model.Operator
              extended byfr.ove.openmath.jome.model.NaryOperator2
                  extended byfr.ove.openmath.jome.model.Liste
All Implemented Interfaces:
java.lang.Cloneable, Comparable, ControlListener, java.util.EventListener, Iconifiable, Maskable, Modifiable, java.io.Serializable

public class Liste
extends NaryOperator2

Version:
2.0 28/06/1999
Author:
© 1999 DIRAT Laurent
See Also:
Serialized Form

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.FormulaTreeStructure
addModelListener, consumeControlEvent, findLocation, fireModelEvent, getAreOperandsMovable, getAsOperandPriority, getAsOperatorPriority, getCrossRef, getIconName, getListeners, getResourceIdentifier, goTo, iconify, isEqual, isGreater, isGreaterOrEqual, isIcon, isIconifiable, isLesser, isLesserOrEqual, isTemplate, moveOperands, removeAllModelListener, removeModelListener, setAreOperandsMovable, setAsOperandPriority, setAsOperatorPriority, setCrossRef, setIconName, setIsIconifiable, setIsTemplate, setIsVisble, setResourceIdentifier, uniconify, uniconifyAll
 
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

Liste

public Liste()
The Constructor.

Method Detail

isVisible

public boolean isVisible()
Returns true if the curly brackets around the elements have to be displayed. false otherwise.

Specified by:
isVisible in interface Maskable
Overrides:
isVisible in class FormulaTreeStructure

setIsVisible

public void setIsVisible(boolean isVisible)
Sets if the curly brackets around the elements have to be displayed.

Parameters:
isVisible - true if we want it. false otherwise.

isVertical

public boolean isVertical()
Returns true if the list is displayed vertically. false otherwise.


setIsVertical

public void setIsVertical(boolean isVertical)
Sets if the list is displayed vertically.

Parameters:
isVertical - true if we want it. false otherwise.


Copyright © 1999-2007 Universit?© de Nice Sophia-Antipolis, I3S, Ove SARL, DFKI and Universit?§t des Saarlandes. All Rights Reserved.