scala.swing

FileChooser

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
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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. def acceptAllFileFilter: FileFilter

  7. def accessory: Component

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

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

  13. def descriptionFor(f: File): String

  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. def fileFilter: FileFilter

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

  18. def fileHidingEnabled: Boolean

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

  20. def fileSelectionMode: FileChooser.SelectionMode.Value

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

  22. def finalize(): Unit

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

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

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

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def multiSelectionEnabled: Boolean

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

  29. def nameFor(f: File): String

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

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

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

    Definition Classes
    AnyRef
  33. lazy val peer: JFileChooser

  34. def selectedFile: File

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

  36. def selectedFiles: Seq[File]

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

  38. 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.

  39. 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.

  40. 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.

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

    Definition Classes
    AnyRef
  42. def title: String

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

  44. def toString(): String

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

  46. def typeDescriptionFor(f: File): String

  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped