Class AbstractTab

    • Constructor Detail

      • AbstractTab

        protected AbstractTab()
    • Method Detail

      • getParentTabbedPane

        public JTabbedPane getParentTabbedPane()
        Get the JTabbedPane, where this tab was assigned to.
        Returns:
        The parent JTabbedPane or null, if this tab is not assigned to a JTabbedPane.
      • getTabIcon

        public Icon getTabIcon()
      • getTabTitle

        public abstract String getTabTitle()
      • getTabToolTipText

        public String getTabToolTipText()
      • localeChanged

        public void localeChanged​(org.xnap.commons.i18n.LocaleChangeEvent lce)
        Specified by:
        localeChanged in interface org.xnap.commons.i18n.LocaleChangeListener
      • updateLocalization

        protected void updateLocalization()