org.xnap.gui.component
Class AutomaticDropDownCompletionMode
java.lang.Object
org.xnap.gui.component.CompletionMode
org.xnap.gui.component.ShortAutomaticCompletionMode
org.xnap.gui.component.AutomaticCompletionMode
org.xnap.gui.component.AutomaticDropDownCompletionMode
public class AutomaticDropDownCompletionMode
- extends AutomaticCompletionMode
Method Summary |
protected void |
complete(java.lang.String prefix)
|
protected void |
disable()
Disables the completion mode letting it remove its listeners from the
text component. |
protected void |
enable()
Enables the completion mode letting it add its listeners to the text
component. |
java.lang.String |
getName()
Returns the name of this completion mode. |
protected void |
showPopup()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutomaticDropDownCompletionMode
public AutomaticDropDownCompletionMode(javax.swing.text.JTextComponent textComponent,
CompletionModel model,
boolean wholeText)
- Parameters:
textComponent
- model
- wholeText
-
AutomaticDropDownCompletionMode
public AutomaticDropDownCompletionMode(javax.swing.text.JTextComponent textComponent,
boolean wholeText)
- Parameters:
textComponent
- wholeText
-
AutomaticDropDownCompletionMode
public AutomaticDropDownCompletionMode(javax.swing.text.JTextComponent textComponent,
CompletionModel model)
- Parameters:
textComponent
- model
-
AutomaticDropDownCompletionMode
public AutomaticDropDownCompletionMode(javax.swing.text.JTextComponent textComponent)
- Parameters:
textComponent
-
getName
public java.lang.String getName()
- Description copied from class:
CompletionMode
- Returns the name of this completion mode.
This should be localized since it's shown to the user.
- Overrides:
getName
in class AutomaticCompletionMode
enable
protected void enable()
- Description copied from class:
CompletionMode
- Enables the completion mode letting it add its listeners to the text
component.
- Overrides:
enable
in class ShortAutomaticCompletionMode
disable
protected void disable()
- Description copied from class:
CompletionMode
- Disables the completion mode letting it remove its listeners from the
text component.
- Overrides:
disable
in class ShortAutomaticCompletionMode
complete
protected void complete(java.lang.String prefix)
- Overrides:
complete
in class AutomaticCompletionMode
showPopup
protected void showPopup()
Copyright © 2001-2005 XNap Team. All Rights Reserved.