Remote Systems
v6.4.1

Package com.ibm.etools.systems.core.ui

Interface Summary
IRemoteSelectionAddListener This interface is used by the remote object selection dialogs when Add mode is enabled.
ISystemConnectionFormCaller Interface that any UI that uses the SystemConnectionForm must implement
ISystemContextMenuConstants Constants defining our groups inside our right-click popup menu in the system view.
ISystemDeleteTarget Any UI part that supports global deletion can implement this to enable the Edit menu's delete item.
ISystemMassager This interface is used to identify objects whose job is to massage user-entered text before saving it to a model.
ISystemPageCompleteListener This is used in forms that are used within dialogs and pages, and specifically with SystemBaseForm.
ISystemRenameTarget Any UI part that supports the common rename action can implement this to enable the rename popup menu action, supplied by the system explorer view.
ISystemStringsInputAction  
ISystemThemeConstants This interface should be used to maintain all constants related to colors and fonts that are settable by the user through preferences
ISystemVerifyListener  
 

Class Summary
AbstractElement In order to populate the PropertySheet, an object must implement the IAdaptable interface.
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 A class for creating unique mnemonics per control per window.
SystemBaseForm A reusable base form.
SystemConnectionForm A reusable form for prompting for connection information, in new or update mode.
SystemFileTreeAndListGroup This is a private-use subclass of the internal Eclipse ResourceTreeAndListGroup composite widget.
SystemMenuManager Override/wrapper of JFace MenuManager so we can redirect any menu additions to specific menu groups to go into pre-defined submenus.
SystemProfileForm A reusable form for prompting for profile information, in new or update mode.
SystemSortableSelection The TreeViewer widget does not seem to guarantee that multiple-selections are returned sorted in order of appearance in the tree.
SystemTabFolderLayout This class was stolen from org.eclipse.jdt.internal.ui.util.TabFolderLayout
SystemWidgetHelpers Static methods that can be used when writing SWT GUI code.
 


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.