Tabnine Logo
AbstractTabbedUI.createCloseAction
Code IndexAdd Tabnine to your IDE (free)

How to use
createCloseAction
method
in
org.jfree.ui.tabbedui.AbstractTabbedUI

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

origin: org.jfree/jcommon

/**
 * Default constructor.
 */
public AbstractTabbedUI() {
  this.selectedRootEditor = -1;
  this.toolbarContainer = new JPanel();
  this.toolbarContainer.setLayout(new BorderLayout());
  this.tabbedPane = new JTabbedPane(SwingConstants.BOTTOM);
  this.tabbedPane.addChangeListener(new TabChangeHandler(this.tabbedPane));
  this.rootEditors = new ArrayList();
  setLayout(new BorderLayout());
  add(this.toolbarContainer, BorderLayout.NORTH);
  add(this.tabbedPane, BorderLayout.CENTER);
  this.closeAction = createCloseAction();
}
origin: jfree/jcommon

/**
 * Default constructor.
 */
public AbstractTabbedUI() {
  this.selectedRootEditor = -1;
  this.toolbarContainer = new JPanel();
  this.toolbarContainer.setLayout(new BorderLayout());
  this.tabbedPane = new JTabbedPane(SwingConstants.BOTTOM);
  this.tabbedPane.addChangeListener(new TabChangeHandler(this.tabbedPane));
  this.rootEditors = new ArrayList();
  setLayout(new BorderLayout());
  add(this.toolbarContainer, BorderLayout.NORTH);
  add(this.tabbedPane, BorderLayout.CENTER);
  this.closeAction = createCloseAction();
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Default constructor.
 */
public AbstractTabbedUI() {
  this.selectedRootEditor = -1;
  this.toolbarContainer = new JPanel();
  this.toolbarContainer.setLayout(new BorderLayout());
  this.tabbedPane = new JTabbedPane(SwingConstants.BOTTOM);
  this.tabbedPane.addChangeListener(new TabChangeHandler(this.tabbedPane));
  this.rootEditors = new ArrayList();
  setLayout(new BorderLayout());
  add(this.toolbarContainer, BorderLayout.NORTH);
  add(this.tabbedPane, BorderLayout.CENTER);
  this.closeAction = createCloseAction();
}
org.jfree.ui.tabbeduiAbstractTabbedUIcreateCloseAction

Javadoc

Creates a close action.

Popular methods of AbstractTabbedUI

  • add
  • addMenus
    Adds menus.
  • addPropertyChangeListener
  • attempExit
    Attempts to exit.
  • closeToolbar
    Closes the toolbar.
  • createEditorMenubar
    Creates a menu bar.
  • firePropertyChange
  • getCloseAction
    Returns the close action.
  • getJMenuBar
    Returns the menu bar.
  • getPostfixMenus
    The postfix menus.
  • getPrefixMenus
    Returns the prefix menus.
  • getRootEditor
    Returns the specified editor.
  • getPrefixMenus,
  • getRootEditor,
  • getRootEditorCount,
  • getSelectedEditor,
  • isGlobalMenu,
  • setJMenuBar,
  • setLayout,
  • setSelectedEditor,
  • updateGlobalMenubar

Popular in Java

  • Finding current android device location
  • setScale (BigDecimal)
  • getApplicationContext (Context)
  • addToBackStack (FragmentTransaction)
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • BoxLayout (javax.swing)
  • Top plugins for Android Studio
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