Codota Logo
TristateCheckBox.addActionListener
Code IndexAdd Codota to your IDE (free)

How to use
addActionListener
method
in
com.jidesoft.swing.TristateCheckBox

Best Java code snippets using com.jidesoft.swing.TristateCheckBox.addActionListener (Showing top 2 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Gson g =
  • Codota Iconnew Gson()
  • Codota IconGsonBuilder gsonBuilder;gsonBuilder.create()
  • Codota Iconnew GsonBuilder().create()
  • Smart code suggestions by Codota
}
origin: com.jidesoft/jide-oss

@Override
protected void init(String text, Icon icon) {
  model = createButtonModel();
  setModel(model);
  addActionListener(this);
  super.init(text, icon);
}
origin: senbox-org/snap-desktop

final TristateCheckBox tristateCheckBox = new TristateCheckBox();
tristateCheckBox.setState(selectionAdmin.getState(index));
tristateCheckBox.addActionListener(new TristateCheckboxListener(index));
tristateCheckBoxes[index] = tristateCheckBox;
spectraPanel.add(tristateCheckBox);
com.jidesoft.swingTristateCheckBoxaddActionListener

Popular methods of TristateCheckBox

  • <init>
  • getState
    Gets the selection state. It could be one of the three states as defined - #STATE_SELECTED, #STATE_U
  • setState
    Sets the selection state. It could be one of the three states as defined - #STATE_SELECTED, #STATE_U
  • adjustMixedIcon
  • createButtonModel
    Creates the button model. In this case, it is always a TristateButtonModel.
  • getModel
  • getPreferredSize
  • getWidth
  • isMixed
    Checks if the check box is in mixed selection state.
  • paint
  • putClientProperty
  • restoreMixedIcon
  • putClientProperty,
  • restoreMixedIcon,
  • setBackground,
  • setBounds,
  • setEnabled,
  • setFont,
  • setForeground,
  • setHalfSelected,
  • setIcon

Popular in Java

  • Running tasks concurrently on multiple threads
  • onRequestPermissionsResult (Fragment)
  • getContentResolver (Context)
  • getSharedPreferences (Context)
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • TreeMap (java.util)
    A Red-Black tree based NavigableMap implementation. The map is sorted according to the Comparable of
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Notification (javax.management)
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now