|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.ui.view.AbstractSystemViewAdapter
org.eclipse.rse.files.ui.view.SystemViewRemoteFileAdapter
Adapter for displaying remote file system objects in tree views. These are children of RemoteFileSubSystem filter strings
| Nested Class Summary | |
|---|---|
static class |
SystemViewRemoteFileAdapter.RenameRunnable
|
| Field Summary |
|---|
| Fields inherited from class org.eclipse.rse.ui.view.AbstractSystemViewAdapter |
|---|
_lastResults, _lastSelected, canceledObject, EMPTY_STRING_LIST, emptyList, errorObject, filterString, MEMENTO_DELIM, MSG_SUB_PREFIX, MSG_SUB1, MSG_SUB2, msgList, nullObject, propertySourceInput, shell, viewer |
| Fields inherited from interface org.eclipse.rse.ui.view.ISystemViewElementAdapter |
|---|
noActions |
| Fields inherited from interface org.eclipse.jface.viewers.IBasicPropertyConstants |
|---|
P_CHILDREN, P_IMAGE, P_PARENT, P_TEXT |
| Constructor Summary | |
|---|---|
SystemViewRemoteFileAdapter()
Constructor |
|
SystemViewRemoteFileAdapter(boolean foldersOnly,
boolean filesOnly)
Constructor for folders or files only |
|
| Method Summary | |
|---|---|
void |
addActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup)
Returns any actions that should be contributed to the popup menu for the given filter string object. |
boolean |
canDelete(Object element)
Yes, remote file objects are deletable! |
boolean |
canDrag(Object element)
Indicates whether the specified object can be copied or not. |
boolean |
canDrop(Object element)
Indicates whether the specified object can have another object copied to it |
boolean |
canEdit(Object element)
Indicates whether the specified object can be edited or not. |
boolean |
canRename(Object element)
Yes, remote file objects are renamable! |
protected String |
checkForCollision(Shell shell,
IRemoteFile targetFolder,
String oldName)
|
protected static PropertyDescriptor |
createSimplePropertyDescriptor(String keyAndLabel)
Create and return a simple string readonly property descriptor. |
boolean |
doDelete(Shell shell,
Object element)
Deprecated. use the one with monitor now |
boolean |
doDelete(Shell shell,
Object element,
IProgressMonitor monitor)
Perform the delete action. |
boolean |
doDeleteBatch(Shell shell,
List resourceSet,
IProgressMonitor monitor)
Perform the delete action. |
Object |
doDrag(Object element,
boolean sameSystem,
IProgressMonitor monitor)
Performs a drag copy operation. |
ISystemResourceSet |
doDrag(SystemRemoteResourceSet set,
IProgressMonitor monitor)
Overridable by subclasses, and is iff drag and drop supported. |
ISystemResourceSet |
doDrop(ISystemResourceSet fromSet,
Object target,
boolean sameSystemType,
boolean sameSystem,
int srcType,
IProgressMonitor monitor)
Perform drop from the "fromSet" of objects to the "to" object |
Object |
doDrop(Object src,
Object target,
boolean sameSystemType,
boolean sameSystem,
int sourceType,
IProgressMonitor monitor)
Perform a copy via drag and drop. |
boolean |
doRename(Shell shell,
Object element,
String newName)
Perform the rename action. |
String |
getAbsoluteName(Object element)
Return fully qualified name that uniquely identifies this object within its subsystem |
String |
getAbsoluteParentName(Object element)
Return fully qualified name that uniquely identifies this remote object's remote parent within its subsystem |
String |
getAlternateText(Object element)
Return the label for this object. |
IFile |
getCachedCopy(IRemoteFile remoteFile)
|
String |
getCanonicalNewName(Object element,
String newName)
Parent override. |
Object[] |
getChildren(IProgressMonitor monitor,
Object element)
Return the children of this object. |
Object[] |
getChildren(Object element)
Return the children of this object. |
ISystemEditableRemoteObject |
getEditableRemoteObject(Object element)
Return the remote edit wrapper for this object. |
String |
getFilterString()
Get the current filter string being used to subset the list by. |
String |
getFilterStringFor(Object object)
Return a filter string that corresponds to this object. |
protected long |
getFlatRemoteResourceSet(List initialResources,
SystemRemoteResourceSet flatSet,
IProgressMonitor monitor)
|
protected long |
getFlatWorkspaceResourceSet(IResource[] resources,
SystemWorkspaceResourceSet flatSet,
IProgressMonitor monitor)
|
protected long |
getFlatWorkspaceResourceSet(List resources,
SystemWorkspaceResourceSet flatSet,
IProgressMonitor monitor)
|
ImageDescriptor |
getImageDescriptor(Object element)
Returns an image descriptor for the image. |
String |
getMementoHandleKey(Object element)
Return a short string to uniquely identify the type of resource. |
String |
getName(Object element)
Return the name of this object, which may be different than the display text ({#link #getText(Object)}. |
ISystemValidator |
getNameValidator(Object element)
Return a validator for verifying the new name is correct. |
Object |
getParent(Object element)
Return the parent of this object |
Object |
getPropertyValue(Object property,
boolean formatted)
Returns the current value for the named property. |
Object |
getRemoteParent(Shell shell,
Object element)
Given a remote object, returns it remote parent object. |
String[] |
getRemoteParentNamesInUse(Shell shell,
Object element)
Given a remote object, return the unqualified names of the objects contained in that parent. |
String |
getRemoteSourceType(Object element)
Return the source type of the selected object. |
String |
getRemoteSubSubType(Object element)
Return the untranslated sub-subtype for this object. |
String |
getRemoteSubType(Object element)
Return the untranslated subtype for this object. |
String |
getRemoteType(Object element)
Return the untranslated type for this object. |
String |
getRemoteTypeCategory(Object element)
Return a value for the type category property for this object The value must not be translated, so that property pages registered via xml can subset by it. |
String |
getStatusLineText(Object element)
Return the string to display in the status line when the given object is selected. |
ISubSystem |
getSubSystem(Object element)
Return subsystem |
String |
getSubSystemConfigurationId(Object element)
Return the subsystem factory id that owns this remote object The value must not be translated, so that property pages registered via xml can subset by it. |
protected SystemFetchOperation |
getSystemFetchOperation(Object o,
IElementCollector collector)
Returns the SystemFetchOperation to be used in performing a query. |
String |
getText(Object element)
Return the label for this object. |
String |
getType(Object element)
Return the type label for this object |
IPropertyDescriptor[] |
getUniquePropertyDescriptors()
Returns the list of property descriptors that are unique for this particular adapter - that is the difference between the default property descriptors and the total list of property descriptors. |
boolean |
handleDoubleClick(Object element)
User has double clicked on an object. |
boolean |
hasChildren(Object element)
Return true if this object has children. |
protected IPropertyDescriptor[] |
internalGetPropertyDescriptors()
Return our unique property descriptors |
protected Object |
internalGetPropertyValue(Object key)
Returns the current value for the named property. |
boolean |
namesAreEqual(Object element,
String newName)
Parent override. |
boolean |
refreshRemoteObject(Object oldElement,
Object newElement)
Some view has updated the name or properties of this remote object. |
void |
setFilterString(String filterString)
Set a filter string to subset the list by. |
boolean |
supportsDeferredQueries()
Return whether deferred queries are supported. |
boolean |
supportsUserDefinedActions(Object object)
Returns false if the file is a virtual file, otherwise defaults to asking the subsystem
factory. |
boolean |
testAttribute(Object target,
String name,
String value)
From IActionFilter, it exposes properties for decorator and popupMenus extension points. |
boolean |
validateDrop(ISystemResourceSet srcSet,
Object target,
boolean sameSystem)
Return true if it is valid for the src object to be dropped in the target |
boolean |
validateDrop(Object src,
Object target,
boolean sameSystem)
Return true if it is valid for the src object to be dropped in the target |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.rse.ui.view.ISystemViewElementAdapter |
|---|
getChildrenUsingExpandToFilter, getInput, getInputMementoHandle, getMementoHandle, getShell, getViewer, isPromptable, saveExpansionState, selectionChanged, setInput, setPropertySourceInput, setShell, setViewer, showDelete, showGenericShowInTableAction, showOpenViewActions, showRefresh, showRename |
| Methods inherited from interface org.eclipse.ui.views.properties.IPropertySource |
|---|
getEditableValue, getPropertyDescriptors, getPropertyValue, isPropertySet, resetPropertyValue, setPropertyValue |
| Methods inherited from interface org.eclipse.rse.ui.view.ISystemDragDropAdapter |
|---|
canDrag |
| Constructor Detail |
public SystemViewRemoteFileAdapter()
public SystemViewRemoteFileAdapter(boolean foldersOnly,
boolean filesOnly)
| Method Detail |
public void setFilterString(String filterString)
setFilterString in interface ISystemViewElementAdaptersetFilterString in class AbstractSystemViewAdapterpublic String getFilterString()
getFilterString in interface ISystemViewElementAdaptergetFilterString in class AbstractSystemViewAdapter
public void addActions(SystemMenuManager menu,
IStructuredSelection selection,
Shell shell,
String menuGroup)
addActions in interface ISystemViewElementAdapteraddActions in class AbstractSystemViewAdaptermenu - The menu to contribute actions toselection - The window's current selection.shell - Shell of viewermenuGroup - recommended menu group to add actions to. If added to another group, you must be sure to create that group first.ISystemViewElementAdapter.addActions(SystemMenuManager, IStructuredSelection, Shell, String)public ImageDescriptor getImageDescriptor(Object element)
getImageDescriptor in interface ISystemViewElementAdaptergetImageDescriptor in class AbstractSystemViewAdapterelement - The element for which an image is desiredpublic String getText(Object element)
getText in interface ISystemViewElementAdaptergetText in class AbstractSystemViewAdapterAbstractSystemViewAdapter.getName(Object),
AbstractSystemViewAdapter.getAbsoluteName(Object)public String getAlternateText(Object element)
getAlternateText in interface ISystemViewElementAdaptergetAlternateText in class AbstractSystemViewAdapterAbstractSystemViewAdapter.getName(Object),
AbstractSystemViewAdapter.getAbsoluteName(Object)public String getName(Object element)
Called by common rename and delete actions.
getName in interface ISystemViewElementAdaptergetName in class AbstractSystemViewAdapterAbstractSystemViewAdapter.getText(Object),
AbstractSystemViewAdapter.getAbsoluteName(Object)public String getType(Object element)
getType in interface ISystemViewElementAdaptergetType in class AbstractSystemViewAdapterpublic String getStatusLineText(Object element)
getStatusLineText in interface ISystemViewElementAdaptergetStatusLineText in class AbstractSystemViewAdapterpublic Object getParent(Object element)
getParent in interface ISystemViewElementAdaptergetParent in class AbstractSystemViewAdapter
public Object[] getChildren(IProgressMonitor monitor,
Object element)
getChildren in interface ISystemViewElementAdaptergetChildren in class AbstractSystemViewAdapterpublic Object[] getChildren(Object element)
getChildren in interface ISystemViewElementAdaptergetChildren in class AbstractSystemViewAdapterpublic boolean hasChildren(Object element)
hasChildren in interface ISystemViewElementAdapterhasChildren in class AbstractSystemViewAdapterpublic IPropertyDescriptor[] getUniquePropertyDescriptors()
ISystemViewElementAdapter
getUniquePropertyDescriptors in interface ISystemViewElementAdaptergetUniquePropertyDescriptors in class AbstractSystemViewAdapterprotected IPropertyDescriptor[] internalGetPropertyDescriptors()
internalGetPropertyDescriptors in class AbstractSystemViewAdapter#createSimplePropertyDescriptor(String,ResourceBundle,String)protected static PropertyDescriptor createSimplePropertyDescriptor(String keyAndLabel)
protected Object internalGetPropertyValue(Object key)
internalGetPropertyValue in class AbstractSystemViewAdapterkey - the name of the property as named by its property descriptor
public Object getPropertyValue(Object property,
boolean formatted)
getPropertyValue in interface ISystemViewElementAdaptergetPropertyValue in class AbstractSystemViewAdapterproperty - the name or key of the property as named by its property descriptorformatted - indication of whether to return the value in formatted or raw form
public boolean canDrag(Object element)
canDrag in interface ISystemDragDropAdaptercanDrag in class AbstractSystemViewAdapterelement - the object we want to try to copy
AbstractSystemViewAdapter.doDrag(Object,boolean,IProgressMonitor),
AbstractSystemViewAdapter.canDrop(Object),
AbstractSystemViewAdapter.doDrop(Object,Object,boolean,boolean,IProgressMonitor),
AbstractSystemViewAdapter.validateDrop(Object,Object,boolean)public boolean canDrop(Object element)
canDrop in interface ISystemDragDropAdaptercanDrop in class AbstractSystemViewAdapterelement - the object we want to try to copy to
AbstractSystemViewAdapter.canDrag(Object),
AbstractSystemViewAdapter.doDrag(Object,boolean,IProgressMonitor),
AbstractSystemViewAdapter.doDrop(Object,Object,boolean,boolean,IProgressMonitor),
AbstractSystemViewAdapter.validateDrop(Object,Object,boolean)
public boolean validateDrop(ISystemResourceSet srcSet,
Object target,
boolean sameSystem)
validateDrop in interface ISystemDragDropAdaptervalidateDrop in class AbstractSystemViewAdaptersrcSet - the objects to droptarget - the object which src is dropped insameSystem - whether this is the same system
public boolean validateDrop(Object src,
Object target,
boolean sameSystem)
validateDrop in interface ISystemDragDropAdaptervalidateDrop in class AbstractSystemViewAdaptersrc - the object to droptarget - the object which src is dropped insameSystem - whether this is the same system
AbstractSystemViewAdapter.canDrag(Object),
AbstractSystemViewAdapter.doDrag(Object,boolean,IProgressMonitor),
AbstractSystemViewAdapter.canDrop(Object),
AbstractSystemViewAdapter.doDrop(Object,Object,boolean,boolean,IProgressMonitor)
public Object doDrag(Object element,
boolean sameSystem,
IProgressMonitor monitor)
doDrag in interface ISystemDragDropAdapterdoDrag in class AbstractSystemViewAdapterelement - the object which is being copiedsameSystem - an indication whether a transfer is being made between the same types of systems.monitor - a progress monitor
AbstractSystemViewAdapter.canDrag(Object),
AbstractSystemViewAdapter.canDrop(Object),
AbstractSystemViewAdapter.doDrop(Object,Object,boolean,boolean,IProgressMonitor),
AbstractSystemViewAdapter.validateDrop(Object,Object,boolean)
public ISystemResourceSet doDrag(SystemRemoteResourceSet set,
IProgressMonitor monitor)
doDrag in interface ISystemDragDropAdapterdoDrag in class AbstractSystemViewAdapterset - the set of objects to copymonitor - the progress monitor
protected long getFlatRemoteResourceSet(List initialResources,
SystemRemoteResourceSet flatSet,
IProgressMonitor monitor)
protected long getFlatWorkspaceResourceSet(List resources,
SystemWorkspaceResourceSet flatSet,
IProgressMonitor monitor)
protected long getFlatWorkspaceResourceSet(IResource[] resources,
SystemWorkspaceResourceSet flatSet,
IProgressMonitor monitor)
public ISystemResourceSet doDrop(ISystemResourceSet fromSet,
Object target,
boolean sameSystemType,
boolean sameSystem,
int srcType,
IProgressMonitor monitor)
doDrop in interface ISystemDragDropAdapterdoDrop in class AbstractSystemViewAdaptersameSystemType - indication of whether the source and target reside of the same type of systemsameSystem - indication of whether the source and target are on the same systemsrcType - the type of objects to be droppedmonitor - the progress monitorfromSet - the source objects for the droptarget - the target object for the drop
public Object doDrop(Object src,
Object target,
boolean sameSystemType,
boolean sameSystem,
int sourceType,
IProgressMonitor monitor)
doDrop in interface ISystemDragDropAdapterdoDrop in class AbstractSystemViewAdaptersrc - the object to be copied. If the target and source are not on the same system, then this is a
temporary object produced by the doDrag.target - the object to be copied to.sameSystem - an indication whether the target and source reside on the same type of systemmonitor - the progress monitor
AbstractSystemViewAdapter.canDrag(Object),
AbstractSystemViewAdapter.doDrag(Object,boolean,IProgressMonitor),
AbstractSystemViewAdapter.canDrop(Object),
AbstractSystemViewAdapter.validateDrop(Object,Object,boolean)
protected String checkForCollision(Shell shell,
IRemoteFile targetFolder,
String oldName)
public boolean canDelete(Object element)
canDelete in interface ISystemViewElementAdaptercanDelete in class AbstractSystemViewAdapterAbstractSystemViewAdapter.showDelete(Object),
AbstractSystemViewAdapter.doDelete(Shell,Object)
public boolean doDelete(Shell shell,
Object element)
throws Exception
doDelete in interface ISystemViewElementAdapterdoDelete in class AbstractSystemViewAdapterExceptionAbstractSystemViewAdapter.showDelete(Object),
AbstractSystemViewAdapter.canDelete(Object)
public boolean doDelete(Shell shell,
Object element,
IProgressMonitor monitor)
throws Exception
doDelete in interface ISystemViewElementAdapterdoDelete in class AbstractSystemViewAdapterExceptionAbstractSystemViewAdapter.showDelete(Object),
AbstractSystemViewAdapter.canDelete(Object)
public boolean doDeleteBatch(Shell shell,
List resourceSet,
IProgressMonitor monitor)
throws Exception
doDeleteBatch in interface ISystemViewElementAdapterdoDeleteBatch in class AbstractSystemViewAdapterExceptionpublic boolean canRename(Object element)
canRename in interface ISystemViewElementAdaptercanRename in class AbstractSystemViewAdapterAbstractSystemViewAdapter.showRename(Object),
AbstractSystemViewAdapter.doRename(Shell,Object,String),
AbstractSystemViewAdapter.getNameValidator(Object),
AbstractSystemViewAdapter.getCanonicalNewName(Object,String),
AbstractSystemViewAdapter.namesAreEqual(Object,String)
public boolean doRename(Shell shell,
Object element,
String newName)
throws Exception
doRename in interface ISystemViewElementAdapterdoRename in class AbstractSystemViewAdapterExceptionAbstractSystemViewAdapter.showRename(Object),
AbstractSystemViewAdapter.canRename(Object)public ISystemValidator getNameValidator(Object element)
getNameValidator in interface ISystemViewElementAdaptergetNameValidator in class AbstractSystemViewAdapterAbstractSystemViewAdapter.canRename(Object)
public String getCanonicalNewName(Object element,
String newName)
Form and return a new canonical (unique) name for this object, given a candidate for the new name. This is called by the generic multi-rename dialog to test that all new names are unique. To do this right, sometimes more than the raw name itself is required to do uniqueness checking.
Returns newName, but uppercased for Windows file systems
getCanonicalNewName in interface ISystemViewElementAdaptergetCanonicalNewName in class AbstractSystemViewAdapterAbstractSystemViewAdapter.canRename(Object)
public boolean namesAreEqual(Object element,
String newName)
Compare the name of the given element to the given new name to decide if they are equal. Allows adapters to consider case and quotes as appropriate.
For Unix/Linux, returns the result of getName(element).equals(newName), which is to say, it is a case sensitive compare. For windows, it is case insensitive (equalsIgnoreCase).
namesAreEqual in interface ISystemViewElementAdapternamesAreEqual in class AbstractSystemViewAdapterAbstractSystemViewAdapter.canRename(Object)public String getMementoHandleKey(Object element)
getMementoHandleKey in interface ISystemViewElementAdaptergetMementoHandleKey in class AbstractSystemViewAdapterpublic String getAbsoluteName(Object element)
getAbsoluteName in interface IRemoteObjectIdentifiergetAbsoluteName in class AbstractSystemViewAdapterAbstractSystemViewAdapter.getText(Object),
AbstractSystemViewAdapter.getName(Object)public String getAbsoluteParentName(Object element)
getAbsoluteParentName in interface ISystemRemoteElementAdapterpublic ISubSystem getSubSystem(Object element)
getSubSystem in interface ISystemViewElementAdaptergetSubSystem in class AbstractSystemViewAdapterpublic String getSubSystemConfigurationId(Object element)
getSubSystemConfigurationId in interface ISystemRemoteElementAdapterpublic String getRemoteTypeCategory(Object element)
getRemoteTypeCategory in interface ISystemRemoteElementAdapterpublic String getRemoteType(Object element)
getRemoteType in interface ISystemRemoteElementAdapterpublic String getRemoteSubType(Object element)
getRemoteSubType in interface ISystemRemoteElementAdapterpublic String getRemoteSubSubType(Object element)
getRemoteSubSubType in interface ISystemRemoteElementAdaptergetRemoteSubSubType in class AbstractSystemViewAdapterpublic String getRemoteSourceType(Object element)
For files, this returns the extension. For folders, it returns null.
getRemoteSourceType in interface ISystemRemoteElementAdaptergetRemoteSourceType in class AbstractSystemViewAdapter
public boolean refreshRemoteObject(Object oldElement,
Object newElement)
This is called by viewers like SystemView in response to rename and property change events.
refreshRemoteObject in interface ISystemRemoteElementAdapteroldElement - the element that was found in the treenewElement - the updated element that was passed in the REFRESH_REMOTE event
public Object getRemoteParent(Shell shell,
Object element)
throws Exception
The shell is required in order to set the cursor to a busy state if a remote trip is required.
getRemoteParent in interface ISystemRemoteElementAdapterException
public String[] getRemoteParentNamesInUse(Shell shell,
Object element)
throws Exception
getRemoteParentNamesInUse in interface ISystemRemoteElementAdapterExceptionpublic boolean handleDoubleClick(Object element)
handleDoubleClick in interface ISystemViewElementAdapterhandleDoubleClick in class AbstractSystemViewAdapterpublic boolean canEdit(Object element)
ISystemRemoteElementAdapter
canEdit in interface ISystemRemoteElementAdaptercanEdit in class AbstractSystemViewAdapterelement - the object to edit
public ISystemEditableRemoteObject getEditableRemoteObject(Object element)
ISystemRemoteElementAdapter
getEditableRemoteObject in interface ISystemRemoteElementAdaptergetEditableRemoteObject in class AbstractSystemViewAdapterelement - the object to edit
public IFile getCachedCopy(IRemoteFile remoteFile)
throws SystemMessageException
SystemMessageExceptionpublic String getFilterStringFor(Object object)
getFilterStringFor in interface ISystemRemoteElementAdaptergetFilterStringFor in class AbstractSystemViewAdapterobject - the object to obtain a filter string for
public boolean testAttribute(Object target,
String name,
String value)
true, then returns true if the target is a root file.
If the given value is false, then returns true if the target is not root.true, then returns true if the target is a file.
If the given value is false, then returns true if the target is not a file.true, then returns true if the target is a directory.
If the given value is false, then returns true if the target is not a directory.true, then returns true if the target is a hidden file.
If the given value is false, then returns true if the target is not a hidden file.true, then returns true if the target is readable.
If the given value is false, then returns true if the target is not readable.true, then returns true if the target is writable.
If the given value is false, then returns true if the target is not writable.true, then returns true if the target is a binary file.
If the given value is false, then returns true if the target is not a binary file.true, then returns true if the target is a text file.
If the given value is false, then returns true if the target is not a text file.true, then returns true if the target is an archive file.
If the given value is false, then returns true if the target is not an archive file.true, then returns true if the target is a virtual file.
If the given value is false, then returns true if the target is not a virtual file.
testAttribute in interface IActionFiltertestAttribute in class AbstractSystemViewAdapterIActionFilter.testAttribute(java.lang.Object, java.lang.String, java.lang.String)public boolean supportsDeferredQueries()
ISystemViewElementAdapter
supportsDeferredQueries in interface ISystemViewElementAdaptersupportsDeferredQueries in class AbstractSystemViewAdapter
protected SystemFetchOperation getSystemFetchOperation(Object o,
IElementCollector collector)
AbstractSystemViewAdapter
getSystemFetchOperation in class AbstractSystemViewAdaptero - collector -
public boolean supportsUserDefinedActions(Object object)
false if the file is a virtual file, otherwise defaults to asking the subsystem
factory.
supportsUserDefinedActions in interface ISystemRemoteElementAdapterobject - the object.
true if the object supports user defined actions, false otherwise.ISystemRemoteElementAdapter.supportsUserDefinedActions(java.lang.Object)
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||