Class ItemComponentTab
- java.lang.Object
-
- io.ultreia.java4all.i18n.editor.ui.ItemComponentTab
-
public class ItemComponentTab extends Object
Created by tchemit on 20/10/2018.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearSelection()Itemget(String itemKey)intgetItemCount()org.jdesktop.swingx.JXListgetList()io.ultreia.java4all.i18n.editor.ui.ItemComponentTab.StringDefaultListModelgetListModel()JScrollPanegetScrollPane()intgetSelectedIndex()StringgetTitle()booleanisEmpty()booleanisFirst()booleanisLast()booleanisNotEmpty()voidrefreshActions()voidsetSelectedIndex(int selectedIndex)voidupdateListFromFilter(boolean add)voidupdateListFromUserFilter(String text)voidupdateTabTitle()
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
isNotEmpty
public boolean isNotEmpty()
-
isFirst
public boolean isFirst()
-
isLast
public boolean isLast()
-
getList
public org.jdesktop.swingx.JXList getList()
-
getSelectedIndex
public int getSelectedIndex()
-
setSelectedIndex
public void setSelectedIndex(int selectedIndex)
-
clearSelection
public void clearSelection()
-
getScrollPane
public JScrollPane getScrollPane()
-
getItemCount
public int getItemCount()
-
getTitle
public String getTitle()
-
getListModel
public io.ultreia.java4all.i18n.editor.ui.ItemComponentTab.StringDefaultListModel getListModel()
-
refreshActions
public void refreshActions()
-
updateListFromUserFilter
public void updateListFromUserFilter(String text)
-
updateListFromFilter
public void updateListFromFilter(boolean add)
-
updateTabTitle
public void updateTabTitle()
-
-