Class/Object

scala.swing

FileChooser

Related Docs: object FileChooser | package swing

Permalink

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()

    Permalink
  2. new FileChooser(dir: File)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def acceptAllFileFilter: FileFilter

    Permalink
  5. def accessory: Component

    Permalink
  6. def accessory_=(c: Component): Unit

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

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

    Permalink
  10. def controlButtonsAreShown_=(b: Boolean): Unit

    Permalink
  11. def descriptionFor(f: File): String

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def fileFilter: FileFilter

    Permalink
  15. def fileFilter_=(f: FileFilter): Unit

    Permalink
  16. def fileHidingEnabled: Boolean

    Permalink
  17. def fileHidingEnabled_=(b: Boolean): Unit

    Permalink
  18. def fileSelectionMode: FileChooser.SelectionMode.Value

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

    Permalink
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

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

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

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def multiSelectionEnabled: Boolean

    Permalink
  26. def multiSelectionEnabled_=(b: Boolean): Unit

    Permalink
  27. def nameFor(f: File): String

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. lazy val peer: JFileChooser

    Permalink
  32. def selectedFile: File

    Permalink
  33. def selectedFile_=(file: File): Unit

    Permalink
  34. def selectedFiles: Seq[File]

    Permalink
  35. def selectedFiles_=(files: File*): Unit

    Permalink
  36. def showDialog(over: PeerContainer, approveText: String): FileChooser.Result.Value

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  40. def title: String

    Permalink
  41. def title_=(t: String): Unit

    Permalink
  42. def toString(): String

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

    Permalink
  44. def typeDescriptionFor(f: File): String

    Permalink
  45. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped