Ontimize 5.2072EN

com.ontimize.gui.table
Interface TableComponent

All Known Implementing Classes:
TableButton, TableButtonSelection

public interface TableComponent

Interface that must be implemented by all the components that must be placed in a table. For example, the buttons that are in the table controls panel.


Method Summary
 java.lang.Object getKey()
           
 void setKey(java.lang.Object o)
           
 

Method Detail

getKey

public java.lang.Object getKey()

setKey

public void setKey(java.lang.Object o)

Ontimize