congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
TabInfo.firePropertyChange
Code IndexAdd Tabnine to your IDE (free)

How to use
firePropertyChange
method
in
jaxx.runtime.swing.TabInfo

Best Java code snippets using jaxx.runtime.swing.TabInfo.firePropertyChange (Showing top 20 results out of 315)

origin: org.nuiton.jaxx/jaxx-runtime-swing

public void setForeground(Color foreground) {
  Color oldValue = this.foreground;
  this.foreground = foreground;
  firePropertyChange(FOREGROUND_PROPERTY, oldValue, foreground);
}
origin: org.nuiton.jaxx/jaxx-runtime

public void setTitle(String title) {
  String oldValue = this.title;
  this.title = title;
  firePropertyChange(TITLE_PROPERTY, oldValue, title);
}
origin: org.nuiton.jaxx/jaxx-runtime

public void setTabComponent(JComponent tabComponent) {
  JComponent oldValue = this.tabComponent;
  this.tabComponent = tabComponent;
  firePropertyChange(TAB_COMPONENT_PROPERTY, oldValue, tabComponent);
}
origin: org.nuiton.jaxx/jaxx-runtime-swing

public void setBackground(Color background) {
  Color oldValue = this.background;
  this.background = background;
  firePropertyChange(BACKGROUND_PROPERTY, oldValue, background);
}
origin: org.nuiton.jaxx/jaxx-runtime

public void setDisplayedMnemonicIndex(int displayedMnemonicIndex) {
  int oldValue = this.displayedMnemonicIndex;
  this.displayedMnemonicIndex = displayedMnemonicIndex;
  firePropertyChange(DISPLAYED_MNEMONIC_INDEX_PROPERTY, oldValue, displayedMnemonicIndex);
}
origin: org.nuiton.jaxx/jaxx-runtime

public void setEnabled(boolean enabled) {
  boolean oldValue = this.enabled;
  this.enabled = enabled;
  firePropertyChange(ENABLED_PROPERTY, oldValue, enabled);
}
origin: org.nuiton.jaxx/jaxx-runtime

public void setToolTipText(String toolTipText) {
  String oldValue = this.toolTipText;
  this.toolTipText = toolTipText;
  firePropertyChange(TOOL_TIP_TEXT_PROPERTY, oldValue, toolTipText);
}
origin: org.nuiton.jaxx/jaxx-runtime

public void setBackground(Color background) {
  Color oldValue = this.background;
  this.background = background;
  firePropertyChange(BACKGROUND_PROPERTY, oldValue, background);
}
origin: org.nuiton.jaxx/jaxx-runtime

public void setForeground(Color foreground) {
  Color oldValue = this.foreground;
  this.foreground = foreground;
  firePropertyChange(FOREGROUND_PROPERTY, oldValue, foreground);
}
origin: org.nuiton.jaxx/jaxx-runtime-swing

public void setIcon(Icon icon) {
  Icon oldValue = this.icon;
  this.icon = icon;
  firePropertyChange(ICON_PROPERTY, oldValue, icon);
}
origin: org.nuiton.jaxx/jaxx-runtime-swing

public void setEnabled(boolean enabled) {
  boolean oldValue = this.enabled;
  this.enabled = enabled;
  firePropertyChange(ENABLED_PROPERTY, oldValue, enabled);
}
origin: org.nuiton.jaxx/jaxx-runtime-swing

public void setTitle(String title) {
  String oldValue = this.title;
  this.title = title;
  firePropertyChange(TITLE_PROPERTY, oldValue, title);
}
origin: org.nuiton.jaxx/jaxx-runtime

public void setDisabledIcon(Icon disabledIcon) {
  Icon oldValue = this.disabledIcon;
  this.disabledIcon = disabledIcon;
  firePropertyChange(DISABLED_ICON_PROPERTY, oldValue, disabledIcon);
}
origin: org.nuiton.jaxx/jaxx-runtime

public void setIcon(Icon icon) {
  Icon oldValue = this.icon;
  this.icon = icon;
  firePropertyChange(ICON_PROPERTY, oldValue, icon);
}
origin: org.nuiton.jaxx/jaxx-runtime

public void setMnemonic(int mnemonic) {
  int oldValue = this.mnemonic;
  this.mnemonic = mnemonic;
  firePropertyChange(MNEMONIC_PROPERTY, oldValue, mnemonic);
}
origin: org.nuiton.jaxx/jaxx-runtime

public void setTabComponentStr(String tabComponentStr) {
  String oldValue = this.tabComponentStr;
  this.tabComponentStr = tabComponentStr;
  firePropertyChange(TAB_COMPONENT_STR_PROPERTY, oldValue, tabComponent);
}
origin: org.nuiton.jaxx/jaxx-runtime-swing

public void setDisabledIcon(Icon disabledIcon) {
  Icon oldValue = this.disabledIcon;
  this.disabledIcon = disabledIcon;
  firePropertyChange(DISABLED_ICON_PROPERTY, oldValue, disabledIcon);
}
origin: org.nuiton.jaxx/jaxx-runtime-swing

public void setDisplayedMnemonicIndex(int displayedMnemonicIndex) {
  int oldValue = this.displayedMnemonicIndex;
  this.displayedMnemonicIndex = displayedMnemonicIndex;
  firePropertyChange(DISPLAYED_MNEMONIC_INDEX_PROPERTY, oldValue, displayedMnemonicIndex);
}
origin: org.nuiton.jaxx/jaxx-runtime-swing

public void setMnemonic(int mnemonic) {
  int oldValue = this.mnemonic;
  this.mnemonic = mnemonic;
  firePropertyChange(MNEMONIC_PROPERTY, oldValue, mnemonic);
}
origin: org.nuiton.jaxx/jaxx-runtime-swing

public void setToolTipText(String toolTipText) {
  String oldValue = this.toolTipText;
  this.toolTipText = toolTipText;
  firePropertyChange(TOOL_TIP_TEXT_PROPERTY, oldValue, toolTipText);
}
jaxx.runtime.swingTabInfofirePropertyChange

Popular methods of TabInfo

  • <init>
  • setTitle
  • addPropertyChangeListener
  • getPropertyChangeSupport
  • setEnabled
  • setIcon
  • getBackground
  • getDisabledIcon
  • getDisplayedMnemonicIndex
  • getForeground
  • getIcon
  • getId
  • getIcon,
  • getId,
  • getMnemonic,
  • getTabComponentStr,
  • getTitle,
  • getToolTipText,
  • isEnabled,
  • setBackground,
  • setDisabledIcon

Popular in Java

  • Reading from database using SQL prepared statement
  • getApplicationContext (Context)
  • requestLocationUpdates (LocationManager)
  • scheduleAtFixedRate (Timer)
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • JOptionPane (javax.swing)
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Table (org.hibernate.mapping)
    A relational table
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now