public class GoToRule extends OverlayObject
| Modifier and Type | Class and Description |
|---|---|
class |
GoToRule.ListKeyAdapter |
class |
GoToRule.TextFieldDocumentListener |
class |
GoToRule.TextFieldKeyAdapter |
| Modifier and Type | Field and Description |
|---|---|
GoToRuleDelegate |
delegate |
JList |
matchingRuleList |
DefaultListModel |
matchingRuleListModel |
JScrollPane |
matchingRuleScrollPane |
JTextField |
ruleNameField |
static int |
VISIBLE_MATCHING_RULES |
ALIGN_CENTER, ALIGN_CUSTOM, ALIGN_LEFT, content, DEFAULT_HEIGHT, DEFAULT_WIDTH, parentComponent, parentFrame| Constructor and Description |
|---|
GoToRule(GoToRuleDelegate delegate,
XJWindow window,
JComponent parentComponent) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
goToRule() |
void |
hide() |
JComponent |
overlayCreateInterface() |
boolean |
overlayWillDisplay() |
void |
resize() |
void |
resizeMatchingRules() |
void |
selectNextListElement(int direction) |
void |
updateAutoCompletionList() |
createKeyBindings, display, isOverlayVisibleInParentComponent, isVisible, overlayCustomPosition, overlayDefaultAlignment, overlayDefaultHeight, overlayDefaultWidth, overlayDisplayKeyStroke, overlayDisplayKeyStrokeMappingNamepublic JTextField ruleNameField
public JList matchingRuleList
public DefaultListModel matchingRuleListModel
public JScrollPane matchingRuleScrollPane
public GoToRuleDelegate delegate
public static final int VISIBLE_MATCHING_RULES
public GoToRule(GoToRuleDelegate delegate, XJWindow window, JComponent parentComponent)
public void close()
close in class OverlayObjectpublic JComponent overlayCreateInterface()
overlayCreateInterface in class OverlayObjectpublic boolean overlayWillDisplay()
overlayWillDisplay in class OverlayObjectpublic void hide()
hide in class OverlayObjectpublic void resize()
resize in class OverlayObjectpublic void resizeMatchingRules()
public void updateAutoCompletionList()
public void selectNextListElement(int direction)
public void goToRule()
Copyright © 2013. All rights reserved.