Class Display

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, AutoCloseable, Accessible, Receiver, SwingConstants

@Deprecated(forRemoval=true) public class Display extends JLabel implements Receiver
Deprecated, for removal: This API element is subject to removal in a future version.
use MidiMonitor and MidiTextFormatter instead
(Parts of this source text are inspired by "jsresources.org/DumpReceiver" by Matthias Pfisterer, Florian Bomers: http://www.jsresources.org/examples/DumpReceiver.java.html )
See Also:
  • Field Details

    • keyNames

      static String[] keyNames
      Deprecated, for removal: This API element is subject to removal in a future version.
    • default_noWhenPlaceholder

      public static final String default_noWhenPlaceholder
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • noWhenPlaceholder

      protected String noWhenPlaceholder
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • Display

      public Display()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • send

      public void send(MidiMessage message, long when)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      send in interface Receiver
    • close

      public void close()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Receiver
    • getKeyName

      protected static String getKeyName(int i)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setNoWhenPlaceholder

      public void setNoWhenPlaceholder(String noWhenPlaceholder)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • decode

      public static String decode(MidiMessage message, long when)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • decode

      public static String decode(MidiMessage message)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • decode

      public static final String decode(ShortMessage message)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • decode_data

      protected static String decode_data(ShortMessage message)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • decode_keyAndVelocity

      protected static String decode_keyAndVelocity(String command, ShortMessage message)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • decode

      public static final String decode(SysexMessage message)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • decode

      public static final String decode(MetaMessage message)
      Deprecated, for removal: This API element is subject to removal in a future version.