Uses of Class
org.icepdf.ri.common.views.Controller.SaveMode
-
Packages that use Controller.SaveMode Package Description org.icepdf.ri.common org.icepdf.ri.common.views -
-
Uses of Controller.SaveMode in org.icepdf.ri.common
Methods in org.icepdf.ri.common with parameters of type Controller.SaveMode Modifier and Type Method Description protected voidSwingController. saveFileAs(Controller.SaveMode saveMode)protected voidSwingController. saveFileChecks(Controller.SaveMode saveMode, String originalFileName, File file) -
Uses of Controller.SaveMode in org.icepdf.ri.common.views
Methods in org.icepdf.ri.common.views that return Controller.SaveMode Modifier and Type Method Description static Controller.SaveModeController.SaveMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Controller.SaveMode[]Controller.SaveMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-