net.sf.plb4jedit.plb
Class PlbCompletion
java.lang.Object
net.sf.plb4jedit.plb.PlbCompletion
- All Implemented Interfaces:
- sidekick.SideKickCompletion
- public class PlbCompletion
- extends Object
- implements sidekick.SideKickCompletion
unused yet. for testing only
- Author:
- schaefer
Constructor Summary |
PlbCompletion(org.gjt.sp.jedit.View view,
sidekick.SideKickParsedData data)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlbCompletion
public PlbCompletion(org.gjt.sp.jedit.View view,
sidekick.SideKickParsedData data)
size
public int size()
- Specified by:
size
in interface sidekick.SideKickCompletion
get
public Object get(int index)
- Specified by:
get
in interface sidekick.SideKickCompletion
getRenderer
public ListCellRenderer getRenderer()
- Specified by:
getRenderer
in interface sidekick.SideKickCompletion
getTokenLength
public int getTokenLength()
- Specified by:
getTokenLength
in interface sidekick.SideKickCompletion
handleKeystroke
public boolean handleKeystroke(int index,
char ch)
- Specified by:
handleKeystroke
in interface sidekick.SideKickCompletion
getCompletionDescription
public String getCompletionDescription(int index)
- Specified by:
getCompletionDescription
in interface sidekick.SideKickCompletion
isCompletionSelectable
public boolean isCompletionSelectable(int index)
- Specified by:
isCompletionSelectable
in interface sidekick.SideKickCompletion
Copyright © 2003 Riege Software Internationl. All Rights Reserved.