|
JavaTM 2 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 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。