com.ibm.rational.test.lt.testeditor.common

Class ExtendedStyledText

    • Field Detail

      • m_isHarvestEnabled

        protected boolean m_isHarvestEnabled
        Deprecated. 
      • m_isSubstitutorEnabled

        protected boolean m_isSubstitutorEnabled
        Deprecated. 
      • m_isPlainTextEnabled

        protected boolean m_isPlainTextEnabled
        Deprecated. 
      • m_isJumpToEnabled

        protected boolean m_isJumpToEnabled
        Deprecated. 
      • m_isEncodingEnabled

        protected boolean m_isEncodingEnabled
        Deprecated. 
      • m_cue

        protected com.ibm.rational.test.lt.testeditor.common.VisualCue m_cue
        Deprecated. 
    • Constructor Detail

      • ExtendedStyledText

        public ExtendedStyledText(ExtLayoutProvider hostLayoutProvider,
                          com.ibm.rational.test.lt.testeditor.common.IContentHidingHelper contentHidingHelper,
                          StyledText stext,
                          String attributeName)
        Deprecated. 
        Constructor
        Parameters:
        hostLayoutProvider - ExtLayotProvider that displays this attribue.
        contentHidingHelper - IContentHidingHelper
        stext - StyledText to be extended.
        attributeName - String attribute name to be used for filtering during parse call and for new datacorrelation attributes.
      • ExtendedStyledText

        public ExtendedStyledText(ExtLayoutProvider hostLayoutProvider,
                          CBActionElement element,
                          StyledText stext,
                          String attributeName)
        Deprecated. 
        Constructor
        Parameters:
        hostLayoutProvider - ExtLayotProvider that displays this attribue.
        element - CBActionElement host model element. Must implement DataSOurceHost or SubstituterHost or both.
        stext - StyledText to be extended.
        attributeName - String attribute name to be used for filtering during parse call and for new datacorrelation attributes.
    • Method Detail

      • getLogic

        public static ExtendedStyledText getLogic(StyledText st)
        Deprecated. 
        Parameters:
        st - StyledText.
        Returns:
        ExtendeedStyledText if argument has one attached to it, null otherwise.
      • hasExtendedLogic

        public static boolean hasExtendedLogic(StyledText st)
        Deprecated. 
        Parameters:
        st - StyledText
        Returns:
        boolean true if argument has ExtendedStyledText attached to it, false otherwise.
      • getText

        public static String getText(StyledText st)
        Deprecated. 
        Parameters:
        st - StyledText
        Returns:
        String text contained in the StyledText argument.
      • fillMenu

        protected void fillMenu(IMenuManager menu)
        Deprecated. 
        Fills context menu with datacorrelation related actions. Defines following group markers:
      • IWorkbenchActionConstants.MB_ADDITIONS + "-dc.ref.start"
      • IWorkbenchActionConstants.MB_ADDITIONS + "-dc.ref.end"
      • IWorkbenchActionConstants.MB_ADDITIONS + "-dc.subst.start"
      • IWorkbenchActionConstants.MB_ADDITIONS + "-dc.subst.end"
      • IWorkbenchActionConstants.MB_ADDITIONS + "-dc.nav.start"
      • IWorkbenchActionConstants.MB_ADDITIONS + "-dc.nav.end"
      • IWorkbenchActionConstants.MB_ADDITIONS
      • IWorkbenchActionConstants.MB_ADDITIONS + ".end"
Overrides:
fillMenu in class StyledTextLogic
Parameters:
menu - IMenuManager
See Also:
StyledTextLogic.fillMenu(org.eclipse.jface.action.IMenuManager)