Interface UIDuplicate

All Superinterfaces:
UICopy, UIPaste
All Known Implementing Classes:
UIAbstractGlobalModulator, UIChannelStripControls, UIClipButton, UIComponentModulator, UIEffectDevice, UIGlobalModulator, UIPalette.SavedSwatch, UIPatternList

public interface UIDuplicate extends UICopy, UIPaste
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     

    Methods inherited from interface heronarts.glx.ui.UICopy

    onCopy

    Methods inherited from interface heronarts.glx.ui.UIPaste

    onPaste
  • Method Details

    • onDuplicate

      default void onDuplicate(KeyEvent keyEvent)