Class FieldSelectionHelper
java.lang.Object
docking.widgets.fieldpanel.support.FieldSelectionHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getAllSelectedText
(FieldSelection selection, FieldPanel panel) Returns the text within the given selection.static String
getFieldSelectionText
(FieldSelection selection, FieldPanel panel) Gets the selected text that pertains to an individual field.static boolean
isStringSelection
(FieldSelection selection)
-
Constructor Details
-
FieldSelectionHelper
public FieldSelectionHelper()
-
-
Method Details
-
isStringSelection
-
getFieldSelectionText
Gets the selected text that pertains to an individual field. Null is returned if the given selection spans more than one field.- Parameters:
selection
- the selectionpanel
- the field panel- Returns:
- the text
-
getAllSelectedText
Returns the text within the given selection.- Parameters:
selection
- the selectionpanel
- the field panel- Returns:
- the text
-