Class TabInfo


  • public class TabInfo
    extends org.jdesktop.beans.AbstractBean
    • Constructor Detail

      • TabInfo

        public TabInfo()
      • TabInfo

        public TabInfo​(String id)
    • Method Detail

      • getId

        public String getId()
      • getBackground

        public Color getBackground()
      • setBackground

        public void setBackground​(Color background)
      • getDisabledIcon

        public Icon getDisabledIcon()
      • setDisabledIcon

        public void setDisabledIcon​(Icon disabledIcon)
      • getDisplayedMnemonicIndex

        public int getDisplayedMnemonicIndex()
      • setDisplayedMnemonicIndex

        public void setDisplayedMnemonicIndex​(int displayedMnemonicIndex)
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • getForeground

        public Color getForeground()
      • setForeground

        public void setForeground​(Color foreground)
      • getIcon

        public Icon getIcon()
      • setIcon

        public void setIcon​(Icon icon)
      • getMnemonic

        public int getMnemonic()
      • setMnemonic

        public void setMnemonic​(int mnemonic)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getToolTipText

        public String getToolTipText()
      • setToolTipText

        public void setToolTipText​(String toolTipText)
      • getTabComponent

        public JComponent getTabComponent()
      • setTabComponent

        public void setTabComponent​(JComponent tabComponent)
      • getTabComponentStr

        public String getTabComponentStr()
      • setTabComponentStr

        public void setTabComponentStr​(String tabComponentStr)
      • getContainerId

        public String getContainerId()
      • setContainerId

        public void setContainerId​(String containerId)
      • getProperties

        public Set<String> getProperties()
      • setProperties

        public void setProperties​(Set<String> properties)
      • isValid

        public boolean isValid()
      • setValid

        public void setValid​(boolean valid)
      • getTabIndex

        public int getTabIndex()
      • setTabIndex

        public void setTabIndex​(int tabIndex)