public abstract class ScrewdriverProgram extends Object
Constructor and Description |
---|
ScrewdriverProgram() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getDisplayName()
This method should return the name of the screwdriver program.
|
abstract String |
getId()
This method must return an identifier to uniquely identify this screwdriver program.
|
public abstract String getId()
This method must return an identifier to uniquely identify this screwdriver program. The identifier will be used for persistence and resolving the correct screwdriver program. Therefore the identifier must remain constant over time and versions of the screwdriver URCap.
This method must be implemented.public abstract String getDisplayName()
This method should return the name of the screwdriver program. The name will be displayed in the UI, e.g. in a combo box. The name returned is allowed to change over versions of the driver URCap as well as be different depending on the current language selected in PolyScope, in case translations are supported.
This method must be implemented.Copyright © 2021. All rights reserved.