All Packages Class Hierarchy This Package Previous Next Index
Class multilizer.MFileChooser
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----com.sun.java.swing.JComponent
|
+----com.sun.java.swing.preview.JFileChooser
|
+----multilizer.MFileChooser
- public class MFileChooser
- extends JFileChooser
The class that extends the JFileChooser such way that the dialog is multilingual.
-
translator
- The translator that is used to translate the dialog(s).
-
MFileChooser()
-
-
setDictionary(Dictionary)
- Sets the dictionary and creates the translator for the chooser.
-
showDialog(Component, String)
- Pops a custom file chooser dialog with a custom ApproveButton.
translator
protected Translator translator
- The translator that is used to translate the dialog(s).
MFileChooser
public MFileChooser()
setDictionary
public void setDictionary(Dictionary dictionary)
- Sets the dictionary and creates the translator for the chooser.
- Parameters:
- dictionary - The dictionary that is used to translate the chooser.
showDialog
public int showDialog(Component parent,
String approveButtonText)
- Pops a custom file chooser dialog with a custom ApproveButton.
- Overrides:
- showDialog in class JFileChooser
All Packages Class Hierarchy This Package Previous Next Index