scala.swing
FileChooser
class
FileChooser
extends AnyRef
Instance constructors
-
new
FileChooser
()
-
new
FileChooser
(dir: File)
Value Members
-
def
!=
(arg0: AnyRef)
: Boolean
-
def
!=
(arg0: Any)
: Boolean
-
def
##
()
: Int
-
def
$asInstanceOf
[T0]
()
: T0
-
def
$isInstanceOf
[T0]
()
: Boolean
-
def
==
(arg0: AnyRef)
: Boolean
-
def
==
(arg0: Any)
: Boolean
-
def
acceptAllFileFilter
: FileFilter
-
-
def
accessory_=
(c: Component)
: Unit
-
def
asInstanceOf
[T0]
: T0
-
def
clone
()
: AnyRef
-
def
controlButtonsAreShown
: Boolean
-
def
controlButtonsAreShown_=
(b: Boolean)
: Unit
-
def
descriptionFor
(f: File)
: String
-
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
fileSelectionMode
: Value
-
def
fileSelectionMode_=
(s: Value)
: Unit
-
def
finalize
()
: Unit
-
def
getClass
()
: java.lang.Class[_ <: java.lang.Object]
-
def
hashCode
()
: Int
-
def
iconFor
(f: File)
: Icon
-
def
isInstanceOf
[T0]
: Boolean
-
def
multiSelectionEnabled
: Boolean
-
def
multiSelectionEnabled_=
(b: Boolean)
: Unit
-
def
nameFor
(f: File)
: String
-
def
ne
(arg0: AnyRef)
: Boolean
-
def
notify
()
: Unit
-
def
notifyAll
()
: Unit
-
lazy val
peer
: JFileChooser
-
def
selectedFile
: File
-
def
selectedFile_=
(file: File)
: Unit
-
def
selectedFiles
: Seq[File]
-
def
selectedFiles_=
(files: File*)
: Unit
-
def
showDialog
(over: Component, approveText: String)
: Value
-
def
showOpenDialog
(over: Component)
: Value
-
def
showSaveDialog
(over: Component)
: Value
-
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
-
def
wait
()
: Unit
-
def
wait
(arg0: Long, arg1: Int)
: Unit
-
def
wait
(arg0: Long)
: Unit
Inherited from AnyRef
Value Members
-
def
!=
(arg0: AnyRef)
: Boolean
-
def
##
()
: Int
-
def
$asInstanceOf
[T0]
()
: T0
-
def
$isInstanceOf
[T0]
()
: Boolean
-
def
==
(arg0: AnyRef)
: Boolean
-
def
clone
()
: AnyRef
-
def
eq
(arg0: AnyRef)
: Boolean
-
def
equals
(arg0: Any)
: Boolean
-
def
finalize
()
: Unit
-
def
getClass
()
: java.lang.Class[_ <: java.lang.Object]
-
def
hashCode
()
: Int
-
def
ne
(arg0: AnyRef)
: Boolean
-
def
notify
()
: Unit
-
def
notifyAll
()
: Unit
-
def
synchronized
[T0]
(arg0: T0)
: T0
-
def
toString
()
: String
-
def
wait
()
: Unit
-
def
wait
(arg0: Long, arg1: Int)
: Unit
-
def
wait
(arg0: Long)
: Unit
Inherited from Any
Value Members
-
def
!=
(arg0: Any)
: Boolean
-
def
==
(arg0: Any)
: Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
isInstanceOf
[T0]
: Boolean
Used to open file dialogs.
see also:
javax.swing.JFileChooser