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