Skip navigation links 
 
oracle.jdeveloper.audit.service
Class DefaultTransformsAction
java.lang.Object
  
javax.swing.AbstractAction
      
oracle.ide.controls.ToggleAction
          
oracle.jdeveloper.audit.service.TransformAction
              
oracle.jdeveloper.audit.service.DefaultTransformsAction
- All Implemented Interfaces:
 
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
 
- 
public abstract class DefaultTransformsAction
 
- extends TransformAction
 
- See Also:
 
- Serialized Form
 
 
 
| Fields inherited from class oracle.ide.controls.ToggleAction | 
ACCELERATOR, ACTION, ACTION_MENU_ACTIONS, BUTTON_GROUP_NAME, CATEGORY, CONTEXT_INDEPENDENT_NAME, DISABLED_ICON, HIDDEN, MENU_WEIGHT, MENU_WEIGHT_UNASSIGNED, MNEMONIC, PERFORM_ACTION_LATER, RADIO, STATE, TOGGLES, USER_DATA | 
 
| Fields inherited from class javax.swing.AbstractAction | 
changeSupport, enabled | 
 
| Fields inherited from interface javax.swing.Action | 
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON | 
  
 
  
 
 
 
| Methods inherited from class oracle.ide.controls.ToggleAction | 
addPropertyResolver, freezeKeyboard, getBooleanValue, getMenuWeight, getState, getValue, isActionMenu, isRadio, isToggle, listenForItemEvent, removePropertyResolver, setBooleanValue, setMenuWeight, setName, setState, toString | 
 
| Methods inherited from class javax.swing.AbstractAction | 
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, isEnabled, putValue, removePropertyChangeListener, setEnabled | 
 
| Methods inherited from class java.lang.Object | 
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
| Methods inherited from interface java.awt.event.ActionListener | 
actionPerformed | 
 
 
DefaultTransformsAction
protected DefaultTransformsAction(java.lang.String label,
                                  javax.swing.Icon icon,
                                  Transform transform)
getTransformDescriptions
public abstract java.util.Collection getTransformDescriptions()
- Gets descriptions of the transforms of this action.
 
getApplicableTransformCount
public abstract int getApplicableTransformCount()
- Gets the number of transforms of this action that are applicable.
 
getApplicableModelCount
public abstract int getApplicableModelCount()
- Gets the number of models for which this action has applicable transforms.
 
getOpenApplicableModelCount
public abstract int getOpenApplicableModelCount()
- Gets the number of models that have applicable transforms and which are open in an editor.
 
getApplicableModels
public abstract java.util.Collection getApplicableModels()
- Gets the models for which this action has applicable transforms.
 
getAppliedTransformCount
public abstract int getAppliedTransformCount()
- Gets the number of transforms applied by this action.
 
getModifiedModelCount
public abstract int getModifiedModelCount()
- Gets the number models modified by this action.
 
Skip navigation links 
 
Copyright © 1997, 2011, Oracle. All rights reserved.