Search in sources :

Example 11 with Profession

use of delta.games.lotro.lore.crafting.Profession in project lotro-companion by dmorcellet.

the class CraftingSynopsisFilterController method setFilter.

private void setFilter() {
    Profession profession = _filter.getProfession();
    _professions.selectItem(profession);
}
Also used : Profession(delta.games.lotro.lore.crafting.Profession)

Aggregations

Profession (delta.games.lotro.lore.crafting.Profession)11 JPanel (javax.swing.JPanel)6 ProfessionStatus (delta.games.lotro.character.crafting.ProfessionStatus)3 JLabel (javax.swing.JLabel)3 ItemSelectionListener (delta.common.ui.swing.combobox.ItemSelectionListener)2 CharacterFile (delta.games.lotro.character.CharacterFile)2 CraftingStatus (delta.games.lotro.character.crafting.CraftingStatus)2 GuildStatus (delta.games.lotro.character.crafting.GuildStatus)2 Vocation (delta.games.lotro.lore.crafting.Vocation)2 FlowLayout (java.awt.FlowLayout)2 GridBagLayout (java.awt.GridBagLayout)2 DefaultTableCellRenderer (javax.swing.table.DefaultTableCellRenderer)2 TableCellRenderer (javax.swing.table.TableCellRenderer)2 ComboBoxController (delta.common.ui.swing.combobox.ComboBoxController)1 CellDataProvider (delta.common.ui.swing.tables.CellDataProvider)1 TableColumnController (delta.common.ui.swing.tables.TableColumnController)1 LotroTestUtils (delta.games.lotro.character.log.LotroTestUtils)1 FactionStatusPanelController (delta.games.lotro.gui.stats.reputation.form.FactionStatusPanelController)1 ProfessionComparator (delta.games.lotro.lore.crafting.ProfessionComparator)1 GridBagConstraints (java.awt.GridBagConstraints)1