|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.cockpit.modeler.paramvaluewizard.ParamVisibilityHelper
public class ParamVisibilityHelper
Helper class that adds a parameter visibility sub menu to a popup menu of a node socket or a parameter.
| Method Summary | |
|---|---|
static void |
addParamMenu(InteractionEvent ie,
Modeler modeler,
SocketFigure socketFigure)
Adds the param sub menu to the popup menu refering to the given node socket. |
static boolean |
canHideParam(NodeParam param)
Determines if this parameter can be hidden. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void addParamMenu(InteractionEvent ie,
Modeler modeler,
SocketFigure socketFigure)
ie - Interaction event that queries plugins for popup menusmodeler - Modeler displaying the process that contains the socketsocketFigure - The referred socket figurepublic static boolean canHideParam(NodeParam param)
param - Parameter to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||