Class RPFWizardUtil


  • public class RPFWizardUtil
    extends java.lang.Object
    • Constructor Detail

      • RPFWizardUtil

        public RPFWizardUtil()
    • Method Detail

      • getSelectedFile

        public static java.io.File getSelectedFile​(WizardProperties properties)
      • setSelectedFile

        public static void setSelectedFile​(WizardProperties properties,
                                           java.io.File file)
      • getFileList

        public static java.util.List<java.io.File> getFileList​(WizardProperties properties)
      • setFileList

        public static void setFileList​(WizardProperties properties,
                                       java.util.List<java.io.File> fileList)
      • isFileListCurrent

        public static boolean isFileListCurrent​(WizardProperties properties)
      • setFileListCurrent

        public static void setFileListCurrent​(WizardProperties properties,
                                              boolean current)
      • setFileSetList

        public static void setFileSetList​(WizardProperties properties,
                                          java.util.List<FileSet> fileSetList)
      • setLayerList

        public static void setLayerList​(WizardProperties properties,
                                        java.util.List<Layer> layerList)
      • makeLarger

        public static java.lang.String makeLarger​(java.lang.String text)
      • makeSmaller

        public static java.lang.String makeSmaller​(java.lang.String text)
      • makeBold

        public static java.lang.String makeBold​(java.lang.String text)