|
RSE Release 3.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISystemMassager | |
---|---|
org.eclipse.rse.ui | |
org.eclipse.rse.ui.propertypages |
Uses of ISystemMassager in org.eclipse.rse.ui |
---|
Classes in org.eclipse.rse.ui that implement ISystemMassager | |
---|---|
class |
MassagerAddQuotes
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. |
class |
MassagerFoldCase
This massager folds the input text into either uppercase or lowercase, depending on the value pass to the constructor or setter. |
class |
MassagerFoldCaseOutsideQuotes
This massager folds the input text into either uppercase or lowercase, but ONLY for those portions of the string that are not inside delimiters. |
class |
MassagerFoldCaseUnlessQuoted
This massager folds the input text into either uppercase or lowercase, but ONLY if the given input is not delimited. |
class |
MassagerRemoveQuotes
Utility class used by UI widgets to format a srcpf or member Description string. |
Uses of ISystemMassager in org.eclipse.rse.ui.propertypages |
---|
Methods in org.eclipse.rse.ui.propertypages with parameters of type ISystemMassager | |
---|---|
void |
SystemComboBoxFieldEditor.setMassager(ISystemMassager massager)
Set the massager that is used to affect the user-entered text before saving it to the preference store |
void |
SystemStringFieldEditor.setMassager(ISystemMassager massager)
Set the massager that is used to affect the user-entered text before saving it to the preference store. |
|
RSE Release 3.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |