Class ExpressionPopupEditor
- java.lang.Object
-
- com.inductiveautomation.perspective.designer.binding.ExpressionPopupEditor
-
public class ExpressionPopupEditor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExpressionPopupEditor(BindingEditContext editContext, java.util.function.Consumer<java.lang.String> onExpressionAccepted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.Action
createAction(javax.swing.JComponent owner, java.util.function.Supplier<java.lang.String> expression, java.util.function.Supplier<java.lang.Integer> width)
void
togglePopup(javax.swing.JComponent owner, java.lang.String expression)
void
togglePopup(javax.swing.JComponent owner, java.lang.String expression, int width)
-
-
-
Constructor Detail
-
ExpressionPopupEditor
public ExpressionPopupEditor(BindingEditContext editContext, java.util.function.Consumer<java.lang.String> onExpressionAccepted)
-
-
Method Detail
-
createAction
public javax.swing.Action createAction(javax.swing.JComponent owner, java.util.function.Supplier<java.lang.String> expression, java.util.function.Supplier<java.lang.Integer> width)
-
togglePopup
public void togglePopup(javax.swing.JComponent owner, java.lang.String expression)
-
togglePopup
public void togglePopup(javax.swing.JComponent owner, java.lang.String expression, int width)
-
-