软件包 | 描述 |
---|---|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
Modifier and Type | Field and Description |
---|---|
protected AsyncBoxView.ChildState |
AsyncBoxView.ChildLocator.lastValidOffset
最后偏移量计算的位置是有效的。
|
Modifier and Type | Method and Description |
---|---|
protected AsyncBoxView.ChildState |
AsyncBoxView.createChildState(View v)
新的childstate记录被创建通过这种方法允许子类的扩展childstate记录做/持有更多
|
protected AsyncBoxView.ChildState |
AsyncBoxView.getChildState(int index)
取指定在给定索引处的子对象的布局状态的对象。
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncBoxView.ChildLocator.childChanged(AsyncBoxView.ChildState cs)
通知孩子改变了。
|
protected void |
AsyncBoxView.majorRequirementChange(AsyncBoxView.ChildState cs, float delta)
沿长轴方向改变的要求。
|
protected void |
AsyncBoxView.minorRequirementChange(AsyncBoxView.ChildState cs)
沿小轴变化的要求。
|
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.