public abstract class TransformAction extends ToggleAction
ACCELERATOR, ACTION, ACTION_MENU_ACTIONS, ACTION_MENU_HAS_DEFAULT_ACTION, BUTTON_GROUP_NAME, CATEGORY, CONTEXT_INDEPENDENT_NAME, DISABLED_ICON, HIDDEN, MENU_WEIGHT, MENU_WEIGHT_UNASSIGNED, MNEMONIC, PERFORM_ACTION_LATER, RADIO, STATE, TOGGLES, USER_DATA| Modifier | Constructor and Description | 
|---|---|
protected | 
TransformAction(java.lang.String label, javax.swing.Icon icon, Transform transform)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract java.lang.Throwable | 
apply()  | 
Transform | 
getTransform()
Gets the transform this action applies, or null if this action applies the default transform to one or more violations. 
 | 
addPropertyResolver, freezeKeyboard, getBooleanValue, getMenuWeight, getState, getValue, isActionMenu, isRadio, isToggle, listenForItemEvent, putValue, removePropertyResolver, setBooleanValue, setMenuWeight, setName, setState, toStringaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, isEnabled, removePropertyChangeListener, setEnabled
protected TransformAction(java.lang.String label,
               javax.swing.Icon icon,
               Transform transform)
public Transform getTransform()
public abstract java.lang.Throwable apply()