Uses of Enum Class
com.teamdev.jxbrowser.frame.EditorCommand.Name
Packages that use EditorCommand.Name
Package
Description
This package provides the classes that allow you to work with frames in browser.
-
Uses of EditorCommand.Name in com.teamdev.jxbrowser.frame
Methods in com.teamdev.jxbrowser.frame that return EditorCommand.NameModifier and TypeMethodDescriptionEditorCommand.name()Returns theNameof the command.static EditorCommand.NameReturns the enum constant of this class with the specified name.static EditorCommand.Name[]EditorCommand.Name.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.teamdev.jxbrowser.frame with parameters of type EditorCommand.NameModifier and TypeMethodDescriptionbooleanFrame.isCommandEnabled(EditorCommand.Name commandName) Returnstrueif the command with the givencommandNamecan be executed in the frame.