Ontimize 5.2072EN

com.ontimize.gui
Interface ToolBarListener

All Known Implementing Classes:
DefaultToolBarListener

public interface ToolBarListener


Method Summary
 void addToolBarToListenFor(javax.swing.JToolBar toolBar)
          Set the JToolBar component to listen for
 void setApplication(Application aplic)
          Set a reference to the client application component
 void setInitialState()
           
 

Method Detail

addToolBarToListenFor

public void addToolBarToListenFor(javax.swing.JToolBar toolBar)
Set the JToolBar component to listen for


setApplication

public void setApplication(Application aplic)
Set a reference to the client application component


setInitialState

public void setInitialState()

Ontimize