JAC project
AOPSYS
CEDRIC & LIP6 labs

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.
 
Methods inherited from interface javax.swing.ComboBoxModel
getSelectedItem, setSelectedItem
 
Methods inherited from interface javax.swing.ListModel
addListDataListener, getElementAt, getSize, removeListDataListener
 

Method Detail

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.


Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli