Package org.omegat.gui.dialogs
Class ProjectPropertiesDialogController
java.lang.Object
org.omegat.gui.dialogs.ProjectPropertiesDialogController
-
Constructor Summary
ConstructorsConstructorDescriptionProjectPropertiesDialogController(Frame parent, ProjectPropertiesDialog dialog, ProjectPropertiesDialog.Mode type, ProjectProperties projectProperties) -
Method Summary
Modifier and TypeMethodDescriptionReturn new properties or null if dialog cancelled.static ProjectPropertiesshowDialog(Frame parent, ProjectProperties projectProperties, String projFileName, ProjectPropertiesDialog.Mode dialogTypeValue)
-
Constructor Details
-
ProjectPropertiesDialogController
public ProjectPropertiesDialogController(Frame parent, ProjectPropertiesDialog dialog, ProjectPropertiesDialog.Mode type, ProjectProperties projectProperties)
-
-
Method Details
-
getResult
Return new properties or null if dialog cancelled. -
showDialog
public static ProjectProperties showDialog(Frame parent, ProjectProperties projectProperties, String projFileName, ProjectPropertiesDialog.Mode dialogTypeValue)
-