class RemoveItemWithCommasIntent[T <: PsiElement] extends BaseIntentionAction
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoveItemWithCommasIntent
- BaseIntentionAction
- IntentionAction
- PossiblyDumbAware
- CommonIntentionAction
- FileModifier
- WriteActionAware
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RemoveItemWithCommasIntent(element: T, name: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asIntention(): IntentionAction
- Definition Classes
- IntentionAction → CommonIntentionAction
- def asModCommandAction(): ModCommandAction
- Definition Classes
- IntentionAction → CommonIntentionAction
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def generatePreview(arg0: Project, arg1: Editor, arg2: PsiFile): IntentionPreviewInfo
- Definition Classes
- IntentionAction
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getElementToMakeWritable(arg0: PsiFile): PsiElement
- Definition Classes
- FileModifier
- def getFamilyName(): String
- Definition Classes
- RemoveItemWithCommasIntent → CommonIntentionAction
- def getFileModifierForPreview(arg0: PsiFile): FileModifier
- Definition Classes
- FileModifier
- def getText(): String
- Definition Classes
- RemoveItemWithCommasIntent → BaseIntentionAction → IntentionAction
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def invoke(project: Project, editor: Editor, file: PsiFile): Unit
- Definition Classes
- RemoveItemWithCommasIntent → IntentionAction
- def isAvailable(project: Project, editor: Editor, file: PsiFile): Boolean
- Definition Classes
- RemoveItemWithCommasIntent → IntentionAction
- def isDumbAware(): Boolean
- Definition Classes
- PossiblyDumbAware
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 setText(arg0: String): Unit
- Attributes
- protected[impl]
- Definition Classes
- BaseIntentionAction
- def startInWriteAction(): Boolean
- Definition Classes
- BaseIntentionAction → IntentionAction → WriteActionAware
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- BaseIntentionAction → AnyRef → Any
- 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 finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)