class FileChooser extends AnyRef

Used to open file dialogs.

See also

javax.swing.JFileChooser

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileChooser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FileChooser()
  2. new FileChooser(dir: File)

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 acceptAllFileFilter: FileFilter
  5. def accessory: Component
  6. def accessory_=(c: Component): Unit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def controlButtonsAreShown: Boolean
  10. def controlButtonsAreShown_=(b: Boolean): Unit
  11. def descriptionFor(f: File): String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def fileFilter: FileFilter
  15. def fileFilter_=(f: FileFilter): Unit
  16. def fileHidingEnabled: Boolean
  17. def fileHidingEnabled_=(b: Boolean): Unit
  18. def fileSelectionMode: FileChooser.SelectionMode.Value
  19. def fileSelectionMode_=(s: FileChooser.SelectionMode.Value): Unit
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def iconFor(f: File): Icon
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def multiSelectionEnabled: Boolean
  26. def multiSelectionEnabled_=(b: Boolean): Unit
  27. def nameFor(f: File): String
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. lazy val peer: JFileChooser
  32. def selectedFile: File
  33. def selectedFile_=(file: File): Unit
  34. def selectedFiles: Seq[File]
  35. def selectedFiles_=(files: File*): Unit
  36. def showDialog(over: PeerContainer, approveText: String): FileChooser.Result.Value

    Display a dialog box to select a file.

    Display a dialog box to select a file.

    over

    Parent container - Component, Frame or Dialog

    approveText

    Text for the 'ok' or 'approve' button.

    returns

    a Result value based how dialog was closed.

  37. def showOpenDialog(over: PeerContainer): FileChooser.Result.Value

    Display a dialog box to select an "Open File" file.

    Display a dialog box to select an "Open File" file.

    over

    Parent container - Component, Frame or Dialog

    returns

    a Result value based how dialog was closed.

  38. def showSaveDialog(over: PeerContainer): FileChooser.Result.Value

    Display a dialog box to select a "Save File" file.

    Display a dialog box to select a "Save File" file.

    over

    Parent container - Component, Frame or Dialog

    returns

    a Result value based how dialog was closed.

  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def title: String
  41. def title_=(t: String): Unit
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def traversable(f: File): Boolean
  44. def typeDescriptionFor(f: File): String
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped