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 theName
of the command.static EditorCommand.Name
Returns 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 TypeMethodDescriptionboolean
Frame.isCommandEnabled
(EditorCommand.Name commandName) Returnstrue
if the command with the givencommandName
can be executed in the frame.