jaxx.runtime.swing
Class TabInfo
java.lang.Object
jaxx.runtime.swing.TabInfo
public class TabInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BACKGROUND_PROPERTY
public static String BACKGROUND_PROPERTY
TAB_COMPONENT_PROPERTY
public static String TAB_COMPONENT_PROPERTY
TAB_COMPONENT_STR_PROPERTY
public static String TAB_COMPONENT_STR_PROPERTY
DISABLED_ICON_PROPERTY
public static String DISABLED_ICON_PROPERTY
DISPLAYED_MNEMONIC_INDEX_PROPERTY
public static String DISPLAYED_MNEMONIC_INDEX_PROPERTY
ENABLED_PROPERTY
public static String ENABLED_PROPERTY
FOREGROUND_PROPERTY
public static String FOREGROUND_PROPERTY
ICON_PROPERTY
public static String ICON_PROPERTY
MNEMONIC_PROPERTY
public static String MNEMONIC_PROPERTY
TITLE_PROPERTY
public static String TITLE_PROPERTY
TOOL_TIP_TEXT_PROPERTY
public static String TOOL_TIP_TEXT_PROPERTY
TabInfo
public TabInfo()
TabInfo
public TabInfo(String id)
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)
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener
public void addPropertyChangeListener(String property,
PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(String property,
PropertyChangeListener listener)
firePropertyChange
protected void firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Copyright © 2008-2011 CodeLutin. All Rights Reserved.