Create Project Action
class CreateProjectAction(val workbench: AvailWorkbench) : AbstractWorkbenchAction
Content copied to clipboard
The AbstractWorkbenchAction that opens an CreateProjectDialog used to create a new AvailProject.
Author
Richard Arriaga
Parameters
workbench
The AvailWorkbench that initiated this action.
Constructors
Link copied to clipboard
Construct a new CreateProjectAction.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun removePropertyChangeListener(p0: PropertyChangeListener)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Update isEnabled to reflect whether or not this AbstractWorkbenchAction should be be enabled at the time of calling this function.
Properties
Link copied to clipboard
The FeatureCategory this AbstractWorkbenchAction belongs to.
Link copied to clipboard