|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--quoggles.representation.DefaultBoxRepresentation
|
+--quoggles.stdboxes.isinstanceof.IsInstanceof_Rep
| Field Summary | |
private javax.swing.JComboBox |
combo
|
| Fields inherited from class quoggles.representation.DefaultBoxRepresentation |
box, classLabel, graphicalRep, inputLabel, INPUTLABEL, inputsPos, outputLabel, OUTPUTLABEL, outputsPos, parameters |
| Constructor Summary | |
IsInstanceof_Rep(IBox box)
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
BoxRepresentation |
getRepresentation()
Uses a combo box to let the user change the (only) parameter. |
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, getRelInputsPos, getRelOutputsPos, 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 combo
| Constructor Detail |
public IsInstanceof_Rep(IBox box)
| Method Detail |
public void updateGraphicalRep()
DefaultBoxRepresentationcreateStandardPanel(BoxRepresentation)
updateGraphicalRep in interface IBoxRepresentationupdateGraphicalRep in class DefaultBoxRepresentationIBoxRepresentation.updateGraphicalRep()
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)public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerActionListener.actionPerformed(java.awt.event.ActionEvent)public BoxRepresentation getRepresentation()
getRepresentation in interface IBoxRepresentationgetRepresentation in class DefaultBoxRepresentationIBoxRepresentation.getRepresentation()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||