|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.SplitPaneUI
public abstract class SplitPaneUI
JSplitPane 的可插入外观界面。
构造方法摘要 | |
---|---|
SplitPaneUI()
|
方法摘要 | |
---|---|
abstract void |
finishedPaintingChildren(JSplitPane jc,
Graphics g)
在 JSplitPane 接收方提供外观来绘制其子组件之后传递消息。 |
abstract int |
getDividerLocation(JSplitPane jc)
返回分隔符的位置。 |
abstract int |
getMaximumDividerLocation(JSplitPane jc)
返回分隔符的最大可能位置。 |
abstract int |
getMinimumDividerLocation(JSplitPane jc)
返回分隔符的最小可能位置。 |
abstract void |
resetToPreferredSizes(JSplitPane jc)
传递消息,以便基于子组件的首选大小重新布置 JSplitPane。 |
abstract void |
setDividerLocation(JSplitPane jc,
int location)
将分隔符的位置设置到 location。 |
从类 javax.swing.plaf.ComponentUI 继承的方法 |
---|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public SplitPaneUI()
方法详细信息 |
---|
public abstract void resetToPreferredSizes(JSplitPane jc)
public abstract void setDividerLocation(JSplitPane jc, int location)
public abstract int getDividerLocation(JSplitPane jc)
public abstract int getMinimumDividerLocation(JSplitPane jc)
public abstract int getMaximumDividerLocation(JSplitPane jc)
public abstract void finishedPaintingChildren(JSplitPane jc, Graphics g)
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。