congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
org.jfree.ui.tabbedui
Code IndexAdd Tabnine to your IDE (free)

How to use org.jfree.ui.tabbedui

Best Java code snippets using org.jfree.ui.tabbedui (Showing top 20 results out of 315)

origin: jfree/jcommon

/**
 * Invoked when an action occurs.
 *
 * @param e the event.
 */
public void actionPerformed(final ActionEvent e) {
  attempExit();
}
origin: jfree/jcommon

/**
 * Creates a close action.
 * 
 * @return A close action.
 */
protected Action createCloseAction() {
  return new ExitAction();
}
origin: jfree/jcommon

/**
 * Defines an <code>Action</code> object with a default
 * description string and default icon.
 */
public ExitAction() {
  putValue(NAME, "Exit");
}
origin: jfree/jcommon

  /**
   * This method gets called when a bound property is changed.
   *
   * @param evt A PropertyChangeEvent object describing the event source
   *            and the property that has changed.
   */
  public void propertyChange(final PropertyChangeEvent evt) {
    if (evt.getPropertyName().equals(AbstractTabbedUI.JMENUBAR_PROPERTY)) {
      setJMenuBar(getTabbedUI().getJMenuBar());
    }
  }
}
origin: jfree/jcommon

  /**
   * This method gets called when a bound property is changed.
   *
   * @param evt A PropertyChangeEvent object describing the event source
   *            and the property that has changed.
   */
  public void propertyChange(final PropertyChangeEvent evt) {
    if (evt.getPropertyName().equals(AbstractTabbedUI.JMENUBAR_PROPERTY)) {
      setJMenuBar(getTabbedUI().getJMenuBar());
    }
  }
}
origin: jfree/jcommon

  /**
   * This method gets called when a bound property is changed.
   *
   * @param evt A PropertyChangeEvent object describing the event source
   *            and the property that has changed.
   */
  public void propertyChange(final PropertyChangeEvent evt) {
    if (evt.getPropertyName().equals(AbstractTabbedUI.JMENUBAR_PROPERTY)) {
      setJMenuBar(getTabbedUI().getJMenuBar());
    }
  }
}
origin: jfree/jcommon

/**
 * Sets the menu bar.
 * 
 * @param menuBar  the menu bar.
 */
protected void setJMenuBar(final JMenuBar menuBar) {
  final JMenuBar oldMenuBar = this.jMenuBar;
  this.jMenuBar = menuBar;
  firePropertyChange(JMENUBAR_PROPERTY, oldMenuBar, menuBar);
}
origin: jfree/jcommon

/**
 * Sets the confirmed flag.
 * 
 * @param confirmed  the confirmed flag.
 */
protected void setConfirmed(final boolean confirmed) {
  final boolean oldConfirmed = this.confirmed;
  this.confirmed = confirmed;
  firePropertyChange("confirmed", oldConfirmed, confirmed);
}
origin: org.jfree/jcommon

  /**
   * This method gets called when a bound property is changed.
   *
   * @param evt A PropertyChangeEvent object describing the event source
   *            and the property that has changed.
   */
  public void propertyChange(final PropertyChangeEvent evt) {
    if (evt.getPropertyName().equals(AbstractTabbedUI.JMENUBAR_PROPERTY)) {
      setJMenuBar(getTabbedUI().getJMenuBar());
    }
  }
}
origin: org.jfree/jcommon

  /**
   * This method gets called when a bound property is changed.
   *
   * @param evt A PropertyChangeEvent object describing the event source
   *            and the property that has changed.
   */
  public void propertyChange(final PropertyChangeEvent evt) {
    if (evt.getPropertyName().equals(AbstractTabbedUI.JMENUBAR_PROPERTY)) {
      setJMenuBar(getTabbedUI().getJMenuBar());
    }
  }
}
origin: org.jfree/jcommon

/**
 * Invoked when an action occurs.
 *
 * @param e the event.
 */
public void actionPerformed(final ActionEvent e) {
  attempExit();
}
origin: org.jfree/jcommon

/**
 * Creates a close action.
 * 
 * @return A close action.
 */
protected Action createCloseAction() {
  return new ExitAction();
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Defines an <code>Action</code> object with a default
 * description string and default icon.
 */
public ExitAction() {
  putValue(NAME, "Exit");
}
origin: org.jfree/jcommon

/**
 * Sets the menu bar.
 * 
 * @param menuBar  the menu bar.
 */
protected void setJMenuBar(final JMenuBar menuBar) {
  final JMenuBar oldMenuBar = this.jMenuBar;
  this.jMenuBar = menuBar;
  firePropertyChange(JMENUBAR_PROPERTY, oldMenuBar, menuBar);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Sets the confirmed flag.
 * 
 * @param confirmed  the confirmed flag.
 */
protected void setConfirmed(final boolean confirmed) {
  final boolean oldConfirmed = this.confirmed;
  this.confirmed = confirmed;
  firePropertyChange("confirmed", oldConfirmed, confirmed);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Invoked when an action occurs.
 *
 * @param e the event.
 */
public void actionPerformed(final ActionEvent e) {
  attempExit();
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Creates a close action.
 * 
 * @return A close action.
 */
protected Action createCloseAction() {
  return new ExitAction();
}
origin: org.jfree/jcommon

/**
 * Defines an <code>Action</code> object with a default
 * description string and default icon.
 */
public ExitAction() {
  putValue(NAME, "Exit");
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Sets the menu bar.
 * 
 * @param menuBar  the menu bar.
 */
protected void setJMenuBar(final JMenuBar menuBar) {
  final JMenuBar oldMenuBar = this.jMenuBar;
  this.jMenuBar = menuBar;
  firePropertyChange(JMENUBAR_PROPERTY, oldMenuBar, menuBar);
}
origin: org.jfree/jcommon

/**
 * Sets the confirmed flag.
 * 
 * @param confirmed  the confirmed flag.
 */
protected void setConfirmed(final boolean confirmed) {
  final boolean oldConfirmed = this.confirmed;
  this.confirmed = confirmed;
  firePropertyChange("confirmed", oldConfirmed, confirmed);
}
org.jfree.ui.tabbedui

Most used classes

  • VerticalLayout
    A simple layout manager, which aligns all components in a vertical flow layout.
  • AbstractTabbedUI$ExitAction
    An exit action.
  • AbstractTabbedUI$TabChangeHandler
    A tab change handler.
  • AbstractTabbedUI$TabEnableChangeListener
    A tab enable change listener.
  • AbstractTabbedUI
    A tabbed GUI. All views on the data are contained in tabs.
  • RootEditor,
  • RootPanel,
  • TabbedApplet$MenuBarChangeListener,
  • TabbedApplet,
  • TabbedDialog$MenuBarChangeListener,
  • TabbedDialog,
  • TabbedFrame$MenuBarChangeListener,
  • TabbedFrame
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