About Action
class AboutAction(val workbench: AvailWorkbench) : AbstractWorkbenchAction
Content copied to clipboard
An AboutAction presents the "About Avail" dialog.
Parameters
workbench
The owning AvailWorkbench.
Constructors
Functions
Link copied to clipboard
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
Actually show the About dialog. This is provided separately from the usual ActionListener.actionPerformed mechanism so that we can invoke it directly whenever we want, without having to synthesize an ActionEvent.