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 Modifier and Type Field 描述 protected AsyncBoxView.ChildState
AsyncBoxView.ChildLocator. lastValidOffset
上次偏移计算的位置有效。Methods in javax.swing.text that return AsyncBoxView.ChildState Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 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.
-