nl.tudelft.goal.ut2004.visualizer.util
Class EnvironmentComboBoxModel

Package class diagram package EnvironmentComboBoxModel
java.lang.Object
  extended by nl.tudelft.goal.ut2004.visualizer.util.EnvironmentComboBoxModel
All Implemented Interfaces:
ComboBoxModel, ListModel

public class EnvironmentComboBoxModel
extends Object
implements ComboBoxModel


Constructor Summary
EnvironmentComboBoxModel()
           
 
Method Summary
 void addListDataListener(ListDataListener l)
           
 Object getElementAt(int index)
           
 Object getSelectedItem()
           
 int getSize()
           
 void removeListDataListener(ListDataListener l)
           
 void setSelectedItem(Object anItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentComboBoxModel

public EnvironmentComboBoxModel()
Method Detail

getSize

public int getSize()
Specified by:
getSize in interface ListModel

getElementAt

public Object getElementAt(int index)
Specified by:
getElementAt in interface ListModel

addListDataListener

public void addListDataListener(ListDataListener l)
Specified by:
addListDataListener in interface ListModel

removeListDataListener

public void removeListDataListener(ListDataListener l)
Specified by:
removeListDataListener in interface ListModel

setSelectedItem

public void setSelectedItem(Object anItem)
Specified by:
setSelectedItem in interface ComboBoxModel

getSelectedItem

public Object getSelectedItem()
Specified by:
getSelectedItem in interface ComboBoxModel


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.