Packages

class ProjectBrowserListener extends TextBrowseFolderListener

Linear Supertypes
TextBrowseFolderListener, BrowseFolderActionListener[JTextField], ActionListener, EventListener, BrowseFolderRunnable[JTextField], Runnable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectBrowserListener
  2. TextBrowseFolderListener
  3. BrowseFolderActionListener
  4. ActionListener
  5. EventListener
  6. BrowseFolderRunnable
  7. Runnable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProjectBrowserListener(fileChooserDescriptor: FileChooserDescriptor)(implicit project: ScaledaProject)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def actionPerformed(arg0: ActionEvent): Unit
    Definition Classes
    BrowseFolderActionListener → ActionListener
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def chooseFile(arg0: FileChooserDescriptor): Unit
    Attributes
    protected[ui]
    Definition Classes
    BrowseFolderRunnable
  7. def chosenFileToResultingText(arg0: VirtualFile): String
    Attributes
    protected[ui]
    Definition Classes
    BrowseFolderRunnable
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def expandPath(arg0: String): String
    Attributes
    protected[ui]
    Definition Classes
    BrowseFolderRunnable
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def getComponentText(): String
    Attributes
    protected[ui]
    Definition Classes
    BrowseFolderRunnable
  14. def getInitialFile(): VirtualFile
    Attributes
    protected[ui]
    Definition Classes
    BrowseFolderRunnable
  15. def getProject(): Project
    Attributes
    protected[ui]
    Definition Classes
    BrowseFolderRunnable
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. def onFileChosen(arg0: VirtualFile): Unit
    Attributes
    protected[ui]
    Definition Classes
    BrowseFolderRunnable
  22. def run(): Unit
    Definition Classes
    BrowseFolderRunnable → Runnable
  23. def setProject(arg0: Project): Unit
    Attributes
    protected[ui]
    Definition Classes
    BrowseFolderRunnable
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from TextBrowseFolderListener

Inherited from BrowseFolderActionListener[JTextField]

Inherited from ActionListener

Inherited from EventListener

Inherited from BrowseFolderRunnable[JTextField]

Inherited from Runnable

Inherited from AnyRef

Inherited from Any

Ungrouped