Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.jdeveloper.audit.service
Class DefaultTransformsAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by oracle.ide.controls.ToggleAction
          extended by oracle.jdeveloper.audit.service.TransformAction
              extended by 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

Field Summary
 
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
 
Constructor Summary
protected DefaultTransformsAction(java.lang.String label, javax.swing.Icon icon, Transform transform)
           
 
Method Summary
abstract  int getApplicableModelCount()
          Gets the number of models for which this action has applicable transforms.
abstract  java.util.Collection getApplicableModels()
          Gets the models for which this action has applicable transforms.
abstract  int getApplicableTransformCount()
          Gets the number of transforms of this action that are applicable.
abstract  int getAppliedTransformCount()
          Gets the number of transforms applied by this action.
abstract  int getModifiedModelCount()
          Gets the number models modified by this action.
abstract  int getOpenApplicableModelCount()
          Gets the number of models that have applicable transforms and which are open in an editor.
abstract  java.util.Collection getTransformDescriptions()
          Gets descriptions of the transforms of this action.
 
Methods inherited from class oracle.jdeveloper.audit.service.TransformAction
apply, getTransform
 
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
 

Constructor Detail

DefaultTransformsAction

protected DefaultTransformsAction(java.lang.String label,
                                  javax.swing.Icon icon,
                                  Transform transform)
Method Detail

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.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.