public interface TabableView
Views接口。
TabExpander,
LabelView,
ParagraphView
| Modifier and Type | Method and Description |
|---|---|
float |
getPartialSpan(int p0, int p1)
确定视图的一部分的同一个轴上的跨度作为标签展开的范围。
|
float |
getTabbedSpan(float x, TabExpander e)
确定使用给定的标签扩展实现时所需的跨度。
|
float getTabbedSpan(float x,
TabExpander e)
x -位置的视图将位于选项卡扩展> = 0的目的。
e -如何扩大标签时遇到的。
float getPartialSpan(int p0,
int p1)
p0在文本文档> = 0的起始位置
p1的结束位置在文本文件> = P0
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.