类的用途
javax.swing.text.AsyncBoxView.ChildState
使用 AsyncBoxView.ChildState 的包
-
AsyncBoxView.ChildState 在 javax.swing.text 中的用法
修饰符和类型Field描述protected AsyncBoxView.ChildStateAsyncBoxView.ChildLocator.lastValidOffset最后一次有效偏移量计算的位置。修饰符和类型方法描述protected AsyncBoxView.ChildStateAsyncBoxView.createChildState(View v) 通过此方法创建新的 ChildState 记录,以允许子类扩展 ChildState 记录以执行/保存更多操作。protected AsyncBoxView.ChildStateAsyncBoxView.getChildState(int index) 获取表示给定索引处子项的布局状态的对象。javax.swing.text 中的方法,参数类型为 AsyncBoxView.ChildState修饰符和类型方法描述voidAsyncBoxView.ChildLocator.childChanged(AsyncBoxView.ChildState cs) 子级改变的通知。protected voidAsyncBoxView.majorRequirementChange(AsyncBoxView.ChildState cs, float delta) 要求沿长轴发生了变化。protected voidAsyncBoxView.minorRequirementChange(AsyncBoxView.ChildState cs) 要求沿短轴发生变化。