Package org.eclipse.jface.commands
Provides JFace-specific support for commands.
Package Specification
This package provides a handler that wraps a legacy instance of
IAction
, as well as a manager for associating images with commands.
-
Class Summary Class Description ActionHandler This class adapts instances ofIAction
toIHandler
.PersistentState This is a state that can be made persistent.RadioState A piece of boolean state grouped with other boolean states.ToggleState A piece of state storing aBoolean
.