org.objectweb.jac.aspects.gui
Interface ObjectChooserModel
- All Superinterfaces:
- ComboBoxModel, ListModel
- All Known Implementing Classes:
- ComboBoxModel
- public interface ObjectChooserModel
- extends ComboBoxModel
Data model for ObjectChooser.
Method Summary |
ClassItem |
getType()
Returns the type of the elements contained in the combo box. |
void |
setType(ClassItem type)
Set the type of elements contained in the combo box. |
setType
public void setType(ClassItem type)
- Set the type of elements contained in the combo box.
getType
public ClassItem getType()
- Returns the type of the elements contained in the combo box.