| |
|
| javax.swing.JPanel com.jeta.swingbuilder.gui.properties.PropertyPane
PropertyPane | public class PropertyPane extends JPanel implements TableModelListener(Code) | | This pane displays the properties for a Java Bean
author: Jeff Tassin |
PropertyPane | public PropertyPane(boolean basic)(Code) | | Constructor
Parameters: basic - set to true if you only want to show preferred properties |
cancelEditing | public void cancelEditing()(Code) | | Cancels any editing in the property table
|
setBean | protected void setBean(JETABean bean)(Code) | | Sets the PropertyPane to show the properties of the named bean.
|
stopEditing | public void stopEditing()(Code) | | Stops any editing in the property table
|
updateUI | public void updateUI()(Code) | | |
|
|
|