|
|||||||||
类 javax.swing.text.AsyncBoxView.ChildState
的使用
使用 AsyncBoxView.ChildState 的软件包 | |
---|---|
javax.swing.text | 提供类 HTMLEditorKit 和创建 HTML 文本编辑器的支持类。 |
javax.swing.text 中 AsyncBoxView.ChildState 的使用 |
---|
声明为 AsyncBoxView.ChildState 的 javax.swing.text 中的字段 | |
---|---|
protected AsyncBoxView.ChildState |
AsyncBoxView.ChildLocator.lastValidOffset 最后一次有效偏移量计算的位置。 |
返回 AsyncBoxView.ChildState 的 javax.swing.text 中的方法 | |
---|---|
protected AsyncBoxView.ChildState |
AsyncBoxView.createChildState(View v) 通过此方法创建新的 ChildState 记录,以允许扩展 ChildState 记录的子类执行/保存更多状态。 |
protected AsyncBoxView.ChildState |
AsyncBoxView.getChildState(int index) 获取对象,该对象表示在给定索引位置的子视图的布局状态。 |
参数类型为 AsyncBoxView.ChildState 的 javax.swing.text 中的方法 | |
---|---|
void |
AsyncBoxView.ChildLocator.childChanged(AsyncBoxView.ChildState cs) 子级已更改的通知。 |
protected void |
AsyncBoxView.majorRequirementChange(AsyncBoxView.ChildState cs, float delta) 沿主轴上的要求更改。 |
protected void |
AsyncBoxView.minorRequirementChange(AsyncBoxView.ChildState cs) 沿辅轴上的要求更改。 |
所有类
|
|||||||||