Uses of Class
javax.swing.text.AsyncBoxView.ChildState
-
Packages that use AsyncBoxView.ChildState 软件包 描述 javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。 -
-
Uses of AsyncBoxView.ChildState in javax.swing.text
Fields in javax.swing.text declared as AsyncBoxView.ChildState 变量和类型 字段 描述 protected AsyncBoxView.ChildState
AsyncBoxView.ChildLocator. lastValidOffset
最后一次偏移计算的位置是有效的。Methods in javax.swing.text that return AsyncBoxView.ChildState 变量和类型 方法 描述 protected AsyncBoxView.ChildState
AsyncBoxView. createChildState(View v)
通过此方法创建新的ChildState记录,以允许子类扩展ChildState记录以执行/保持更多。protected AsyncBoxView.ChildState
AsyncBoxView. getChildState(int index)
获取表示给定索引处子项的布局状态的对象。Methods in javax.swing.text with parameters of type AsyncBoxView.ChildState 变量和类型 方法 描述 void
AsyncBoxView.ChildLocator. childChanged(AsyncBoxView.ChildState cs)
孩子改变的通知。protected void
AsyncBoxView. majorRequirementChange(AsyncBoxView.ChildState cs, float delta)
要求沿主轴变化。protected void
AsyncBoxView. minorRequirementChange(AsyncBoxView.ChildState cs)
Requirements changed along the minor axis.
-