|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.ui.view.AbstractSystemViewAdapter
com.ibm.etools.iseries.core.ui.view.ISeriesBaseAdapter
Base Adapter for iSeries remote objects
Field Summary | |
---|---|
static String |
copyright
|
Fields inherited from class com.ibm.etools.systems.core.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 com.ibm.etools.systems.subsystems.IRemoteObjectIdentifier |
---|
Copyright |
Fields inherited from interface com.ibm.etools.systems.core.ui.view.ISystemViewElementAdapter |
---|
noActions |
Fields inherited from interface com.ibm.etools.systems.core.ui.view.ISystemPropertyConstants |
---|
P_ARCHIVE_COMMENT, P_ARCHIVE_EXPANDEDSIZE, P_CCSID, P_COMMAND, P_COMMENT, P_COMPILETYPE_TYPES, P_DEFAULTUSERID, P_DESCRIPTION, P_ENVLIST, P_ERROR, P_ERROR_FILENAME, P_ERROR_LINENO, P_FILE_CANONICAL_PATH, P_FILE_CLASSIFICATION, P_FILE_HIDDEN, P_FILE_LASTMODIFIED, P_FILE_PATH, P_FILE_READABLE, P_FILE_READONLY, P_FILE_SIZE, P_FILE_WRITABLE, P_FILTER, P_FILTERS, P_FILTERSTRING, P_FILTERSTRINGS, P_FILTERSTRINGS_COUNT, P_HAS_CHILDREN, P_HOSTNAME, P_IS_ACTIVE, P_IS_CONNECTED, P_IS_CONNECTION_PRIVATE, P_NBRCHILDREN, P_NEWNAME, P_OK, P_ORIGIN, P_PARENT_FILTER, P_PARENT_FILTERPOOL, P_PASSWORD, P_PORT, P_PREFIX, P_PROFILE, P_RELATED_CONNECTION, P_SEARCH_LINE, P_SHELL_CONTEXT, P_SHELL_STATUS, P_SYSTEMTYPE, P_TYPE, P_USERACTION_DOMAIN, P_USERID, P_VENDOR, P_VIRTUAL_COMMENT, P_VIRTUAL_COMPRESSEDSIZE, P_VIRTUAL_COMPRESSIONMETHOD, P_VIRTUAL_COMPRESSIONRATIO, P_VRM |
Fields inherited from interface org.eclipse.jface.viewers.IBasicPropertyConstants |
---|
P_CHILDREN, P_IMAGE, P_PARENT, P_TEXT |
Constructor Summary | |
---|---|
ISeriesBaseAdapter()
|
Method Summary | |
---|---|
boolean |
canEdit(Object element)
Implementation for ISystemRemoteElementAdapter. |
abstract String |
getDescription(Object element)
Get the description for the selected iSeries object. |
com.ibm.etools.systems.core.resources.ISystemEditableRemoteObject |
getEditableRemoteObject(Object element)
Implementation for ISystemRemoteElementAdapter. |
String |
getFilterStringFor(Object object)
Return a filter string that corresponds to this object. |
String |
getRemoteSubSubType(Object element)
Return the untranslated sub-subtype for this object. |
String |
getRemoteSubType(Object element)
Return the subtype of this element. |
String |
getRemoteType(Object element)
Return a value for the type 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. |
String |
getSubSystemFactoryId(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. |
boolean |
supportsUserDefinedActions(Object object)
Defaults to asking the subsystem factory. |
Methods inherited from class com.ibm.etools.systems.core.ui.view.AbstractSystemViewAdapter |
---|
addActions, addCommonRemoteActions, addDynamicPopupMenuActions, canDelete, canDrag, canDrop, canRename, checkForNull, createSimplePropertyDescriptor, createSimplePropertyDescriptor, doDelete, doDrag, doDrop, doDrop, doRename, fetchDeferredChildren, getAbsoluteName, getAdapter, getCancelledMessageObject, getCanonicalNewName, getChildren, getChildren, getChildrenUsingExpandToFilter, getCurrentTreeView, getDefaultDescriptors, getEditableValue, getEmptyMessageObject, getFailedMessageObject, getFilterString, getFirstSelection, getImageDescriptor, getInput, getInputMementoHandle, getLabel, getMementoHandle, getMementoHandleKey, getName, getNameValidator, getParent, getPropertyDescriptors, getPropertyValue, getPropertyValue, getRemoteAdapter, getRemoteSourceType, getRule, getShell, getSubSystem, getSystemFetchOperation, getSystemTree, getText, getTranslatedFalse, getTranslatedNo, getTranslatedNotApplicable, getTranslatedNotAvailable, getTranslatedTrue, getTranslatedYes, getType, getUniquePropertyDescriptors, getViewer, handleDoubleClick, hasChildren, initMsgObjects, internalGetPropertyDescriptors, internalGetPropertyValue, isContainer, isPromptable, isPropertySet, namesAreEqual, resetPropertyValue, saveExpansionState, selectionChanged, setFilterString, setInput, setPropertySourceInput, setPropertyValue, setShell, setViewer, showDelete, showGenericShowInTableAction, showOpenViewActions, showRefresh, showRename, sub, supportsDeferredQueries, testAttribute, validateDrop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.etools.systems.core.ui.view.ISystemRemoteElementAdapter |
---|
getAbsoluteName, getAbsoluteParentName, getName, getRemoteParent, getRemoteParentNamesInUse, getRemoteSourceType, getRemoteTypeCategory, getSubSystem, refreshRemoteObject |
Field Detail |
public static final String copyright
Constructor Detail |
public ISeriesBaseAdapter()
Method Detail |
public String getRemoteType(Object element)
getRemoteType
in interface com.ibm.etools.systems.core.ui.view.ISystemRemoteElementAdapter
public String getRemoteSubType(Object element)
We return null here. Override if applicable
getRemoteSubType
in interface com.ibm.etools.systems.core.ui.view.ISystemRemoteElementAdapter
public String getRemoteSubSubType(Object element)
getRemoteSubSubType
in interface com.ibm.etools.systems.core.ui.view.ISystemRemoteElementAdapter
public String getSubSystemFactoryId(Object element)
getSubSystemFactoryId
in interface com.ibm.etools.systems.core.ui.view.ISystemRemoteElementAdapter
public String getStatusLineText(Object element)
getStatusLineText
in interface com.ibm.etools.systems.core.ui.view.ISystemViewElementAdapter
public abstract String getDescription(Object element)
public boolean canEdit(Object element)
canEdit
in interface com.ibm.etools.systems.core.ui.view.ISystemRemoteElementAdapter
public com.ibm.etools.systems.core.resources.ISystemEditableRemoteObject getEditableRemoteObject(Object element)
getEditableRemoteObject
in interface com.ibm.etools.systems.core.ui.view.ISystemRemoteElementAdapter
public String getFilterStringFor(Object object)
getFilterStringFor
in interface com.ibm.etools.systems.core.ui.view.ISystemRemoteElementAdapter
object
- the object to obtain a filter string for
public boolean supportsUserDefinedActions(Object object)
supportsUserDefinedActions
in interface com.ibm.etools.systems.core.ui.view.ISystemRemoteElementAdapter
ISystemRemoteElementAdapter.supportsUserDefinedActions(java.lang.Object)
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |