controller
Interface IEditAdapter

All Known Implementing Classes:
EditToolbar

public interface IEditAdapter

Adapter to connect the edit controls and the model.

Author:
Mathias Ricken

Method Summary
 java.awt.Color getCurrentColor()
          Return current color.
 java.lang.String getCurrentFish()
          Return name of current fish class.
 

Method Detail

getCurrentFish

java.lang.String getCurrentFish()
Return name of current fish class.

Returns:
name of current fish class

getCurrentColor

java.awt.Color getCurrentColor()
Return current color.

Returns:
current color