Package org.omegat.gui.dialogs
Class PreferencesDialog
- java.lang.Object
-
- org.omegat.gui.dialogs.PreferencesDialog
-
public class PreferencesDialog extends java.lang.Object
A modal dialog for showing a single preferences "view" (IPreferencesController
).
-
-
Constructor Summary
Constructors Constructor Description PreferencesDialog(IPreferencesController view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
show(java.awt.Window parent)
-
-
-
Constructor Detail
-
PreferencesDialog
public PreferencesDialog(IPreferencesController view)
-
-