List of usage examples for javax.swing.event CaretListener interface-usage
From source file com.igormaznitsa.nbmindmap.nb.swing.PlainTextEditor.java
public final class PlainTextEditor extends javax.swing.JPanel implements CaretListener { private static final UIComponentFactory UI_COMPO_FACTORY = UIComponentFactoryService.findInstance(); private enum Wrapping {
From source file com.isecpartners.gizmo.FourthIdea.java
/** * * @author rachel */ public class FourthIdea extends javax.swing.JFrame implements CaretListener { private Properties command_translation;
From source file com.isecpartners.gizmo.ThirdIdea.java
/** * * @author rachel */ public class ThirdIdea extends javax.swing.JFrame implements CaretListener { private Properties command_translation;
From source file hr.fer.zemris.vhdllab.applets.texteditor.TextEditor.java
public class TextEditor extends AbstractEditor implements CaretListener, ModificationListener { private CustomJTextPane textPane; //private CommitTrigger commitTrigger; private Object highlighted;
From source file tvbrowser.ui.filter.dlgs.EditFilterDlg.java
public class EditFilterDlg extends JDialog implements ActionListener, DocumentListener, CaretListener, WindowClosingIf { private static final util.ui.Localizer mLocalizer = util.ui.Localizer.getLocalizerFor(EditFilterDlg.class); private static final util.ui.Localizer mFilterLocalizer = util.ui.Localizer.getLocalizerFor(UserFilter.class);
From source file org.executequery.gui.editor.autocomplete.QueryEditorAutoCompletePopupProvider.java
public class QueryEditorAutoCompletePopupProvider implements AutoCompletePopupProvider, AutoCompletePopupListener, CaretListener, ConnectionChangeListener, FocusListener { private static final KeyStroke KEY_STROKE_ENTER = KeyStroke.getKeyStroke(KeyEvent.VK_ENTER, 0); private static final KeyStroke KEY_STROKE_DOWN = KeyStroke.getKeyStroke(KeyEvent.VK_DOWN, 0);
From source file de.ailis.xadrian.components.ComplexEditor.java
/** * Complex Editor component. * * @author Klaus Reimer (k@ailis.de) */ public class ComplexEditor extends JComponent implements HyperlinkListener, CaretListener, ClipboardProvider,
From source file org.executequery.gui.editor.QueryEditorTextPane.java
/**
* The SQL text area for the Query Editor.
*
* @author Takis Diakoumis
* @version $Revision: 1487 $
* @date $Date: 2015-08-23 22:21:42 +1000 (Sun, 23 Aug 2015) $