com.tssap.util.ui.dialog
Class StructuredObjSelectionDialogWithAdditionalFeatures
com.tssap.util.ui.dialog.StructuredObjectSelectionDialog
|
+--com.tssap.util.ui.dialog.StructuredObjSelectionDialogWithAdditionalFeatures
- public class StructuredObjSelectionDialogWithAdditionalFeatures
- extends StructuredObjectSelectionDialog
|
Constructor Summary |
StructuredObjSelectionDialogWithAdditionalFeatures(org.eclipse.swt.widgets.Shell parentShell,
java.lang.String title,
java.lang.String message,
boolean isShowSetDefaultsButton,
boolean isShowCheckbox,
java.lang.String checkboxText)
Constructor for StructuredObjSelectionDialogWithAdditionalFeatures. |
|
Method Summary |
org.eclipse.swt.widgets.Button |
getCbShowRef()
Returns the cbShowRef. |
void |
setSelectionAdapter(org.eclipse.swt.events.SelectionAdapter selectionAdapter)
Sets the mySelectionAdapter. |
| Methods inherited from class com.tssap.util.ui.dialog.StructuredObjectSelectionDialog |
getContentProvider, getResult, openDialog, openDialog, openDialog, openDialog, openDialog, openDialog, openPreFilteredDialog, openPreFilteredSingleSiblingDialog, refreshTreeViewer, setExpandTreeLevel, setLabelProvider, setPreGrayedObjects, setPreSelectedObjects, setTreeInput |
SET_DEFAULT_ID
public int SET_DEFAULT_ID
SET_DEFAULT_LABEL
public java.lang.String SET_DEFAULT_LABEL
StructuredObjSelectionDialogWithAdditionalFeatures
public StructuredObjSelectionDialogWithAdditionalFeatures(org.eclipse.swt.widgets.Shell parentShell,
java.lang.String title,
java.lang.String message,
boolean isShowSetDefaultsButton,
boolean isShowCheckbox,
java.lang.String checkboxText)
- Constructor for StructuredObjSelectionDialogWithAdditionalFeatures.
- Parameters:
parentShell - title - - title on top of dialog windowmessage - - message in dialog windowisShowSetDefaultsButton - - additional button "Set Defaults"isShowCheckbox - - displays a checkbox on the bottom of the dialogcheckboxText - - text label of checkbox
setSelectionAdapter
public void setSelectionAdapter(org.eclipse.swt.events.SelectionAdapter selectionAdapter)
- Sets the mySelectionAdapter.
- Parameters:
mySelectionAdapter - The mySelectionAdapter to set
getCbShowRef
public org.eclipse.swt.widgets.Button getCbShowRef()
- Returns the cbShowRef.
- Returns:
- Button
Copyright © 2005 SAP AG. All Rights Reserved.