class
FileChooser extends AnyRef
Instance Constructors
-
new
FileChooser()
-
new
FileChooser(dir: File)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
acceptAllFileFilter: FileFilter
-
-
def
accessory_=(c: Component): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
controlButtonsAreShown: Boolean
-
def
controlButtonsAreShown_=(b: Boolean): Unit
-
def
descriptionFor(f: File): String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
fileFilter: FileFilter
-
def
fileFilter_=(f: FileFilter): Unit
-
def
fileHidingEnabled: Boolean
-
def
fileHidingEnabled_=(b: Boolean): Unit
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
iconFor(f: File): Icon
-
final
def
isInstanceOf[T0]: Boolean
-
def
multiSelectionEnabled: Boolean
-
def
multiSelectionEnabled_=(b: Boolean): Unit
-
def
nameFor(f: File): String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
lazy val
peer: JFileChooser
-
def
selectedFile: File
-
def
selectedFile_=(file: File): Unit
-
def
selectedFiles: Seq[File]
-
def
selectedFiles_=(files: File*): Unit
-
-
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
title: String
-
def
title_=(t: String): Unit
-
def
toString(): String
-
def
traversable(f: File): Boolean
-
def
typeDescriptionFor(f: File): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Used to open file dialogs.
javax.swing.JFileChooser