Uses of Class
lu.kbra.modelizer_next.ui.canvas.CopyPastePopupMenu
Packages that use CopyPastePopupMenu
-
Uses of CopyPastePopupMenu in lu.kbra.modelizer_next.ui.canvas.datastruct
Methods in lu.kbra.modelizer_next.ui.canvas.datastruct that return CopyPastePopupMenuModifier and TypeMethodDescriptionLiveEditComponents.copyPastePopupMenu()Returns the value of thecopyPastePopupMenurecord component.Constructors in lu.kbra.modelizer_next.ui.canvas.datastruct with parameters of type CopyPastePopupMenuModifierConstructorDescriptionLiveEditComponents(JTextField textField, JTextArea textArea, JComboBox<Enum<?>> enumComboBox, JList<StylePalette> paletteList, JList<Enum<?>> enumList, CopyPastePopupMenu copyPastePopupMenu, FieldTagsPopupMenu fieldTagsPopupMenu) Creates an instance of aLiveEditComponentsrecord class.