scala.swing

FileChooser

class FileChooser extends AnyRef

Used to open file dialogs.

Source
FileChooser.scala
See also

javax.swing.JFileChooser

Linear Supertypes
AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FileChooser
  2. AnyRef
  3. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FileChooser()

  2. new FileChooser(dir: File)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from FileChooser to StringAdd[FileChooser] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (FileChooser, B)

    Implicit information
    This member is added by an implicit conversion from FileChooser to ArrowAssoc[FileChooser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def acceptAllFileFilter: FileFilter

  9. def accessory: Component

  10. def accessory_=(c: Component): Unit

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def controlButtonsAreShown: Boolean

  14. def controlButtonsAreShown_=(b: Boolean): Unit

  15. def descriptionFor(f: File): String

  16. def ensuring(cond: (FileChooser) ⇒ Boolean, msg: ⇒ Any): FileChooser

    Implicit information
    This member is added by an implicit conversion from FileChooser to Ensuring[FileChooser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (FileChooser) ⇒ Boolean): FileChooser

    Implicit information
    This member is added by an implicit conversion from FileChooser to Ensuring[FileChooser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): FileChooser

    Implicit information
    This member is added by an implicit conversion from FileChooser to Ensuring[FileChooser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): FileChooser

    Implicit information
    This member is added by an implicit conversion from FileChooser to Ensuring[FileChooser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  22. def fileFilter: FileFilter

  23. def fileFilter_=(f: FileFilter): Unit

  24. def fileHidingEnabled: Boolean

  25. def fileHidingEnabled_=(b: Boolean): Unit

  26. def fileSelectionMode: FileChooser.SelectionMode.Value

  27. def fileSelectionMode_=(s: FileChooser.SelectionMode.Value): Unit

  28. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def formatted(fmtstr: String): String

    Returns string formatted according to given format string.

    Returns string formatted according to given format string. Format strings are as for String.format (@see java.lang.String.format).

    Implicit information
    This member is added by an implicit conversion from FileChooser to StringFormat[FileChooser] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  32. def iconFor(f: File): Icon

  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. def multiSelectionEnabled: Boolean

  35. def multiSelectionEnabled_=(b: Boolean): Unit

  36. def nameFor(f: File): String

  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. lazy val peer: JFileChooser

  41. def selectedFile: File

  42. def selectedFile_=(file: File): Unit

  43. def selectedFiles: Seq[File]

  44. def selectedFiles_=(files: File*): Unit

  45. def showDialog(over: Component, approveText: String): FileChooser.Result.Value

  46. def showOpenDialog(over: Component): FileChooser.Result.Value

  47. def showSaveDialog(over: Component): FileChooser.Result.Value

  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def title: String

  50. def title_=(t: String): Unit

  51. def toString(): String

    Definition Classes
    AnyRef → Any
  52. def traversable(f: File): Boolean

  53. def typeDescriptionFor(f: File): String

  54. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  55. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  56. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  57. def [B](y: B): (FileChooser, B)

    Implicit information
    This member is added by an implicit conversion from FileChooser to ArrowAssoc[FileChooser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from FileChooser to StringAdd[FileChooser]

Inherited by implicit conversion StringFormat from FileChooser to StringFormat[FileChooser]

Inherited by implicit conversion Ensuring from FileChooser to Ensuring[FileChooser]

Inherited by implicit conversion ArrowAssoc from FileChooser to ArrowAssoc[FileChooser]

Ungrouped