|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ browser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gjt.sp.jedit.browser
Class VFSFileNameField

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.text.JTextComponent
javax.swing.JTextField
org.gjt.sp.jedit.gui.HistoryTextField
org.gjt.sp.jedit.browser.VFSFileNameField
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.Scrollable, java.io.Serializable, javax.swing.SwingConstants
- class VFSFileNameField
- extends org.gjt.sp.jedit.gui.HistoryTextField
- Since:
- jEdit 4.2pre1
- Version:
- $Id: VFSFileNameField.java,v 1.16 2003/09/10 02:23:12 spestov Exp $
| Nested Class Summary |
| Nested classes inherited from class org.gjt.sp.jedit.gui.HistoryTextField |
|
| Nested classes inherited from class javax.swing.JTextField |
javax.swing.JTextField.AccessibleJTextField |
| Nested classes inherited from class javax.swing.text.JTextComponent |
javax.swing.text.JTextComponent.AccessibleJTextComponent, javax.swing.text.JTextComponent.KeyBinding |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private VFSBrowser |
browser
|
| Fields inherited from class org.gjt.sp.jedit.gui.HistoryTextField |
|
| Fields inherited from class javax.swing.JTextField |
notifyAction |
| Fields inherited from class javax.swing.text.JTextComponent |
DEFAULT_KEYMAP, FOCUS_ACCELERATOR_KEY |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
(package private) |
VFSFileNameField(VFSBrowser browser,
java.lang.String model)
|
| Method Summary | |
private void |
doComplete(java.lang.String currentText)
|
boolean |
getFocusTraversalKeysEnabled()
Check whether or not focus traversal keys are enabled on this Component. |
private void |
goToParent()
|
boolean |
isManagingFocus()
Return true if you wish this component to manage its own
focus. |
void |
processKeyEvent(java.awt.event.KeyEvent evt)
Override the default key dispatch system from Component to hook into the swing javax.swing.InputMap / javax.swing.ActionMap system. |
| Methods inherited from class org.gjt.sp.jedit.gui.HistoryTextField |
addCurrentToHistory, fireActionPerformed, getInstantPopups, getModel, processMouseEvent, setEnterAddsToHistory, setEnterAddsToHistory, setInstantPopups, setModel, setSelectAllOnFocus, setSelectAllOnFocus, setText |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
browser
private VFSBrowser browser
| Constructor Detail |
VFSFileNameField
VFSFileNameField(VFSBrowser browser, java.lang.String model)
| Method Detail |
isManagingFocus
public boolean isManagingFocus()
- Description copied from class:
javax.swing.JComponent - Return
trueif you wish this component to manage its own focus. In particular: if you want this component to be sentTABandSHIFT+TABkey events, and to not have its children considered as focus transfer targets. Iftrue, focus traversal around this component changes toCTRL+TABandCTRL+SHIFT+TAB.
getFocusTraversalKeysEnabled
public boolean getFocusTraversalKeysEnabled()
- Description copied from class:
java.awt.Component - Check whether or not focus traversal keys are enabled on this
Component. If they are, then the keyboard focus manager consumes
and acts on key press and release events that trigger focus
traversal, and discards the corresponding key typed events. If
focus traversal keys are disabled, then all key events that would
otherwise trigger focus traversal are sent to this Component.
processKeyEvent
public void processKeyEvent(java.awt.event.KeyEvent evt)
- Description copied from class:
javax.swing.JComponent - Override the default key dispatch system from Component to hook into
the swing javax.swing.InputMap / javax.swing.ActionMap system.
See
this report for more details, it's somewhat complex.
doComplete
private void doComplete(java.lang.String currentText)
goToParent
private void goToParent()
|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ browser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC