inner class SchemeActions<T : Scheme<T>> : AbstractSchemeActions<T>
The actions that can be performed with this panel.
SchemeActions()
The actions that can be performed with this panel. |
fun duplicateScheme(scheme: T, newName: String): Unit
Called when a user wants to duplicate a scheme. |
|
fun getSchemeType(): Class<T>
Returns the type of scheme actions apply to. |
|
fun onSchemeChanged(scheme: T?): Unit
Called when the user changes the scheme using the combo box. |
|
fun renameScheme(scheme: T, newName: String): Unit
Called when the user renames a scheme. |
|
fun resetScheme(scheme: T): Unit
Called when a user opts to reset a scheme to its defaults. |