JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf
类 SplitPaneUI

java.lang.Object
  继承者 javax.swing.plaf.ComponentUI
      继承者 javax.swing.plaf.SplitPaneUI
直接已知子类:
BasicSplitPaneUI, MultiSplitPaneUI

public abstract class SplitPaneUI
extends ComponentUI

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
 

构造方法详细信息

SplitPaneUI

public SplitPaneUI()
方法详细信息

resetToPreferredSizes

public abstract void resetToPreferredSizes(JSplitPane jc)
传递消息,以便基于子组件的首选大小重新布置 JSplitPane。


setDividerLocation

public abstract void setDividerLocation(JSplitPane jc,
                                        int location)
将分隔符的位置设置到 location。


getDividerLocation

public abstract int getDividerLocation(JSplitPane jc)
返回分隔符的位置。


getMinimumDividerLocation

public abstract int getMinimumDividerLocation(JSplitPane jc)
返回分隔符的最小可能位置。


getMaximumDividerLocation

public abstract int getMaximumDividerLocation(JSplitPane jc)
返回分隔符的最大可能位置。


finishedPaintingChildren

public abstract void finishedPaintingChildren(JSplitPane jc,
                                              Graphics g)
在 JSplitPane 接收方提供外观来绘制其子组件之后传递消息。


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only