com.partnersoft.codex.editors
Interface CogField

All Known Implementing Classes:
AbstractCogField, CogBooleanField, CogColorField, CogComboBox, CogIconField, CogTextField

public interface CogField


Method Summary
 void close()
          Stops listening to the CogModel.
 javax.swing.JComponent getGui()
           
 CogModel getModel()
           
 java.lang.String getPath()
           
 

Method Detail

close

void close()
Stops listening to the CogModel.


getModel

CogModel getModel()

getPath

java.lang.String getPath()

getGui

javax.swing.JComponent getGui()