|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfr.ove.openmath.jome.ctrlview.bidim.DisplayLayout
fr.ove.openmath.jome.ctrlview.bidim.HorizontalLayout
fr.ove.openmath.jome.ctrlview.bidim.MapsToSigmaLayout
A layout manager that lays components to place them as the different elements like the operator
sum does.
The different elements are contained in the display in the following order :
| Field Summary |
| Fields inherited from class fr.ove.openmath.jome.ctrlview.bidim.DisplayLayout |
displayToLay |
| Constructor Summary | |
MapsToSigmaLayout()
|
|
| Method Summary | |
java.awt.Dimension |
computeAttributes()
Computes the size of the display according to its children size (if any), and its different attributes. |
void |
initDisplay(Display displayToLay)
According to the operator, the layout manager has to add some components (e.g. brackets, ...) |
void |
rebuildDisplay()
The display needs to be rebuilt. |
void |
updateLevel(int level)
Updates the level of the display that is layed out. |
void |
validateDeselection(Display display)
Checks the validity of the deselection. |
void |
validateSelection()
Checks the validity of the selection. |
| Methods inherited from class fr.ove.openmath.jome.ctrlview.bidim.HorizontalLayout |
layoutContainer |
| Methods inherited from class fr.ove.openmath.jome.ctrlview.bidim.DisplayLayout |
addLayoutComponent, addLayoutComponent, deselectDisplay, getLayoutAlignmentX, getLayoutAlignmentY, invalidateLayout, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, selectDisplay, selectLeftDisplay, selectRightDisplay |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface fr.ove.openmath.jome.ctrlview.bidim.OperatorDisplayCreator |
createOperatorDisplay |
| Constructor Detail |
public MapsToSigmaLayout()
| Method Detail |
public void initDisplay(Display displayToLay)
initDisplay in class DisplayLayoutdisplayToLay - the display laid by the instancepublic void updateLevel(int level)
updateLevel in class DisplayLayoutlevel - the level put to the displaypublic void validateSelection()
validateSelection in class DisplayLayoutpublic void validateDeselection(Display display)
validateDeselection in class DisplayLayoutdisplay - the display to deselect.public java.awt.Dimension computeAttributes()
computeAttributes in class HorizontalLayoutpublic void rebuildDisplay()
rebuildDisplay in class DisplayLayout
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||