Class GStreamerWidget

java.lang.Object
org.praxislive.ide.video.GStreamerWidget
All Implemented Interfaces:
org.netbeans.spi.dashboard.DashboardWidget

public class GStreamerWidget extends Object implements org.netbeans.spi.dashboard.DashboardWidget
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.netbeans.spi.dashboard.WidgetElement>
    elements(org.netbeans.spi.dashboard.DashboardDisplayer.Panel pnl)
     
    title(org.netbeans.spi.dashboard.DashboardDisplayer.Panel pnl)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.netbeans.spi.dashboard.DashboardWidget

    attach, hidden, removed, showing
  • Constructor Details

    • GStreamerWidget

      public GStreamerWidget()
  • Method Details

    • title

      public String title(org.netbeans.spi.dashboard.DashboardDisplayer.Panel pnl)
      Specified by:
      title in interface org.netbeans.spi.dashboard.DashboardWidget
    • elements

      public List<org.netbeans.spi.dashboard.WidgetElement> elements(org.netbeans.spi.dashboard.DashboardDisplayer.Panel pnl)
      Specified by:
      elements in interface org.netbeans.spi.dashboard.DashboardWidget