|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openquark.cal.services.AutoCompleteHelper
public class AutoCompleteHelper
Helper class for performing auto-completions in editors of cal source code. This is currently used by the CAL Eclipse plug-in and the GEM cutter.
| Nested Class Summary | |
|---|---|
static interface |
AutoCompleteHelper.Document
|
| Constructor Summary | |
|---|---|
AutoCompleteHelper(AutoCompleteHelper.Document doc)
|
|
| Method Summary | |
|---|---|
org.openquark.util.Pair<String,List<Integer>> |
getIdentifierScoping(int offset)
Get the scoping information before the last uncompleted word. |
String |
getLastIncompleteIdentifier(int offset)
Get the last uncompleted word. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoCompleteHelper(AutoCompleteHelper.Document doc)
| Method Detail |
|---|
public String getLastIncompleteIdentifier(int offset)
public org.openquark.util.Pair<String,List<Integer>> getIdentifierScoping(int offset)
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||