ADF Designtime

oracle.adf.dt.objects
Class JUDTCtrlMethodAction

java.lang.Object
  extended byoracle.adf.dt.objects.JUDTBaseObject
      extended byoracle.adf.dt.objects.JUDTControlBinding
          extended byoracle.adf.dt.objects.JUDTCtrlAction
              extended byoracle.adf.dt.objects.JUDTCtrlMethodAction
All Implemented Interfaces:
oracle.ide.model.Displayable, java.util.EventListener, oracle.ide.inspector.Inspectable, oracle.ide.inspector.Inspectable2, java.util.Map, ObjectUpdateListener, oracle.jbo.mom.xml.PersistentDefinition, java.beans.PropertyChangeListener, oracle.ide.model.SupportsInspection

public class JUDTCtrlMethodAction
extends JUDTCtrlAction


Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
 
Fields inherited from class oracle.adf.dt.objects.JUDTBaseObject
_Context, _DefClassName, _RTDef, PNAME_id
 
Constructor Summary
JUDTCtrlMethodAction()
           
 
Method Summary
 boolean hasCustomDialog()
           
 boolean isSameDefinition(JUDTBaseObject object)
          Check to see if the passed in object has the same definition.
 
Methods inherited from class oracle.adf.dt.objects.JUDTCtrlAction
getAction, getActionBindingInstanceName, getCustomDialogToolTipText, getDataControl, getDataControlName, getDefaultBindingClassName, getDefaultDefClassName, getIcon, getIsLocaleObjectReference, getIsViewObjectMethod, getMethodName, getModelPath, getParameterName, getParameterTypes, getParameterValue, getParameterValues, getRequiresUpdateModel, getReturnName, getRTDef, initFromRTDef, initializeDefClassName, initializeFromJotMethod, initializeFromMethodDescriptor, isIteratorRequired, requiresIterator, setAction, setDataControlName, setInstanceName, setIsLocaleObjectReference, setIsViewObjectMethod, setMethodName, setParameterName, setParameters, setParameterValue, setRequiresUpdateModel, setReturnName, showEditorDialog, writeChildren, writeContents
 
Methods inherited from class oracle.adf.dt.objects.JUDTControlBinding
buildContextActionList, clear, containsKey, containsValue, entrySet, get, getActualBindingClassName, getBindingClassName, getBindingContainer, getClientDataControl, getControlClassName, getControlPrefix, getDesignTimeClass, getInitialValue, getInstanceName, getIteratorBinding, getIterBindingName, getLayoutCons, getLongLabel, getXMLElementTag, initializeFromRuntimeObject, isEmpty, keySet, performDeleteAction, put, putAll, remove, setBindingClassName, setBindingContainer, setControlClassName, setControlPrefix, setDefaultControlClass, setDesignTimeClass, setInitialValue, setIterBindingName, setLayoutCons, size, values, writeNonContentsChildren
 
Methods inherited from class oracle.adf.dt.objects.JUDTBaseObject
addObjectUpdateListener, addPropertyChangeListener, addVetoableChangeListener, buildActionList, buildContextMenuEntries, buildsContextMenuDirectly, dataChanged, fireObjectUpdated, firePropertyChange, getAdditionalTabPages, getContextMenuActions, getCustomDialogIcon, getCustomizer, getDefClassName, getFullName, getHelpTopicId, getId, getLinkActions, getPropertyChangeListeners, getPropertyModel, getShortLabel, getSubType, getTarget, getToolTipText, isNewInstance, propertyChange, readContents, removeObjectUpdateListener, removePropertyChangeListener, removeVetoableChangeListener, reportExceptionToUser, setContext, setDefClassName, setId, setNewInstance, setRunningKavaTests, setSaveSubType, setSubType, showCustomDialog, toString, writeChildren, writeObject, writeXMLIntArray, writeXMLStringArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

JUDTCtrlMethodAction

public JUDTCtrlMethodAction()
Method Detail

isSameDefinition

public boolean isSameDefinition(JUDTBaseObject object)
Description copied from class: JUDTBaseObject
Check to see if the passed in object has the same definition. We dont use ID or Full Name since this method is used to figure out if we should add an object to a container.

Overrides:
isSameDefinition in class JUDTCtrlAction

hasCustomDialog

public boolean hasCustomDialog()
Specified by:
hasCustomDialog in interface oracle.ide.inspector.Inspectable2
Overrides:
hasCustomDialog in class JUDTCtrlAction

ADF Designtime

 

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