| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
oracle.ide.controls.ToggleAction
oracle.jdeveloper.audit.service.TransformAction
oracle.jdeveloper.audit.service.DefaultTransformsAction
public abstract class DefaultTransformsAction
| 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 | 
|---|
protected DefaultTransformsAction(java.lang.String label,
                                  javax.swing.Icon icon,
                                  Transform transform)
| Method Detail | 
|---|
public abstract java.util.Collection getTransformDescriptions()
public abstract int getApplicableTransformCount()
public abstract int getApplicableModelCount()
public abstract int getOpenApplicableModelCount()
public abstract java.util.Collection getApplicableModels()
public abstract int getAppliedTransformCount()
public abstract int getModifiedModelCount()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||