Tabnine Logo
ColumnControlButton.updateActionUI
Code IndexAdd Tabnine to your IDE (free)

How to use
updateActionUI
method
in
org.jdesktop.swingx.table.ColumnControlButton

Best Java code snippets using org.jdesktop.swingx.table.ColumnControlButton.updateActionUI (Showing top 10 results out of 315)

origin: com.haulmont.thirdparty/swingx-core

@Override
public void updateUI() {
  super.updateUI();
  // JW: icon may be LF dependent
  updateActionUI();
  updateButtonUI();
  getColumnControlPopup().updateUI();
}
origin: org.swinglabs.swingx/swingx-all

@Override
public void updateUI() {
  super.updateUI();
  // JW: icon may be LF dependent
  updateActionUI();
  updateButtonUI();
  getColumnControlPopup().updateUI();
}
origin: org.swinglabs.swingx/swingx-core

@Override
public void updateUI() {
  super.updateUI();
  // JW: icon may be LF dependent
  updateActionUI();
  updateButtonUI();
  getColumnControlPopup().updateUI();
}
origin: org.codehaus.jtstand/jtstand-desktop

@Override
public void updateUI() {
  super.updateUI();
  // JW: icon may be LF dependent
  updateActionUI();
  updateButtonUI();
  getColumnControlPopup().updateUI();
}
origin: org.bidib.jbidib.swinglabs.swingx/swingx-core

@Override
public void updateUI() {
  super.updateUI();
  // JW: icon may be LF dependent
  updateActionUI();
  updateButtonUI();
  getColumnControlPopup().updateUI();
}
origin: org.swinglabs.swingx/swingx-all

/**
 * Creates a column control button for the table. The button
 * uses the given icon and has no text.
 * @param table  the <code>JXTable</code> controlled by this component
 * @param icon the <code>Icon</code> to show
 */
public ColumnControlButton(JXTable table, Icon icon) {
  super();
  init();
  // JW: icon LF dependent?
  setAction(createControlAction(icon));
  updateActionUI();
  updateButtonUI();
  installTable(table);
}
origin: org.bidib.jbidib.swinglabs.swingx/swingx-core

/**
 * Creates a column control button for the table. The button
 * uses the given icon and has no text.
 * @param table  the <code>JXTable</code> controlled by this component
 * @param icon the <code>Icon</code> to show
 */
public ColumnControlButton(JXTable table, Icon icon) {
  super();
  init();
  // JW: icon LF dependent?
  setAction(createControlAction(icon));
  updateActionUI();
  updateButtonUI();
  installTable(table);
}
origin: org.codehaus.jtstand/jtstand-desktop

/**
 * Creates a column control button for the table. The button
 * uses the given icon and has no text.
 * @param table  the <code>JXTable</code> controlled by this component
 * @param icon the <code>Icon</code> to show
 */
public ColumnControlButton(JXTable table, Icon icon) {
  super();
  init();
  // JW: icon LF dependent?
  setAction(createControlAction(icon));
  updateActionUI();
  updateButtonUI();
  installTable(table);
}
origin: org.swinglabs.swingx/swingx-core

/**
 * Creates a column control button for the table. The button
 * uses the given icon and has no text.
 * @param table  the <code>JXTable</code> controlled by this component
 * @param icon the <code>Icon</code> to show
 */
public ColumnControlButton(JXTable table, Icon icon) {
  super();
  init();
  // JW: icon LF dependent?
  setAction(createControlAction(icon));
  updateActionUI();
  updateButtonUI();
  installTable(table);
}
origin: com.haulmont.thirdparty/swingx-core

/**
 * Creates a column control button for the table. The button
 * uses the given icon and has no text.
 * @param table  the <code>JXTable</code> controlled by this component
 * @param icon the <code>Icon</code> to show
 */
public ColumnControlButton(JXTable table, Icon icon) {
  super();
  init();
  // JW: icon LF dependent?
  setAction(createControlAction(icon));
  updateActionUI();
  updateButtonUI();
  installTable(table);
}
org.jdesktop.swingx.tableColumnControlButtonupdateActionUI

Javadoc

Updates the action properties provided by the LAF. Here: overwrites the action's small_icon with the icon from the ui if the current icon is null or a UIResource.

Popular methods of ColumnControlButton

  • populatePopup
    Populates the popup from scratch. If applicable, creates and adds column visibility actions. Always
  • <init>
    Creates a column control button for the table. The button uses the given icon and has no text.
  • createVisibilityActions
    Creates and adds a ColumnVisiblityAction for every column that should be togglable via the column co
  • getAdditionalActions
    creates and returns a list of additional Actions to add to the popup. Here: the actions are looked u
  • togglePopup
    Toggles the popup component's visibility. This method is called by this control's default action. H
  • addAdditionalActionItems
    Adds additional actions to the popup, if additionalActionsVisible is true, does nothing otherwise. H
  • addVisibilityActionItems
    Adds visibility actions into the popup view. Here: delegates the list of actions to the DefaultColum
  • canControl
    Method to check if we can control column visibility POST: if true we can be sure to have an extended
  • clearAll
    removes all components from the popup, making sure to release all columnVisibility actions.
  • clearColumnVisibilityActions
    Releases actions and clears list of actions.
  • createColumnControlPopup
    Factory method to return a ColumnControlPopup. Subclasses can override to hook custom implementation
  • createColumnModelListener
    Creates the listener to columnModel. Subclasses are free to roll their own. Implementation note: th
  • createColumnControlPopup,
  • createColumnModelListener,
  • createColumnVisibilityAction,
  • createControlAction,
  • createTablePropertyChangeListener,
  • getAction,
  • getColumnControlActionKeys,
  • getColumnControlPopup,
  • getColumnModelListener,
  • getColumnVisibilityActions

Popular in Java

  • Reading from database using SQL prepared statement
  • findViewById (Activity)
  • getSharedPreferences (Context)
  • onCreateOptionsMenu (Activity)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • Reference (javax.naming)
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Github Copilot alternatives
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