public class BasicSplitPaneUI.PropertyHandler extends Object implements PropertyChangeListener
这个类应该被视为一个“受保护”的内部类。 仅在BasicSplitPaneUI的子类中实例化。
Constructor and Description |
---|
PropertyHandler() |
public void propertyChange(PropertyChangeEvent e)
JSplitPane
的接收器包含在内。可能会重置布局管理器,并导致发送
validate
。
propertyChange
在接口
PropertyChangeListener
e
- A PropertyChangeEvent object describing the event source and the property that has changed.
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.