ArrayDecoratorConfigurable

inner class ArrayDecoratorConfigurable(arrayDecorator: ArrayDecorator) : Configurable, Disposable(source)

Edits the ArrayDecorator of a template and shows a preview.

Parameters

arrayDecorator

the decorator being edited in this configurable

Constructors

Link copied to clipboard
constructor(arrayDecorator: ArrayDecorator)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun apply()

Saves the editor's state.

Link copied to clipboard
open override fun createComponent(): JPanel

Creates a component containing the editor and the previewPanel.

Link copied to clipboard
open override fun dispose()

Non-recursively disposes this configurable's resources.

Link copied to clipboard
open override fun disposeUIResources()

Recursively disposes this configurable's resources.

Link copied to clipboard
open override fun getDisplayName(): String

Returns text.

Link copied to clipboard
open override fun getPreferredFocusedComponent(): JComponent?

Returns the component that the editor prefers to be focused when the editor is focused.

Link copied to clipboard
open override fun isModified(): Boolean

Returns true.