class VerilogCodeStylePanel extends CodeStyleAbstractPanel
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VerilogCodeStylePanel
- CodeStyleAbstractPanel
- ComponentHighlightingListener
- Disposable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def $(): JComponent
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addPanelToWatch(arg0: Component): Unit
- Attributes
- protected[options]
- Definition Classes
- CodeStyleAbstractPanel
- def apply(settings: CodeStyleSettings): Unit
- Definition Classes
- VerilogCodeStylePanel → CodeStyleAbstractPanel
- Annotations
- @Override()
- def applySettingsToModel(): Unit
- Attributes
- protected[options]
- Definition Classes
- CodeStyleAbstractPanel
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def createHighlighter(scheme: EditorColorsScheme): EditorHighlighter
- Attributes
- protected[codeStyle]
- Definition Classes
- VerilogCodeStylePanel → CodeStyleAbstractPanel
- Annotations
- @Override() @Nullable()
- def dispose(): Unit
- Definition Classes
- CodeStyleAbstractPanel → Disposable
- def doReformat(arg0: Project, arg1: PsiFile): PsiFile
- Attributes
- protected[options]
- Definition Classes
- CodeStyleAbstractPanel
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCurrentSettings(): CodeStyleSettings
- Attributes
- protected[options]
- Definition Classes
- CodeStyleAbstractPanel
- def getDefaultLanguage(): Language
- Definition Classes
- CodeStyleAbstractPanel
- def getEditor(): Editor
- Attributes
- protected[options]
- Definition Classes
- CodeStyleAbstractPanel
- def getFileExt(): String
- Attributes
- protected[options]
- Definition Classes
- CodeStyleAbstractPanel
- def getFileType(): FileType
- Attributes
- protected[codeStyle]
- Definition Classes
- VerilogCodeStylePanel → CodeStyleAbstractPanel
- Annotations
- @Override() @NotNull()
- def getModelSettings(): CodeStyleSettings
- Attributes
- protected[options]
- Definition Classes
- CodeStyleAbstractPanel
- def getOptionIndexer(): OptionsContainingConfigurable
- Definition Classes
- CodeStyleAbstractPanel
- def getPanel(): JComponent
- Definition Classes
- VerilogCodeStylePanel → CodeStyleAbstractPanel
- Annotations
- @Override() @Nullable()
- def getPreviewText(): String
- Attributes
- protected[codeStyle]
- Definition Classes
- VerilogCodeStylePanel → CodeStyleAbstractPanel
- Annotations
- @Override() @NonNls() @Nullable()
- def getRightMargin(): Int
- Attributes
- protected[codeStyle]
- Definition Classes
- VerilogCodeStylePanel → CodeStyleAbstractPanel
- Annotations
- @Override()
- def getSettings(): CodeStyleSettings
- Attributes
- protected[options]
- Definition Classes
- CodeStyleAbstractPanel
- def getTabTitle(): String
- Attributes
- protected[options]
- Definition Classes
- CodeStyleAbstractPanel
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def highlight(arg0: JComponent, arg1: String): Unit
- Definition Classes
- CodeStyleAbstractPanel → ComponentHighlightingListener
- def highlightOptions(arg0: String): Unit
- Definition Classes
- CodeStyleAbstractPanel
- def installPreviewPanel(arg0: JPanel): Unit
- Attributes
- protected[options]
- Definition Classes
- CodeStyleAbstractPanel
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isModified(settings: CodeStyleSettings): Boolean
- Definition Classes
- VerilogCodeStylePanel → CodeStyleAbstractPanel
- Annotations
- @Override()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def onSomethingChanged(): Unit
- Definition Classes
- CodeStyleAbstractPanel
- def processListOptions(): Set[String]
- Definition Classes
- CodeStyleAbstractPanel
- final def reset(arg0: CodeStyleSettings): Unit
- Definition Classes
- CodeStyleAbstractPanel
- def resetImpl(settings: CodeStyleSettings): Unit
- Attributes
- protected[codeStyle]
- Definition Classes
- VerilogCodeStylePanel → CodeStyleAbstractPanel
- Annotations
- @Override()
- def setEditorText(arg0: String, arg1: Boolean): Unit
- Attributes
- protected[options]
- Definition Classes
- CodeStyleAbstractPanel
- def setModel(arg0: CodeStyleSchemesModel): Unit
- Definition Classes
- CodeStyleAbstractPanel
- def setShouldUpdatePreview(arg0: Boolean): Unit
- Attributes
- protected[options]
- Definition Classes
- CodeStyleAbstractPanel
- def setupCopyFromMenu(arg0: JPopupMenu): Unit
- Definition Classes
- CodeStyleAbstractPanel
- def somethingChanged(): Unit
- Attributes
- protected[options]
- Definition Classes
- CodeStyleAbstractPanel
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatePreview(arg0: Boolean): Unit
- Attributes
- protected[options]
- Definition Classes
- CodeStyleAbstractPanel
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def createFileFromText(arg0: Project, arg1: String): PsiFile
- Attributes
- protected[options]
- Definition Classes
- CodeStyleAbstractPanel
- Annotations
- @Deprecated
- Deprecated
(Since version 1)
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)