Class ActionDesignDelegate
java.lang.Object
com.inductiveautomation.perspective.designer.api.ActionDesignDelegate
- Direct Known Subclasses:
AccelerometerActionDesignDelegate
,AlterDockActionDesignDelegate
,AlterLoggingActionDesignDelegate
,AuthChallengeActionDesignDelegate
,BarcodeActionDesignDelegate
,DebugActionDesignDelegate
,DockActionDesignDelegate
,FullscreenActionDesignDelegate
,LoginActionDesignDelegate
,LogoutActionDesignDelegate
,NavActionDesignDelegate
,NfcNdefActionDesignDelegate
,PopupActionDesignDelegate
,PrintActionDelegate
,RefreshActionDesignDelegate
,ScriptActionDesignDelegate
,ThemeActionDesignDelegate
,WorkstationModeActionDesignDelegate
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ActionDesignDelegate
(String typeId, ActionConfig.ActionScope scope, String nameKey, String descriptionKey) -
Method Summary
Modifier and TypeMethodDescriptioncreateEditingPane
(ActionEditContext context) boolean
getScope()
toString()
-
Constructor Details
-
ActionDesignDelegate
protected ActionDesignDelegate(@Nonnull String typeId, @Nonnull ActionConfig.ActionScope scope, @Nonnull String nameKey, @Nullable String descriptionKey)
-
-
Method Details