Uses of Interface
editor.tabpane.ITab
-
Packages that use ITab Package Description editor.run editor.settings editor.tabpane -
-
Uses of ITab in editor.run
Fields in editor.run declared as ITab Modifier and Type Field Description private ITabRunConfigDialog. _configTab -
Uses of ITab in editor.settings
Fields in editor.settings declared as ITab Modifier and Type Field Description private ITabSettingsDialog. _configTab -
Uses of ITab in editor.tabpane
Classes in editor.tabpane that implement ITab Modifier and Type Class Description classStandardTabFields in editor.tabpane declared as ITab Modifier and Type Field Description private ITabTabContainer.TabChangeEvent. _tabFields in editor.tabpane with type parameters of type ITab Modifier and Type Field Description private javax.swing.JList<ITab>TabListPopup. _listprivate java.util.List<ITab>TabContainer. _orderedTabs(package private) java.util.List<ITab>TabListPopup.TabListModel. _tabsMethods in editor.tabpane that return ITab Modifier and Type Method Description ITabTabPane. addTab(java.lang.String strText, javax.swing.Icon icon, javax.swing.JComponent contentPane)ITabTabContainer. findTabWithContent(javax.swing.JComponent contentPane)ITabTabPane. findTabWithContent(javax.swing.JComponent contentPane)ITabTabPane. findTabWithLabel(java.lang.String label)ITabTabListPopup.TabListModel. getElementAt(int i)ITabTabContainer. getSelectedTab()ITabTabPane. getSelectedTab()ITabTabContainer.TabChangeEvent. getTab()ITabTabContainer. getTabAt(int iIndex)ITabTabPane. getTabAt(int iIndex)private ITabStandardTabBorder. getTabFromComponent(java.awt.Component c)ITab[]TabContainer. getTabs()ITab[]TabPane. getTabs()ITabTabContainer. insertTab(ITab tab, int iIndex, boolean focus)ITabTabPane. insertTab(ILabel tabLabel, javax.swing.JComponent contentPane, int iIndex)ITabTabPane. insertTab(java.lang.String strText, javax.swing.Icon icon, javax.swing.JComponent contentPane, int iIndex)ITabTabContainer. insertTabWithoutSelecting(ITab tab, int iIndex)private ITabTabPane.DefaultContextMenuHandler. tabForComponent(java.awt.Component c)static ITabTabContainer. tabFromComponent(java.awt.Component comp)Methods in editor.tabpane that return types with arguments of type ITab Modifier and Type Method Description private java.util.List<ITab>TabListPopup. getTabs()Methods in editor.tabpane with parameters of type ITab Modifier and Type Method Description voidTabContainer. addTab(ITab tab)voidTabContainer. addTabWithoutSelecting(ITab tab)intTabListPopup.TabComparator. compare(ITab o1, ITab o2)private voidTabContainer. dispose(ITab tab)private voidTabContainer. fireSelectionChanged(ITab tab)ITabTabContainer. insertTab(ITab tab, int iIndex, boolean focus)ITabTabContainer. insertTabWithoutSelecting(ITab tab, int iIndex)private booleanTabContainer. isInView(ITab tab)private booleanMoreTab. isTabFullyVisible(ITab tab)voidTabContainer. removeTab(ITab tab)voidTabPane. removeTab(ITab tab)voidTabContainer. selectTab(ITab tab, boolean bFocus)voidTabPane. selectTab(ITab tab, boolean bFocus)Constructors in editor.tabpane with parameters of type ITab Constructor Description TabChangeEvent(TabContainer tabContainer, ITab tab)Constructor parameters in editor.tabpane with type arguments of type ITab Constructor Description TabListModel(java.util.List<ITab> tabs)
-