Java com.intellij.openapi.options UnnamedConfigurable fields, constructors, methods, implement or subclass

Example usage for Java com.intellij.openapi.options UnnamedConfigurable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.intellij.openapi.options UnnamedConfigurable.

The text is from its open source code.

Implementation

com.intellij.openapi.options.UnnamedConfigurable has the following implementations.
Click this link to see all its implementation.

Method

voidapply()
Stores the settings from the Swing form to the configurable component.
JComponentcreateComponent()
Creates new Swing form that enables user to configure the settings.
voiddisposeUIResources()
Notifies the configurable component that the Swing form will be closed.
booleanisModified()
Indicates whether the Swing form was modified or not.
voidreset()
Loads the settings from the configurable component to the Swing form.