Uses of Enum Class
org.eclnt.jsfserver.util.ENUMFileMode
Packages that use ENUMFileMode
-
Uses of ENUMFileMode in org.eclnt.editor.tools
Methods in org.eclnt.editor.tools that return ENUMFileModeMethods in org.eclnt.editor.tools with parameters of type ENUMFileModeModifier and TypeMethodDescriptionvoid
ICCToolSet.openPage
(ENUMFileMode pageFileMode, String page) Open layout page editor in content area. -
Uses of ENUMFileMode in org.eclnt.jsfserver.util
Methods in org.eclnt.jsfserver.util that return ENUMFileModeModifier and TypeMethodDescriptionWebResourceClassloaderReader.ResultBytes.getFileMode()
WebResourceClassloaderReader.ResultInputStream.getFileMode()
WebResourceClassloaderReader.ResultString.getFileMode()
static ENUMFileMode
Returns the enum constant of this class with the specified name.static ENUMFileMode[]
ENUMFileMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclnt.jsfserver.util with parameters of type ENUMFileModeModifierConstructorDescriptionResultBytes
(byte[] result, ENUMFileMode fileMode) ResultInputStream
(InputStream result, ENUMFileMode fileMode) ResultString
(String result, ENUMFileMode fileMode)