|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--quoggles.representation.DefaultBoxRepresentation
|
+--quoggles.stdboxes.output.NormalOutput_Rep
Represents a normal output box.
| Field Summary | |
private java.awt.geom.Point2D |
inputPos
|
private javax.swing.JComboBox |
outPosCombo
|
private java.awt.geom.Point2D |
outputPos
|
| Fields inherited from class quoggles.representation.DefaultBoxRepresentation |
box, classLabel, graphicalRep, inputLabel, INPUTLABEL, inputsPos, outputLabel, OUTPUTLABEL, outputsPos, parameters |
| Constructor Summary | |
NormalOutput_Rep(IBox representedBox)
Construct representation (IO etc). |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
java.awt.geom.Point2D[] |
getRelInputsPos()
Top center. |
java.awt.geom.Point2D[] |
getRelOutputsPos()
Top center. |
void |
setParameters(org.graffiti.plugin.parameter.Parameter[] params,
boolean fromBox)
According to the value of the second parameter tells the box about the change or not. |
void |
updateGraphicalRep()
Default implementation; uses createStandardPanel(BoxRepresentation) |
| Methods inherited from class quoggles.representation.DefaultBoxRepresentation |
createStandardPanel, getIBox, getRepresentation, repaintBoxRep, standardizeBoxRep, updateId, updateInputOutput |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private javax.swing.JComboBox outPosCombo
private java.awt.geom.Point2D inputPos
private java.awt.geom.Point2D outputPos
| Constructor Detail |
public NormalOutput_Rep(IBox representedBox)
representedBox - | Method Detail |
public void updateGraphicalRep()
DefaultBoxRepresentationcreateStandardPanel(BoxRepresentation)
updateGraphicalRep in interface IBoxRepresentationupdateGraphicalRep in class DefaultBoxRepresentationIBoxRepresentation.updateGraphicalRep()public java.awt.geom.Point2D[] getRelOutputsPos()
getRelOutputsPos in interface IBoxRepresentationgetRelOutputsPos in class DefaultBoxRepresentation#getOtherRelOutputPos()public java.awt.geom.Point2D[] getRelInputsPos()
getRelInputsPos in interface IBoxRepresentationgetRelInputsPos in class DefaultBoxRepresentation#getOtherRelInputPos()public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerActionListener.actionPerformed(java.awt.event.ActionEvent)
public void setParameters(org.graffiti.plugin.parameter.Parameter[] params,
boolean fromBox)
DefaultBoxRepresentationupdateInputOutput().
setParameters in interface IBoxRepresentationsetParameters in class DefaultBoxRepresentationparams - fromBox - IBoxRepresentation.setParameters(org.graffiti.plugin.parameter.Parameter[], boolean)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||