net.sf.plb4jedit.plb
Class PlbCompletion

java.lang.Object
  extended bynet.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)
           
 
Method Summary
 Object get(int index)
           
 String getCompletionDescription(int index)
           
 ListCellRenderer getRenderer()
           
 int getTokenLength()
           
 boolean handleKeystroke(int index, char ch)
           
 boolean isCompletionSelectable(int index)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlbCompletion

public PlbCompletion(org.gjt.sp.jedit.View view,
                     sidekick.SideKickParsedData data)
Method Detail

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.