Class DisplayNavigationViewApp
- java.lang.Object
-
- org.phoebus.applications.display.navigation.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
-
-
Field Summary
Fields Modifier and Type Field Description static StringDISPLAYNAMEstatic StringNAME
-
Constructor Summary
Constructors Constructor Description DisplayNavigationViewApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.phoebus.framework.spi.AppInstancecreate()org.phoebus.framework.spi.AppInstancecreate(URI resource)StringgetDisplayName()URLgetIconURL()StringgetName()voidstart()List<String>supportedFileExtentions()
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
DISPLAYNAME
public static final String DISPLAYNAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
start
public void start()
- Specified by:
startin interfaceorg.phoebus.framework.spi.AppDescriptor
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.phoebus.framework.spi.AppDescriptor
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceorg.phoebus.framework.spi.AppDescriptor
-
getIconURL
public URL getIconURL()
- Specified by:
getIconURLin interfaceorg.phoebus.framework.spi.AppDescriptor
-
supportedFileExtentions
public List<String> supportedFileExtentions()
- Specified by:
supportedFileExtentionsin interfaceorg.phoebus.framework.spi.AppResourceDescriptor
-
create
public org.phoebus.framework.spi.AppInstance create()
- Specified by:
createin interfaceorg.phoebus.framework.spi.AppDescriptor
-
create
public org.phoebus.framework.spi.AppInstance create(URI resource)
- Specified by:
createin interfaceorg.phoebus.framework.spi.AppResourceDescriptor
-
-