congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
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

  • Parsing JSON documents to java classes using gson
  • getSystemService (Context)
  • compareTo (BigDecimal)
  • setContentView (Activity)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • Socket (java.net)
    Provides a client-side TCP socket.
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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