Uses of Class
de.uni_paderborn.fujaba.gui.PEListEntry

Packages that use PEListEntry
de.uni_paderborn.fujaba.gui Graphical User Interface 
 

Uses of PEListEntry in de.uni_paderborn.fujaba.gui
 

Methods in de.uni_paderborn.fujaba.gui that return PEListEntry
 PEListEntry PERolePanel.getLeftComboSelectedItem()
          Returns the selected item in the left combo box.
 PEListEntry PERolePanel.getRightComboSelectedItem()
          Returns the selected item in the right combo box.
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type PEListEntry
 void PERolePanel.addItemToLeftComboBox(PEListEntry item)
          Delegates the call to the left combo box
 void PERolePanel.addItemToRightComboBox(PEListEntry item)
          Delegates the call to the right combo box.
 void PERolePanel.setLeftComboSelectedItem(PEListEntry item)
          Sets the selected item in the left combo box.
 void PERolePanel.setRightComboSelectedItem(PEListEntry item)
          Sets the selected item in the right combo box.