Class TemplatesWidget
java.lang.Object
org.praxislive.ide.project.templates.TemplatesWidget
- All Implemented Interfaces:
org.netbeans.spi.dashboard.DashboardWidget
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.netbeans.spi.dashboard.WidgetElement> elements(org.netbeans.spi.dashboard.DashboardDisplayer.Panel panel) voidhidden(org.netbeans.spi.dashboard.DashboardDisplayer.Panel panel) voidshowing(org.netbeans.spi.dashboard.DashboardDisplayer.Panel panel) title(org.netbeans.spi.dashboard.DashboardDisplayer.Panel panel) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.netbeans.spi.dashboard.DashboardWidget
attach, removed
-
Constructor Details
-
TemplatesWidget
public TemplatesWidget()
-
-
Method Details
-
title
- Specified by:
titlein interfaceorg.netbeans.spi.dashboard.DashboardWidget
-
elements
public List<org.netbeans.spi.dashboard.WidgetElement> elements(org.netbeans.spi.dashboard.DashboardDisplayer.Panel panel) - Specified by:
elementsin interfaceorg.netbeans.spi.dashboard.DashboardWidget
-
showing
public void showing(org.netbeans.spi.dashboard.DashboardDisplayer.Panel panel) - Specified by:
showingin interfaceorg.netbeans.spi.dashboard.DashboardWidget
-