Interface ActionEditContext
- 
 public interface ActionEditContext
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DesignerContextgetDesignerContext()ActionEditorFramegetEditFrame()DesignAdaptergetEditor()java.lang.StringgetEvent()java.lang.StringgetEventDescription()JsonSchemagetEventObjectSchema()voidnotifyConfigChanged()Call this when the UI state has been altered by the user in a way that will alter the outcome ActionConfig
 
- 
- 
- 
Method Detail- 
getDesignerContextDesignerContext getDesignerContext() 
 - 
getEditorDesignAdapter getEditor() 
 - 
getEditFrameActionEditorFrame getEditFrame() 
 - 
getEventjava.lang.String getEvent() 
 - 
getEventDescriptionjava.lang.String getEventDescription() 
 - 
notifyConfigChangedvoid notifyConfigChanged() Call this when the UI state has been altered by the user in a way that will alter the outcome ActionConfig
 - 
getEventObjectSchema@Nullable JsonSchema getEventObjectSchema() 
 
- 
 
-