com.tssap.util.ui.dialog
Class StructuredObjSelectionDialogWithAdditionalFeatures

com.tssap.util.ui.dialog.StructuredObjectSelectionDialog
  |
  +--com.tssap.util.ui.dialog.StructuredObjSelectionDialogWithAdditionalFeatures

public class StructuredObjSelectionDialogWithAdditionalFeatures
extends StructuredObjectSelectionDialog


Field Summary
 int SET_DEFAULT_ID
           
 java.lang.String SET_DEFAULT_LABEL
           
 
Fields inherited from class com.tssap.util.ui.dialog.StructuredObjectSelectionDialog
TREELOGIC_NONE, TREELOGIC_TYPE1, TREELOGIC_TYPE2, TREELOGIC_TYPE3, TREELOGIC_TYPE4, TREELOGIC_TYPE5
 
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
 

Field Detail

SET_DEFAULT_ID

public int SET_DEFAULT_ID

SET_DEFAULT_LABEL

public java.lang.String SET_DEFAULT_LABEL
Constructor Detail

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 window
message - - message in dialog window
isShowSetDefaultsButton - - additional button "Set Defaults"
isShowCheckbox - - displays a checkbox on the bottom of the dialog
checkboxText - - text label of checkbox
Method Detail

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.