List of usage examples for javax.swing.event ListSelectionListener interface-usage
From source file com.mirth.connect.client.ui.LibraryResourcesPanel.java
public class LibraryResourcesPanel extends JPanel implements ListSelectionListener, TreeSelectionListener { private static final int SELECTED_COLUMN = 0; private static final int PROPERTIES_COLUMN = 1; private static final int TYPE_COLUMN = 2;
From source file pcgen.gui2.dialog.ChooserDialog.java
/**
* The Class {@code ChooserDialog} provides a general dialog to allow the
* user to select from a number of predefined choices. A ChooserFacade instance
* must be supplied, this defines the choices available, the text to be displayed
* on screen and the actions to be taken when the user confirms their choices. The
* chooser is generally displayed via a call to UIDelgate.showGeneralChooser.
From source file de.tor.tribes.ui.views.DSWorkbenchFormFrame.java
/** * @author Charon */ public class DSWorkbenchFormFrame extends AbstractDSWorkbenchFrame implements ListSelectionListener, GenericManagerListener, ActionListener {
From source file de.tor.tribes.ui.views.DSWorkbenchDistanceFrame.java
/** * * @author Torridity */ public class DSWorkbenchDistanceFrame extends AbstractDSWorkbenchFrame implements ListSelectionListener, ActionListener {
From source file com.mirth.connect.client.ui.SettingsPanelResources.java
public class SettingsPanelResources extends AbstractSettingsPanel implements ListSelectionListener { public static final String TAB_NAME = "Resources"; private static final int PROPERTIES_COLUMN = 0; private static final int NAME_COLUMN = 1;
From source file maltcms.ui.nb.pipelineRunner.ui.PipelineRunnerTopComponent.java
/** * Top component which displays something. */ @ConvertAsProperties(dtd = "-//maltcms.ui.nb.pipelineRunner.ui//PipelineRunner//EN", autostore = false) public final class PipelineRunnerTopComponent extends CloneableTopComponent implements ListSelectionListener {
From source file iDynoOptimizer.MOEAFramework26.src.org.moeaframework.analysis.diagnostics.ApproximationSetViewer.java
/** * Window for displaying approximation set dynamics. */ public class ApproximationSetViewer extends JFrame implements ChangeListener, ActionListener, ChartChangeListener, ListSelectionListener {
From source file de.tor.tribes.ui.views.DSWorkbenchConquersFrame.java
/** * @author Charon */ public class DSWorkbenchConquersFrame extends AbstractDSWorkbenchFrame implements GenericManagerListener, ListSelectionListener, ActionListener {
From source file org.piraso.ui.base.ContextMonitorTopComponent.java
/** * Top component which displays something. */ public final class ContextMonitorTopComponent extends TopComponent implements ListSelectionListener, ContextMonitorDelegate { public static final String INACTIVE_ICON_PATH = "org/piraso/ui/base/icons/status-inactive.png";
From source file com.mirth.connect.client.ui.LibraryResourcesDialog.java
public class LibraryResourcesDialog extends MirthDialog implements ListSelectionListener, TreeSelectionListener { private static final int SELECTED_COLUMN = 0; private static final int PROPERTIES_COLUMN = 1; private static final int TYPE_COLUMN = 2;