Uses of Enum Class
com.teamdev.jxbrowser.frame.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
Modifier 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.Modifier and TypeMethodDescriptionboolean
Frame.isCommandEnabled
(EditorCommand.Name commandName) Returnstrue
if the command with the givencommandName
can be executed in the frame.