Package com.jidesoft.swing
Interface LabeledTextField.PopupMenuCustomizer
-
- Enclosing class:
- LabeledTextField
public static interface LabeledTextField.PopupMenuCustomizer
The PopupMenuCustomizer for the context menu when clicking on the label/icon before the text field.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customize(LabeledTextField field, javax.swing.JPopupMenu menu)
-
-
-
Method Detail
-
customize
void customize(LabeledTextField field, javax.swing.JPopupMenu menu)
-
-