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

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

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

origin: org.bidib.jbidib.swinglabs.swingx/swingx-core

/** 
 * Toggles the popup component's visibility. This method is
 * called by this control's default action. <p>
 * 
 * Here: delegates to getControlPopup().
 */ 
public void togglePopup() {
  getColumnControlPopup().toggleVisibility(this);
}
origin: org.codehaus.jtstand/jtstand-desktop

/** 
 * Toggles the popup component's visibility. This method is
 * called by this control's default action. <p>
 * 
 * Here: delegates to getControlPopup().
 */ 
public void togglePopup() {
  getColumnControlPopup().toggleVisibility(this);
}
origin: org.swinglabs.swingx/swingx-core

/** 
 * Toggles the popup component's visibility. This method is
 * called by this control's default action. <p>
 * 
 * Here: delegates to getControlPopup().
 */ 
public void togglePopup() {
  getColumnControlPopup().toggleVisibility(this);
}
origin: org.codehaus.jtstand/jtstand-desktop

/**
 * Adds visibility actions into the popup view.
 * 
 * Here: delegates the list of actions to the DefaultColumnControlPopup.
 * <p>
 * PRE: columnVisibilityActions populated before calling this.
 * 
 */
protected void addVisibilityActionItems() {
  getColumnControlPopup().addVisibilityActionItems(
      Collections.unmodifiableList(getColumnVisibilityActions()));
}
origin: org.swinglabs.swingx/swingx-core

/**
 * Adds visibility actions into the popup view.
 * 
 * Here: delegates the list of actions to the DefaultColumnControlPopup.
 * <p>
 * PRE: columnVisibilityActions populated before calling this.
 * 
 */
protected void addVisibilityActionItems() {
  getColumnControlPopup().addVisibilityActionItems(
      Collections.unmodifiableList(getColumnVisibilityActions()));
}
origin: com.haulmont.thirdparty/swingx-core

/**
 * Adds visibility actions into the popup view.
 * 
 * Here: delegates the list of actions to the DefaultColumnControlPopup.
 * <p>
 * PRE: columnVisibilityActions populated before calling this.
 * 
 */
protected void addVisibilityActionItems() {
  getColumnControlPopup().addVisibilityActionItems(
      Collections.unmodifiableList(getColumnVisibilityActions()));
}
origin: org.swinglabs.swingx/swingx-all

/**
 * Adds visibility actions into the popup view.
 * 
 * Here: delegates the list of actions to the DefaultColumnControlPopup.
 * <p>
 * PRE: columnVisibilityActions populated before calling this.
 * 
 */
protected void addVisibilityActionItems() {
  getColumnControlPopup().addVisibilityActionItems(
      Collections.unmodifiableList(getColumnVisibilityActions()));
}
origin: org.bidib.jbidib.swinglabs.swingx/swingx-core

/**
 * Adds visibility actions into the popup view.
 * 
 * Here: delegates the list of actions to the DefaultColumnControlPopup.
 * <p>
 * PRE: columnVisibilityActions populated before calling this.
 * 
 */
protected void addVisibilityActionItems() {
  getColumnControlPopup().addVisibilityActionItems(
      Collections.unmodifiableList(getColumnVisibilityActions()));
}
origin: org.bidib.jbidib.swinglabs.swingx/swingx-core

@Override
public void applyComponentOrientation(ComponentOrientation o) {
  super.applyComponentOrientation(o);
  getColumnControlPopup().applyComponentOrientation(o);
}
origin: org.codehaus.jtstand/jtstand-desktop

@Override
public void applyComponentOrientation(ComponentOrientation o) {
  super.applyComponentOrientation(o);
  getColumnControlPopup().applyComponentOrientation(o);
}
origin: com.haulmont.thirdparty/swingx-core

@Override
public void applyComponentOrientation(ComponentOrientation o) {
  super.applyComponentOrientation(o);
  getColumnControlPopup().applyComponentOrientation(o);
}
origin: org.swinglabs.swingx/swingx-core

@Override
public void applyComponentOrientation(ComponentOrientation o) {
  super.applyComponentOrientation(o);
  getColumnControlPopup().applyComponentOrientation(o);
}
origin: org.swinglabs.swingx/swingx-all

@Override
public void applyComponentOrientation(ComponentOrientation o) {
  super.applyComponentOrientation(o);
  getColumnControlPopup().applyComponentOrientation(o);
}
origin: org.codehaus.jtstand/jtstand-desktop

/**
 * 
 * removes all components from the popup, making sure to release all
 * columnVisibility actions.
 * 
 */
protected void clearAll() {
  clearColumnVisibilityActions();
  getColumnControlPopup().removeAll();
}
origin: org.swinglabs.swingx/swingx-core

/**
 * 
 * removes all components from the popup, making sure to release all
 * columnVisibility actions.
 * 
 */
protected void clearAll() {
  clearColumnVisibilityActions();
  getColumnControlPopup().removeAll();
}
origin: org.swinglabs.swingx/swingx-all

/**
 * 
 * removes all components from the popup, making sure to release all
 * columnVisibility actions.
 * 
 */
protected void clearAll() {
  clearColumnVisibilityActions();
  getColumnControlPopup().removeAll();
}
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: 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();
}
org.jdesktop.swingx.tableColumnControlButtongetColumnControlPopup

Javadoc

Returns to popup component for user interaction. Lazily creates the component if necessary.

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,
  • getColumnModelListener,
  • getColumnVisibilityActions

Popular in Java

  • Running tasks concurrently on multiple threads
  • notifyDataSetChanged (ArrayAdapter)
  • onRequestPermissionsResult (Fragment)
  • getContentResolver (Context)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Best IntelliJ plugins
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