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.ChildStateAsyncBoxView.ChildLocator. lastValidOffset上次偏移计算的位置有效。Methods in javax.swing.text that return AsyncBoxView.ChildState Modifier and Type 方法 描述 protected AsyncBoxView.ChildStateAsyncBoxView. createChildState(View v)通过此方法创建新的ChildState记录,以允许子类将ChildState记录扩展为更多。protected AsyncBoxView.ChildStateAsyncBoxView. getChildState(int index)在给定索引处获取表示子节点布局状态的对象。Methods in javax.swing.text with parameters of type AsyncBoxView.ChildState Modifier and Type 方法 描述 voidAsyncBoxView.ChildLocator. childChanged(AsyncBoxView.ChildState cs)通知孩子改变了。protected voidAsyncBoxView. majorRequirementChange(AsyncBoxView.ChildState cs, float delta)要求沿主轴变化。protected voidAsyncBoxView. minorRequirementChange(AsyncBoxView.ChildState cs)Requirements changed along the minor axis.
-