- java.lang.Object
-
- javax.swing.plaf.basic.BasicSplitPaneUI.PropertyHandler
-
- 实现的所有接口
-
PropertyChangeListener
,EventListener
- Enclosing class:
- BasicSplitPaneUI
public class BasicSplitPaneUI.PropertyHandler extends Object implements PropertyChangeListener
JSplitPane UI使用的PropertyChangeListener的实现。该类应被视为“受保护”的内部类。 仅在BasicSplitPaneUI的子类中实例化它。
-
-
方法详细信息
-
propertyChange
public void propertyChange(PropertyChangeEvent e)
从JSplitPane
消息接收器包含在中。可能会重置布局管理器并导致validate
被发送。- Specified by:
-
propertyChange
在界面PropertyChangeListener
- 参数
-
e
- A PropertyChangeEvent object describing the event source and the property that has changed.
-
-