gov.nasa.worldwind.layers.rpf.wizard
Class RPFWizardUtil
java.lang.Object
gov.nasa.worldwind.layers.rpf.wizard.RPFWizardUtil
public class RPFWizardUtil
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILE_LIST
public static final java.lang.String FILE_LIST
- See Also:
- Constant Field Values
FILE_SET_LIST
public static final java.lang.String FILE_SET_LIST
- See Also:
- Constant Field Values
IS_FILE_LIST_CURRENT
public static final java.lang.String IS_FILE_LIST_CURRENT
- See Also:
- Constant Field Values
LAYER_LIST
public static final java.lang.String LAYER_LIST
- See Also:
- Constant Field Values
SELECTED_FILE
public static final java.lang.String SELECTED_FILE
- See Also:
- Constant Field Values
RPFWizardUtil
public RPFWizardUtil()
getFileList
public static java.util.List<java.io.File> getFileList(WizardProperties properties)
getFileSetList
public static java.util.List<FileSet> getFileSetList(WizardProperties properties)
getLayerList
public static java.util.List<Layer> getLayerList(WizardProperties properties)
getSelectedFile
public static java.io.File getSelectedFile(WizardProperties properties)
isFileListCurrent
public static boolean isFileListCurrent(WizardProperties properties)
makeBold
public static java.lang.String makeBold(java.lang.String text)
makeLarger
public static java.lang.String makeLarger(java.lang.String text)
makeSmaller
public static java.lang.String makeSmaller(java.lang.String text)
setFileList
public static void setFileList(WizardProperties properties,
java.util.List<java.io.File> fileList)
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)
setSelectedFile
public static void setSelectedFile(WizardProperties properties,
java.io.File file)