Class DisplayNavigationViewApp

  • All Implemented Interfaces:
    org.phoebus.framework.spi.AppDescriptor, org.phoebus.framework.spi.AppResourceDescriptor

    public class DisplayNavigationViewApp
    extends Object
    implements org.phoebus.framework.spi.AppResourceDescriptor
    • Constructor Detail

      • DisplayNavigationViewApp

        public DisplayNavigationViewApp()
    • Method Detail

      • start

        public void start()
        Specified by:
        start in interface org.phoebus.framework.spi.AppDescriptor
      • getName

        public String getName()
        Specified by:
        getName in interface org.phoebus.framework.spi.AppDescriptor
      • getDisplayName

        public String getDisplayName()
        Specified by:
        getDisplayName in interface org.phoebus.framework.spi.AppDescriptor
      • getIconURL

        public URL getIconURL()
        Specified by:
        getIconURL in interface org.phoebus.framework.spi.AppDescriptor
      • supportedFileExtentions

        public List<String> supportedFileExtentions()
        Specified by:
        supportedFileExtentions in interface org.phoebus.framework.spi.AppResourceDescriptor
      • create

        public org.phoebus.framework.spi.AppInstance create()
        Specified by:
        create in interface org.phoebus.framework.spi.AppDescriptor
      • create

        public org.phoebus.framework.spi.AppInstance create​(URI resource)
        Specified by:
        create in interface org.phoebus.framework.spi.AppResourceDescriptor