class FileChooser extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileChooser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def acceptAllFileFilter: FileFilter
- def accessory: Component
- def accessory_=(c: Component): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def controlButtonsAreShown: Boolean
- def controlButtonsAreShown_=(b: Boolean): Unit
- def descriptionFor(f: File): String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def fileFilter: FileFilter
- def fileFilter_=(f: FileFilter): Unit
- def fileHidingEnabled: Boolean
- def fileHidingEnabled_=(b: Boolean): Unit
- def fileSelectionMode: FileChooser.SelectionMode.Value
- def fileSelectionMode_=(s: FileChooser.SelectionMode.Value): Unit
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- def iconFor(f: File): Icon
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def multiSelectionEnabled: Boolean
- def multiSelectionEnabled_=(b: Boolean): Unit
- def nameFor(f: File): String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- lazy val peer: JFileChooser
- def selectedFile: File
- def selectedFile_=(file: File): Unit
- def selectedFiles: Seq[File]
- def selectedFiles_=(files: File*): Unit
-
def
showDialog(over: PeerContainer, approveText: String): FileChooser.Result.Value
Display a dialog box to select a file.
-
def
showOpenDialog(over: PeerContainer): FileChooser.Result.Value
Display a dialog box to select an "Open File" file.
-
def
showSaveDialog(over: PeerContainer): FileChooser.Result.Value
Display a dialog box to select a "Save File" file.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def title: String
- def title_=(t: String): Unit
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def traversable(f: File): Boolean
- def typeDescriptionFor(f: File): String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )