com.objectwave.viewUtility
Interface PropertyPanel

All Known Implementing Classes:
PropertyPanelAdapter

public interface PropertyPanel

Allows for tighter interaction with property dialog. Anyone who implements this interface must also be a subclass of component.


Method Summary
 void acceptChanges()
           
 void addChangeListener(javax.swing.event.ChangeListener l)
           
 java.lang.String getTabName()
           
 boolean isRendered()
           
 void removeChangeListener(javax.swing.event.ChangeListener l)
           
 void renderTab()
          Entry point for creating all of the parts of a tab.
 void tabSelected()
           
 

Method Detail

acceptChanges

public void acceptChanges()

addChangeListener

public void addChangeListener(javax.swing.event.ChangeListener l)

getTabName

public java.lang.String getTabName()

isRendered

public boolean isRendered()

removeChangeListener

public void removeChangeListener(javax.swing.event.ChangeListener l)

renderTab

public void renderTab()
Entry point for creating all of the parts of a tab.


tabSelected

public void tabSelected()