Class Summary |
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. |
MassagerFoldCase |
This massager folds the input text into either uppercase or lowercase,
depending on the value pass to the constructor or setter. |
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. |
MassagerFoldCaseUnlessQuoted |
This massager folds the input text into either uppercase or lowercase,
but ONLY if the given input is not delimited. |
MassagerRemoveQuotes |
Utility class used by UI widgets to format a srcpf or member Description string. |
Mnemonics |
Instances of this class may be used to supply mnemonics to the
text for controls. |
RSEAdapter |
Abstract base class with basic implementations of the
IRSEAdapter interface. |
RSESystemTypeAdapter |
Adapter for RSE system types. |
RSEUIPlugin |
Plugin for the core remote systems support. |
SystemActionViewerFilter |
This class is a viewer filter that tests attributes of thise |
SystemBaseForm |
A reusable base form. |
SystemBasePlugin |
A base plugin class offering common operations. |
SystemConnectionForm |
A reusable form for prompting for connection information,
in new or update mode. |
SystemMenuManager |
Override/wrapper of JFace MenuManager so we can redirect any
menu additions to specific menu groups to go into
predefined submenus. |
SystemPreferencesManager |
A utility class that encapsulates all global preferences for the remote system framework
for both core and UI preferences. |
SystemWidgetHelpers |
Static methods that can be used when writing SWT GUI code. |