|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.artenum.rosetta.ui.CompletionWindowImpl
public class CompletionWindowImpl
Nested Class Summary | |
---|---|
class |
CompletionWindowImpl.CompletionItemListModel
List model which allow filter on completion item |
Constructor Summary | |
---|---|
CompletionWindowImpl()
|
Method Summary | |
---|---|
void |
focusGained(FocusEvent e)
To support the auto hide when focus is lost |
void |
focusLost(FocusEvent e)
|
String |
getCompletionResult()
|
void |
keyPressed(KeyEvent e)
Management of the key typing for the filtering |
void |
keyReleased(KeyEvent e)
|
void |
keyTyped(KeyEvent e)
|
void |
mouseClicked(MouseEvent e)
|
void |
mouseDragged(MouseEvent e)
To support the completion window resize |
void |
mouseEntered(MouseEvent e)
|
void |
mouseExited(MouseEvent e)
|
void |
mouseMoved(MouseEvent e)
|
void |
mousePressed(MouseEvent e)
|
void |
mouseReleased(MouseEvent e)
|
void |
setFocusOut(JComponent component)
|
void |
setGraphicalContext(Component component)
Caution, the component shouldn't be null otherwise the completion window will never get the focus |
void |
setInputParsingManager(InputParsingManager inputParsingManager)
|
void |
show(List<CompletionItem> list,
Point location)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompletionWindowImpl()
Method Detail |
---|
public void setFocusOut(JComponent component)
setFocusOut
in interface CompletionWindow
public void setInputParsingManager(InputParsingManager inputParsingManager)
setInputParsingManager
in interface CompletionWindow
public void setGraphicalContext(Component component)
setGraphicalContext
in interface CompletionWindow
public void show(List<CompletionItem> list, Point location)
show
in interface CompletionWindow
public String getCompletionResult()
getCompletionResult
in interface CompletionWindow
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
public void keyReleased(KeyEvent e)
keyReleased
in interface KeyListener
public void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
public void focusLost(FocusEvent e)
focusLost
in interface FocusListener
public void mouseDragged(MouseEvent e)
mouseDragged
in interface MouseMotionListener
public void mouseMoved(MouseEvent e)
mouseMoved
in interface MouseMotionListener
public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
public void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
public void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |