|
|
|
|
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_
M
-
magic -
Variable in class org.eclipse.rse.services.clientserver.archiveutils.
TarEntry
-
-
mainPage -
Variable in class org.eclipse.rse.ui.filters.dialogs.
SystemNewFilterWizard
-
-
makeSaveAsDialog(Shell, String) -
Static method in class org.eclipse.rse.files.ui.dialogs.
FileDialogFactory
- Create an ISaveAsDialog instance with the given title, initialized for
selecting a file to save to.
-
makeSaveAsDialog(Shell) -
Static method in class org.eclipse.rse.files.ui.dialogs.
FileDialogFactory
- Create an ISaveAsDialog instance, initialized for selecting a folder to
save to.
-
makeSimpleFilter(String) -
Static method in class org.eclipse.rse.core.filters.
SystemFilterUtil
-
-
makeSubstitution(Object) -
Method in class org.eclipse.rse.services.clientserver.messages.
SystemMessage
- Use this method to set substitution value %1.
-
makeSubstitution(Object, Object) -
Method in class org.eclipse.rse.services.clientserver.messages.
SystemMessage
- Use this method to set substitution value %1 %2
Generally toString() is used on the substitution objects, but there is
special case handling for exception objects and IStatus objects.
-
makeSubstitution(Object, Object, Object) -
Method in class org.eclipse.rse.services.clientserver.messages.
SystemMessage
- Use this method to set substitution value %1 %2 %3
Generally toString() is used on the substitution objects, but there is
special case handling for exception objects and IStatus objects.
-
makeSubstitution(Object, Object, Object, Object) -
Method in class org.eclipse.rse.services.clientserver.messages.
SystemMessage
- Use this method to set substitution value %1 %2 %3 %4
Generally toString() is used on the substitution objects, but there is
special case handling for exception objects and IStatus objects.
-
makeSubstitution(Object[]) -
Method in class org.eclipse.rse.services.clientserver.messages.
SystemMessage
- Use this method to set substitution values
Generally toString() is used on the substitution objects, but there is
special case handling for exception objects and IStatus objects.
-
makeSystemProfileActive(ISystemProfile, boolean) -
Method in interface org.eclipse.rse.core.model.
ISystemProfileManager
- Toggle an existing profile's state between active and inactive.
-
marginHeight -
Variable in class org.eclipse.rse.ui.dialogs.
SystemPromptDialog
-
-
marginWidth -
Variable in class org.eclipse.rse.ui.dialogs.
SystemPromptDialog
-
-
mark(int) -
Method in class org.eclipse.rse.subsystems.files.core.servicesubsystem.
FileSubSystemInputStream
-
-
markAllPropertiesStale() -
Method in interface org.eclipse.rse.core.subsystems.
IRemotePropertyHolder
- Marks all properties as stale.
-
markAllPropertiesStale() -
Method in class org.eclipse.rse.subsystems.files.core.subsystems.
RemoteFile
-
-
markForSave() -
Method in class org.eclipse.rse.persistence.dom.
RSEDOM
- Indicate that this DOM needs to be saved
-
markForSave() -
Method in class org.eclipse.rse.persistence.dom.
RSEDOMNode
- Propagates the needs save indicator up to the root
-
markPropertyStale(String) -
Method in interface org.eclipse.rse.core.subsystems.
IRemotePropertyHolder
- Marks the property with the given key as stale.
-
markPropertyStale(String) -
Method in class org.eclipse.rse.subsystems.files.core.subsystems.
RemoteFile
-
-
markStale(boolean) -
Method in class org.eclipse.rse.core.filters.
SystemFilterReference
-
-
markStale(boolean, boolean) -
Method in class org.eclipse.rse.core.filters.
SystemFilterReference
-
-
markStale(boolean) -
Method in interface org.eclipse.rse.core.model.
ISystemContainer
- Marks the object as stale or not
-
markStale(boolean, boolean) -
Method in interface org.eclipse.rse.core.model.
ISystemContainer
- Marks the object as stale or not
-
markStale(boolean) -
Method in class org.eclipse.rse.subsystems.files.core.subsystems.
RemoteFile
-
-
markStale(boolean, boolean) -
Method in class org.eclipse.rse.subsystems.files.core.subsystems.
RemoteFile
-
-
markSupported() -
Method in class org.eclipse.rse.subsystems.files.core.servicesubsystem.
FileSubSystemInputStream
-
-
markUpdated() -
Method in class org.eclipse.rse.persistence.dom.
RSEDOMNode
-
-
massage(String) -
Method in interface org.eclipse.rse.ui.
ISystemMassager
- Given the user-entered input, return the massaged version of it.
-
massage(String) -
Method in class org.eclipse.rse.ui.
MassagerAddQuotes
- Quotes the string by surround the original string with
the quote character and doubling any internal occurences of
the character.
-
massage(String) -
Method in class org.eclipse.rse.ui.
MassagerFoldCase
-
-
massage(String) -
Method in class org.eclipse.rse.ui.
MassagerRemoveQuotes
-
-
MassagerAddQuotes - Class in
org.eclipse.rse.ui
- This massager will take a string an add quotes to it by
wrapping the string in the quote character and doubling
any interior instances of the quote character.
-
MassagerAddQuotes() -
Constructor for class org.eclipse.rse.ui.
MassagerAddQuotes
- Construct a new instance of the massager.
-
MassagerAddQuotes(char) -
Constructor for class org.eclipse.rse.ui.
MassagerAddQuotes
- Construct a new instance of the massager.
-
MassagerFoldCase - Class in
org.eclipse.rse.ui
- This massager folds the input text into either uppercase or lowercase,
depending on the value pass to the constructor or setter.
-
MassagerFoldCase() -
Constructor for class org.eclipse.rse.ui.
MassagerFoldCase
- Constructor using uppercase as the case direction
-
MassagerFoldCase(boolean) -
Constructor for class org.eclipse.rse.ui.
MassagerFoldCase
- Constructor using given case direction
-
MassagerFoldCaseOutsideQuotes - Class in
org.eclipse.rse.ui
- This massager folds the input text into either uppercase or lowercase,
but ONLY for those portions of the string that are not inside delimiters.
-
MassagerFoldCaseOutsideQuotes() -
Constructor for class org.eclipse.rse.ui.
MassagerFoldCaseOutsideQuotes
- Constructor using uppercase and using single and double quotes as delimiters
-
MassagerFoldCaseOutsideQuotes(boolean) -
Constructor for class org.eclipse.rse.ui.
MassagerFoldCaseOutsideQuotes
- Constructor using given case direction, using single and double quotes as delimiters
-
MassagerFoldCaseOutsideQuotes(boolean, char[]) -
Constructor for class org.eclipse.rse.ui.
MassagerFoldCaseOutsideQuotes
- Constructor using given case direction, using given delimiters
-
MassagerFoldCaseUnlessQuoted - Class in
org.eclipse.rse.ui
- This massager folds the input text into either uppercase or lowercase,
but ONLY if the given input is not delimited.
-
MassagerFoldCaseUnlessQuoted() -
Constructor for class org.eclipse.rse.ui.
MassagerFoldCaseUnlessQuoted
- Constructor using uppercase and using a double quote as delimiter
-
MassagerFoldCaseUnlessQuoted(boolean) -
Constructor for class org.eclipse.rse.ui.
MassagerFoldCaseUnlessQuoted
- Constructor using given case direction, using a double quote as delimiter
-
MassagerFoldCaseUnlessQuoted(boolean, char) -
Constructor for class org.eclipse.rse.ui.
MassagerFoldCaseUnlessQuoted
- Constructor using given case direction, using given delimiter
-
MassagerRemoveQuotes - Class in
org.eclipse.rse.ui
- Utility class used by UI widgets to format a srcpf or member Description string.
-
MassagerRemoveQuotes() -
Constructor for class org.eclipse.rse.ui.
MassagerRemoveQuotes
- Default constructor for MassagerRemoveQuotes.
-
MassagerRemoveQuotes(char, char, char, boolean) -
Constructor for class org.eclipse.rse.ui.
MassagerRemoveQuotes
- Generic constructor.
-
match(String) -
Method in class org.eclipse.rse.services.clientserver.search.
SystemNonRegexMatcher
- match the given
text with the pattern
-
match(String, int, int) -
Method in class org.eclipse.rse.services.clientserver.search.
SystemNonRegexMatcher
- Given the starting (inclusive) and the ending (exclusive) positions in the
text , determine if the given substring matches with aPattern
-
MATCH_EXECUTABLE_BINARY -
Static variable in interface org.eclipse.rse.services.clientserver.
IClassifierConstants
- Match binary executable type, "*executable(java:*)*".
-
MATCH_EXECUTABLE_JAVA -
Static variable in interface org.eclipse.rse.services.clientserver.
IClassifierConstants
- Match java executable type, "*executable(java:*)*".
-
MATCH_EXECUTABLE_SCRIPT -
Static variable in interface org.eclipse.rse.services.clientserver.
IClassifierConstants
- Match script executable type, "*executable(java:*)*".
-
matcher -
Variable in class org.eclipse.rse.subsystems.files.core.subsystems.
RemoteFileSubSystem
-
-
matches(IRSESystemType) -
Method in class org.eclipse.rse.core.
SystemTypeMatcher
- Checks if the specified system type is matched by this pattern.
-
matches(String) -
Method in class org.eclipse.rse.services.clientserver.
FileTypeMatcher
- Test if a host name matches the pattern of this generic name.
-
matches(String) -
Method in interface org.eclipse.rse.services.clientserver.
IMatcher
- Test if the given name matches the given filtering criteria
-
matches(String) -
Method in class org.eclipse.rse.services.clientserver.
NamePatternMatcher
- Test if a host name matches the pattern of this generic name.
-
matches(String) -
Method in class org.eclipse.rse.services.clientserver.search.
SystemSearchFileNameMatcher
- Returns whether there is a match for the given input.
-
matches(String) -
Method in class org.eclipse.rse.services.clientserver.search.
SystemSearchStringMatcher
- Returns whether there is a match for the given input.
-
matches(int) -
Method in class org.eclipse.rse.ui.messages.
SystemMessageStatus
-
-
matchLine(String) -
Method in class org.eclipse.rse.services.shells.
Patterns
-
-
MAX_CONNECTIONNAME_LENGTH -
Static variable in class org.eclipse.rse.ui.validators.
ValidatorConnectionName
-
-
MAX_FILENAME_LENGTH -
Static variable in class org.eclipse.rse.ui.validators.
ValidatorFileName
-
-
MAX_FILTERNAME_LENGTH -
Static variable in class org.eclipse.rse.ui.validators.
ValidatorFilterName
-
-
MAX_FILTERPOOLNAME_LENGTH -
Static variable in class org.eclipse.rse.ui.validators.
ValidatorFilterPoolName
-
-
MAX_FILTERSTRINGNAME_LENGTH -
Static variable in class org.eclipse.rse.ui.validators.
ValidatorFilterString
-
-
MAX_FOLDERNAME_LENGTH -
Static variable in class org.eclipse.rse.ui.validators.
ValidatorFolderName
-
-
MAX_PROFILENAME_LENGTH -
Static variable in class org.eclipse.rse.ui.validators.
ValidatorProfileName
-
-
MAX_SRCTYPE_LENGTH -
Static variable in class org.eclipse.rse.ui.validators.
ValidatorSourceType
-
-
MAXIMUM_PORT_NUMBER -
Static variable in class org.eclipse.rse.ui.validators.
ValidatorPortInput
-
-
maxVM -
Variable in class org.eclipse.rse.services.clientserver.processes.
HostProcessFilterImpl
-
-
MEMENTO_DELIM -
Static variable in class org.eclipse.rse.ui.view.
AbstractSystemViewAdapter
- Delimiter for each object's key in a memento, used to persist tree view expansion state: "///"
-
MENU_BROWSEWITH -
Static variable in interface org.eclipse.rse.ui.
ISystemContextMenuConstants
- ID for "Browse With" submenu
-
MENU_COMPAREWITH -
Static variable in interface org.eclipse.rse.ui.
ISystemContextMenuConstants
- ID for "Compare With" submenu
-
MENU_COMPILE -
Static variable in interface org.eclipse.rse.ui.
ISystemContextMenuConstants
- ID of the submenu for "Compile->"
-
MENU_EXPANDTO -
Static variable in interface org.eclipse.rse.ui.
ISystemContextMenuConstants
- ID of the submenu for "Expand to->"
-
MENU_GOTO -
Static variable in interface org.eclipse.rse.ui.
ISystemContextMenuConstants
- ID of the submenu for "Go To->"
-
MENU_NEW -
Static variable in interface org.eclipse.rse.ui.
ISystemContextMenuConstants
- ID of the submenu for "New->"
-
MENU_OPENTO -
Static variable in interface org.eclipse.rse.ui.
ISystemContextMenuConstants
- ID of the submenu for "Open To->"
-
MENU_OPENWITH -
Static variable in interface org.eclipse.rse.ui.
ISystemContextMenuConstants
- ID of the submenu for "Open With->"
-
MENU_PREFERENCES -
Static variable in interface org.eclipse.rse.ui.
ISystemContextMenuConstants
- ID of the submenu for "Preferences->"
-
MENU_REPLACEWITH -
Static variable in interface org.eclipse.rse.ui.
ISystemContextMenuConstants
- ID for "Compare With" submenu
-
MENU_STARTSERVER -
Static variable in interface org.eclipse.rse.ui.
ISystemContextMenuConstants
- ID of the submenu for "Start Server->"
-
MENU_USERACTIONS -
Static variable in interface org.eclipse.rse.ui.
ISystemContextMenuConstants
- ID of the submenu for "User Actions->"
-
MENU_WORKWITH -
Static variable in interface org.eclipse.rse.ui.
ISystemContextMenuConstants
- ID of the submenu for "Work Work->"
-
menuAboutToShow(IMenuManager) -
Method in class org.eclipse.rse.ui.filters.
SystemChangeFilterPane
- Called when the context menu is about to open.
-
menuAboutToShow(IMenuManager) -
Method in class org.eclipse.rse.ui.view.
SystemTableView
-
-
menuID -
Variable in class org.eclipse.rse.ui.actions.
SystemBaseSubMenuAction
-
-
menuListenerAdded -
Variable in class org.eclipse.rse.shells.ui.view.
SystemCommandEditor
-
-
menuListenerAdded -
Variable in class org.eclipse.rse.ui.view.
SystemTableView
-
-
message -
Variable in class org.eclipse.rse.core.model.
SystemMessageObject
-
-
message -
Variable in class org.eclipse.rse.ui.actions.
DisplaySystemMessageAction
-
-
MESSAGE_DESCRIPTOR -
Static variable in interface org.eclipse.rse.dstore.universal.miners.
IUniversalDataStoreConstants
-
-
MESSAGE_ERROR_COLOR -
Static variable in interface org.eclipse.rse.ui.
ISystemThemeConstants
-
-
MESSAGE_INFORMATION_COLOR -
Static variable in interface org.eclipse.rse.ui.
ISystemThemeConstants
-
-
MESSAGE_WARNING_COLOR -
Static variable in interface org.eclipse.rse.ui.
ISystemThemeConstants
-
-
mgr -
Variable in class org.eclipse.rse.ui.actions.
SystemBaseCopyAction
-
-
mgrNamePreselect -
Variable in class org.eclipse.rse.ui.filters.actions.
SystemFilterAbstractFilterPoolAction
-
-
mgrSelection -
Variable in class org.eclipse.rse.ui.filters.
SystemFilterPoolDialogInputs
-
-
migrateProfile(ISystemProfile, IRSEPersistenceProvider) -
Method in interface org.eclipse.rse.persistence.
IRSEPersistenceManager
- Migrates a profile to a new persistence provider.
-
migrateProfile(ISystemProfile, IRSEPersistenceProvider, boolean) -
Method in interface org.eclipse.rse.persistence.
IRSEPersistenceManager
- Migrates a profile to a new persistence provider.
-
MIGRATION_NOT_SUPPORTED -
Static variable in interface org.eclipse.rse.core.
IRSECoreStatusCodes
- A code used for constructing IStatus objects.
-
minHeight -
Variable in class org.eclipse.rse.ui.dialogs.
SystemPromptDialog
-
-
minPageHeight -
Variable in class org.eclipse.rse.ui.wizards.
AbstractSystemWizard
-
-
minPageWidth -
Variable in class org.eclipse.rse.ui.wizards.
AbstractSystemWizard
-
-
minVM -
Variable in class org.eclipse.rse.services.clientserver.processes.
HostProcessFilterImpl
-
-
minWidth -
Variable in class org.eclipse.rse.ui.dialogs.
SystemPromptDialog
-
-
Mnemonics - Class in
org.eclipse.rse.ui
- Instances of this class may be used to supply mnemonics to the
text for controls.
-
Mnemonics() -
Constructor for class org.eclipse.rse.ui.
Mnemonics
-
-
mode -
Variable in class org.eclipse.rse.services.clientserver.archiveutils.
TarEntry
-
-
mode -
Variable in class org.eclipse.rse.ui.actions.
SystemBaseCopyAction
-
-
MODE_COPY -
Static variable in class org.eclipse.rse.ui.actions.
SystemBaseCopyAction
-
-
MODE_COPY -
Static variable in class org.eclipse.rse.ui.dialogs.
SystemSimpleCopyDialog
-
-
MODE_EDIT -
Static variable in interface org.eclipse.rse.ui.widgets.
ISystemEditPaneStates
- MODE - EDIT.
-
MODE_MOVE -
Static variable in class org.eclipse.rse.ui.actions.
SystemBaseCopyAction
-
-
MODE_MOVE -
Static variable in class org.eclipse.rse.ui.dialogs.
SystemSimpleCopyDialog
-
-
MODE_NEW -
Static variable in interface org.eclipse.rse.ui.widgets.
ISystemEditPaneStates
- MODE - NEW.
-
MODE_UNSET -
Static variable in interface org.eclipse.rse.ui.widgets.
ISystemEditPaneStates
- MODE - UNSET.
-
modify(Object, String, Object) -
Method in class org.eclipse.rse.ui.propertypages.
SystemTypeFieldEditor
-
-
modify(Object, String, Object) -
Method in class org.eclipse.rse.ui.widgets.
EnvironmentVariablesForm.EnvironmentVariablesTableContentProvider
-
-
modifyText(ModifyEvent) -
Method in class org.eclipse.rse.ui.dialogs.
EnvironmentVariablesPromptDialog
-
-
modifyText(ModifyEvent) -
Method in class org.eclipse.rse.ui.dialogs.
SystemPasswordPersistencePrompt
-
-
modTimeDuringCache -
Variable in class org.eclipse.rse.services.clientserver.archiveutils.
SystemTarHandler
-
-
monitorFor(IProgressMonitor) -
Static method in class org.eclipse.rse.ui.operations.
Policy
-
-
mouseDoubleClick(MouseEvent) -
Method in class org.eclipse.rse.ui.widgets.
EnvironmentVariablesForm
-
-
mouseDoubleClick(MouseEvent) -
Method in class org.eclipse.rse.ui.widgets.
SystemCollapsableSection
-
-
mouseDown(MouseEvent) -
Method in class org.eclipse.rse.ui.widgets.
EnvironmentVariablesForm
-
-
mouseDown(MouseEvent) -
Method in class org.eclipse.rse.ui.widgets.
SystemCollapsableSection
-
-
mouseUp(MouseEvent) -
Method in class org.eclipse.rse.ui.widgets.
EnvironmentVariablesForm
-
-
mouseUp(MouseEvent) -
Method in class org.eclipse.rse.ui.widgets.
SystemCollapsableSection
- Handle the collapse or expand request from the mouse up event
-
move(String, String, ISystemOperationMonitor) -
Method in interface org.eclipse.rse.services.clientserver.archiveutils.
ISystemArchiveHandler
- Moves the entry
fullVirtualName to the location specified by
destinationVirtualPath , while leaving the entry with the
same name as before.
-
move(String, String, ISystemOperationMonitor) -
Method in class org.eclipse.rse.services.clientserver.archiveutils.
SystemTarHandler
- Moves the entry
fullVirtualName to the location specified by
destinationVirtualPath , while leaving the entry with the
same name as before.
-
move(String, String, ISystemOperationMonitor) -
Method in class org.eclipse.rse.services.clientserver.archiveutils.
SystemZipHandler
- Moves the entry
fullVirtualName to the location specified by
destinationVirtualPath , while leaving the entry with the
same name as before.
-
move(String, String, String, String, IProgressMonitor) -
Method in interface org.eclipse.rse.services.files.
IFileService
- Move the file or folder specified to a different remote path.
-
move(IRemoteFile, IRemoteFile, String, IProgressMonitor) -
Method in class org.eclipse.rse.subsystems.files.core.servicesubsystem.
FileServiceSubSystem
- Move a file or folder to a new target parent folder.
-
move(IRemoteFile, IRemoteFile, String, IProgressMonitor) -
Method in interface org.eclipse.rse.subsystems.files.core.subsystems.
IRemoteFileSubSystem
- Move a file or folder to a new target parent folder.
-
moveFile(IFolder, IFile) -
Method in class org.eclipse.rse.core.
SystemResourceHelpers
- Move a file
-
moveFolder(IFolder, IFolder) -
Method in class org.eclipse.rse.core.
SystemResourceHelpers
- Move a folder
-
moveHost(IHost, ISystemProfile, String, IProgressMonitor) -
Method in interface org.eclipse.rse.core.model.
ISystemRegistry
- Move a SystemConnection to another profile.
-
moveHosts(IHost[], int) -
Method in interface org.eclipse.rse.core.model.
ISystemHostPool
- Move existing connections a given number of positions in the same pool.
-
moveHosts(String, IHost[], int) -
Method in interface org.eclipse.rse.core.model.
ISystemRegistry
- Move existing connections a given number of positions in the same profile.
-
moveReferencingObjectPosition(int, IRSEBasePersistableReferencingObject) -
Method in interface org.eclipse.rse.core.references.
IRSEBasePersistableReferenceManager
- Move the given referencing object to a new zero-based position in the list.
-
moveSystemFilter(int, ISystemFilter) -
Method in interface org.eclipse.rse.core.filters.
ISystemFilterContainer
- Move a given filter to a given zero-based location.
-
moveSystemFilter(ISystemFilterPool, ISystemFilter, String) -
Method in interface org.eclipse.rse.core.filters.
ISystemFilterPoolManager
- Move a system filter to a pool in this or another filter manager.
-
moveSystemFilterPool(ISystemFilterPoolManager, ISystemFilterPool, String) -
Method in interface org.eclipse.rse.core.filters.
ISystemFilterPoolManager
- Move the specified filter pool from this manager to another manager.
-
moveSystemFilterPoolReference(ISystemFilterPoolReference, int) -
Method in interface org.eclipse.rse.core.filters.
ISystemFilterPoolReferenceManager
- Move a given filter pool reference to a given zero-based location
Calls back to inform provider
-
moveSystemFilterPoolReferences(ISystemFilterPoolReference[], int) -
Method in interface org.eclipse.rse.core.filters.
ISystemFilterPoolReferenceManager
- Move existing filter pool references a given number of positions.
-
moveSystemFilters(ISystemFilter[], int) -
Method in interface org.eclipse.rse.core.filters.
ISystemFilterPoolManager
- Move existing filters a given number of positions in the same container.
-
moveSystemFilterString(int, ISystemFilterString) -
Method in interface org.eclipse.rse.core.filters.
ISystemFilter
- Move a given filter string to a given zero-based location.
-
moveSystemFilterString(ISystemFilter, ISystemFilterString) -
Method in interface org.eclipse.rse.core.filters.
ISystemFilterPoolManager
- Move a system filter string to a filter in this or another filter pool manager.
-
moveSystemFilterStrings(ISystemFilterString[], int) -
Method in interface org.eclipse.rse.core.filters.
ISystemFilterPoolManager
- Move existing filter strings a given number of positions in the same filter
If the delta is negative, they are all moved up by the given amount.
-
MSG_CMD_PREFIX -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_CMDNAME_EMPTY -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_CMDNAME_NOTVALID -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_COMM_AUTH_FAILED -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_COMM_AUTH_FAILED -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_COMM_AUTH_FAILED_DETAILS -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_COMM_ENVVAR_DUPLICATE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COMM_ENVVAR_INVALIDCHAR -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COMM_ENVVAR_NONAME -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COMM_NETWORK_ERROR -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_COMM_NETWORK_ERROR -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_COMM_PORT_WARNING -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COMM_PWD_BLANKFIELD -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COMM_PWD_EXISTS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COMM_PWD_INVALID -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_COMM_PWD_INVALID -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COMM_PWD_MISMATCH -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_CONFIRM_CHANGES -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_CONFIRM_DELETE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_CONFIRM_RELOADRSE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_CONNECT_CANCELLED -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_CONNECT_CANCELLED -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_CONNECT_FAILED -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_CONNECT_FAILED -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_CONNECT_PROGRESS -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_CONNECT_PROGRESS -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_CONNECT_UNKNOWNHOST -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_CONNECT_UNKNOWNHOST -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_CONNECTION_COMMPROPERTIES -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_CONNECTION_FAILED -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_CONNECTION_PREFIX -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_CONNECTION_UNKNOWN_HOST -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_CONNECTION_VERIFY -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_CONNECTWITHPORT_PROGRESS -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_CONNECTWITHPORT_PROGRESS -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_COPY_PROGRESS -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_COPY_PROGRESS -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_COPY_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COPYCONNECTION_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COPYCONNECTIONS_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COPYFILTER_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COPYFILTERPOOL_COMPLETE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COPYFILTERPOOL_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COPYFILTERPOOLS_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COPYFILTERS_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COPYFILTERSTRING_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COPYFILTERSTRINGS_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COPYGENERIC_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_COPYTHINGGENERIC_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_DATASTORE_CONNECTSERVER -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_DATASTORE_INITIALIZECODESERVER -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_DATASTORE_INITIALIZESERVER -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_DATASTORE_PREFIX -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_DATASTORE_STARTSERVER -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_DISCONNECT_CANCELLED -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_DISCONNECT_CANCELLED -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_DISCONNECT_FAILED -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_DISCONNECT_FAILED -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_DISCONNECT_PROGRESS -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_DISCONNECT_PROGRESS -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_DISCONNECTWITHPORT_PROGRESS -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_DISCONNECTWITHPORT_PROGRESS -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_ELEMENT_NOT_FOUND -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_ELEMENT_NOT_FOUND -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
msg_Empty -
Variable in class org.eclipse.rse.ui.validators.
ValidatorSpecialChar
-
-
msg_Empty -
Variable in class org.eclipse.rse.ui.validators.
ValidatorUniqueString
-
-
MSG_ENCODING_NOT_SUPPORTED -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_ERROR_CONNECTION_NOTFOUND -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_ERROR_FILE_NOTFOUND -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_ERROR_PROFILE_NOTFOUND -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_ERROR_UNEXPECTED -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_ERROR_UNEXPECTED -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_ERROR_UNEXPECTED -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_EXCEPTION_DELETING -
Static variable in interface org.eclipse.rse.services.clientserver.
IClientServerConstants
-
-
MSG_EXCEPTION_DELETING -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_EXCEPTION_DELETING -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_EXCEPTION_MOVING -
Static variable in interface org.eclipse.rse.services.clientserver.
IClientServerConstants
-
-
MSG_EXCEPTION_MOVING -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_EXCEPTION_OCCURRED -
Static variable in interface org.eclipse.rse.services.clientserver.
IClientServerConstants
-
-
MSG_EXCEPTION_OCCURRED -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_EXCEPTION_OCCURRED -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_EXCEPTION_OCCURRED -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_EXCEPTION_RENAMING -
Static variable in interface org.eclipse.rse.services.clientserver.
IClientServerConstants
-
-
MSG_EXCEPTION_RENAMING -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_EXCEPTION_RENAMING -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_EXPAND_CANCELLED -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_EXPAND_CANCELLED -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_EXPAND_CANCELLED -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_EXPAND_CONNECTIONCREATED -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_EXPAND_EMPTY -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_EXPAND_FAILED -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_EXPAND_FAILED -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_EXPAND_FAILED -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_EXPAND_FILTERCREATED -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_FAILURE_WITH_CAUSE -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
- General message format for concatenating a message with a cause
-
MSG_FILTERPOOL_CREATED -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_GENERIC_E -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_GENERIC_E_HELP -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_GENERIC_I -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_GENERIC_I_HELP -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_GENERIC_Q -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_GENERIC_Q_HELP -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_GENERIC_U -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_GENERIC_U_HELP -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_GENERIC_W -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_GENERIC_W_HELP -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_HOSTNAME_NOTFOUND -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_HOSTNAME_VERIFYING -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
msg_Invalid -
Variable in class org.eclipse.rse.subsystems.files.core.util.
ValidatorFileFilterString
-
-
msg_Invalid -
Variable in class org.eclipse.rse.subsystems.files.core.util.
ValidatorFileUniqueName
-
-
msg_Invalid -
Variable in class org.eclipse.rse.ui.validators.
ValidatorFileName
-
-
msg_Invalid -
Variable in class org.eclipse.rse.ui.validators.
ValidatorFilterString
-
-
msg_Invalid -
Variable in class org.eclipse.rse.ui.validators.
ValidatorFolderName
-
-
msg_Invalid -
Variable in class org.eclipse.rse.ui.validators.
ValidatorPathName
-
-
msg_Invalid -
Variable in class org.eclipse.rse.ui.validators.
ValidatorSourceType
-
-
msg_Invalid -
Variable in class org.eclipse.rse.ui.validators.
ValidatorSpecialChar
-
-
msg_Invalid -
Variable in class org.eclipse.rse.ui.validators.
ValidatorSystemName
-
-
MSG_LIST_CANCELLED -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_LOCK_TIMEOUT -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_LOCK_TIMEOUT -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_MOVECONNECTION_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_MOVECONNECTIONS_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_MOVEFILTER_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_MOVEFILTERPOOL_COMPLETE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_MOVEFILTERPOOL_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_MOVEFILTERPOOLS_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_MOVEFILTERS_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_MOVEFILTERSTRING_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_MOVEFILTERSTRINGS_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_MOVEGENERIC_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_MOVETHINGGENERIC_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
msg_NonUnique -
Variable in class org.eclipse.rse.ui.validators.
ValidatorUniqueString
-
-
msg_NotRegisteredArchive -
Variable in class org.eclipse.rse.ui.validators.
ValidatorArchiveName
-
-
MSG_OPERATION_CANCELLED -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_OPERATION_CANCELLED -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_OPERATION_CANCELLED -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_OPERATION_DISCONNECTED -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_OPERATION_FAILED -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_OPERATION_FAILED -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_OPERATION_FAILED -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_OPERATION_FINISHED -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_OPERATION_RUNNING -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_OPERATION_SECURITY_VIOLATION -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_OPERATION_SECURITY_VIOLATION -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_OPERATION_UNSUPPORTED -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_OPERATION_UNSUPPORTED -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_OPERTION_STOPPED -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_PREFIX -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_QUERY_PROGRESS -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_QUERY_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_QUERY_PROPERTIES_PROGRESS -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_RENAMEFILTER_FAILED -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_RENAMEGENERIC_PROGRESS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_RESOLVE_PROGRESS -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_RUN_PROGRESS -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_RUN_PROGRESS -
Static variable in interface org.eclipse.rse.services.clientserver.messages.
ICommonMessageIds
-
-
MSG_SAVE_FAILED -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_SET_PROGRESS -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_SET_PROPERTIES_PROGRESS -
Static variable in class org.eclipse.rse.services.clientserver.messages.
CommonMessages
-
-
MSG_SIGNON_PASSWORD_ERROR -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_SIGNON_PASSWORD_EXPIRED -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_SIGNON_PASSWORD_INCORRECT -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_SIGNON_PASSWORD_INCORRECT_USER_DISABLED -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_SIGNON_PREFIX -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_SIGNON_USERID_DISABLED -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_SIGNON_USERID_ERROR -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_SIGNON_USERID_INVALID -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_SUB1 -
Static variable in class org.eclipse.rse.ui.view.
AbstractSystemViewAdapter
-
Deprecated. use Eclipse NLS or Java Messageformat for String
substitution.
-
MSG_SUB2 -
Static variable in class org.eclipse.rse.ui.view.
AbstractSystemViewAdapter
-
Deprecated. use Eclipse NLS or Java Messageformat for String
substitution.
-
MSG_SUB_PREFIX -
Static variable in class org.eclipse.rse.ui.view.
AbstractSystemViewAdapter
-
Deprecated. use Eclipse NLS or Java Messageformat for String
substitution.
-
MSG_TITLE -
Static variable in interface org.eclipse.rse.connectorservice.dstore.
IUniversalDStoreMessages
-
-
MSG_TRANSFER_INVALID -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_UPDATEFILTER_FAILED -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_ARCHIVE_NAME -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_CONNECTIONNAME_EMPTY -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_CONNECTIONNAME_NOTUNIQUE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_CONNECTIONNAME_NOTUNIQUE_OTHERPROFILE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_ENTRY_EMPTY -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_ENTRY_NOTUNIQUE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_ENTRY_NOTVALID -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_FILENAME_NOTVALID -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_FILTERNAME_EMPTY -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_FILTERNAME_NOTUNIQUE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_FILTERPOOLNAME_EMPTY -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_FILTERPOOLNAME_NOTUNIQUE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_FILTERSTRING_ALREADYEXISTS -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_FILTERSTRING_DUPLICATES -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_FILTERSTRING_EMPTY -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_FILTERSTRING_NOTUNIQUE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_FILTERSTRING_NOTVALID -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_FOLDERNAME_NOTVALID -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_HOSTNAME_EMPTY -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_NAME_EMPTY -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_NAME_NOTUNIQUE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_NAME_NOTVALID -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_NOT_NUMERIC -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_NUMBER_EMPTY -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_NUMBER_NOTVALID -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_NUMBER_OUTOFRANGE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_PASSWORD_EMPTY -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_PATH_EMPTY -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_PATH_NOTUNIQUE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_PATH_NOTVALID -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_PORT_EMPTY -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_PORT_NOTVALID -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_PROFILENAME_EMPTY -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_PROFILENAME_NOTUNIQUE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_PROFILENAME_NOTVALID -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_PROFILENAME_RESERVED -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_RENAME_NOTUNIQUE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_RENAME_OLDEQUALSNEW -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_SRCTYPE_EMPTY -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_SRCTYPE_NOTUNIQUE -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_SRCTYPE_NOTVALID -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_USERID_EMPTY -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_VALIDATE_USERID_NOTVALID -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
MSG_WIZARD_PAGE_ERROR -
Static variable in interface org.eclipse.rse.ui.
ISystemMessages
-
-
msgLine -
Variable in class org.eclipse.rse.files.ui.widgets.
SystemSelectRemoteFileOrFolderForm
-
-
msgLine -
Variable in class org.eclipse.rse.ui.propertypages.
AbstractSystemSubSystemPropertyPageCoreForm
-
-
msgLine -
Variable in class org.eclipse.rse.ui.propertypages.
SystemBasePropertyPage
-
-
msgLine -
Variable in class org.eclipse.rse.ui.
SystemConnectionForm
-
-
msgLine -
Variable in class org.eclipse.rse.ui.widgets.
SystemPortPrompt
-
-
msgLineSet -
Variable in class org.eclipse.rse.ui.propertypages.
SystemBasePropertyPage
-
-
msgList -
Variable in class org.eclipse.rse.ui.view.
AbstractSystemViewAdapter
-
Deprecated. Do not use directly. Use
AbstractSystemViewAdapter.getCancelledMessageObject()
or
AbstractSystemViewAdapter.getFailedMessageObject() or
AbstractSystemViewAdapter.checkForEmptyList(Object[], Object, boolean) when needed.
-
msgList -
Variable in class org.eclipse.rse.ui.view.
SystemAbstractAPIProvider
-
Deprecated. don't use this field
-
MSGTYPE_CANCEL -
Static variable in interface org.eclipse.rse.core.model.
ISystemMessageObject
- 1.
-
MSGTYPE_EMPTY -
Static variable in interface org.eclipse.rse.core.model.
ISystemMessageObject
- 4.
-
MSGTYPE_ERROR -
Static variable in interface org.eclipse.rse.core.model.
ISystemMessageObject
- 0.
-
MSGTYPE_INFO -
Static variable in interface org.eclipse.rse.core.model.
ISystemMessageObject
- 3.
-
MSGTYPE_OBJECTCREATED -
Static variable in interface org.eclipse.rse.core.model.
ISystemMessageObject
- 5.
-
mtime -
Variable in class org.eclipse.rse.services.clientserver.archiveutils.
TarEntry
-
-
multipleSelectionMode -
Variable in class org.eclipse.rse.files.ui.widgets.
SystemSelectRemoteFileOrFolderForm
-
-
Mutex - Class in
org.eclipse.rse.services
- A Mutual Exclusion Lock for Threads that need to access a resource
in a serialized manner.
-
Mutex() -
Constructor for class org.eclipse.rse.services.
Mutex
- Creates an instance of Mutex.
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|
|