javax.swing.text

Interface TabableView

    • Method Detail

      • getTabbedSpan

        float getTabbedSpan(float x,
                          TabExpander e)
        Determines the desired span when using the given tab expansion implementation. If a container calls this method, it will do so prior to the normal layout which would call getPreferredSpan. A view implementing this should give the same result in any subsequent calls to getPreferredSpan along the axis of tab expansion.
        Parameters:
        x - the position the view would be located at for the purpose of tab expansion >= 0.
        e - how to expand the tabs when encountered.
        Returns:
        the desired span >= 0
      • getPartialSpan

        float getPartialSpan(int p0,
                           int p1)
        Determines the span along the same axis as tab expansion for a portion of the view. This is intended for use by the TabExpander for cases where the tab expansion involves aligning the portion of text that doesn't have whitespace relative to the tab stop. There is therefore an assumption that the range given does not contain tabs.
        Parameters:
        p0 - the starting location in the text document >= 0
        p1 - the ending location in the text document >= p0
        Returns:
        the span >= 0

Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-javax/swing/text/TabableView.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:fr Manuel PHP : https://docs.oracle.com

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut