|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.siebengeisslein.ide.source.AbstractCodeFragmentView<MethodInvocation>
org.siebengeisslein.ide.source.MethodNameView
public class MethodNameView
| Constructor Summary | |
|---|---|
MethodNameView(MethodInvocation invocation)
|
|
| Method Summary | |
|---|---|
void |
deleteBefore(InsertContext ctx)
|
CodeFragment |
getFragmentAt(int posInFragment)
|
int |
getLength()
|
java.lang.String |
getText()
|
void |
insertDigit(InsertContext ctx)
|
void |
insertTextChar(InsertContext ctx)
|
void |
render(RenderContext ctx,
boolean updateCaret)
|
| Methods inherited from class org.siebengeisslein.ide.source.AbstractCodeFragmentView |
|---|
contains, getFragment, getFragmentStartPosition, insertComma, insertDot, insertDoubleQuote, insertLeftBrace, insertOperatorChar, insertSpace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodNameView(MethodInvocation invocation)
| Method Detail |
|---|
public void render(RenderContext ctx,
boolean updateCaret)
public java.lang.String getText()
public void insertTextChar(InsertContext ctx)
insertTextChar in interface CodeFragmentView<MethodInvocation>insertTextChar in class AbstractCodeFragmentView<MethodInvocation>public int getLength()
public void deleteBefore(InsertContext ctx)
deleteBefore in interface CodeFragmentView<MethodInvocation>deleteBefore in class AbstractCodeFragmentView<MethodInvocation>public void insertDigit(InsertContext ctx)
insertDigit in interface CodeFragmentView<MethodInvocation>insertDigit in class AbstractCodeFragmentView<MethodInvocation>public CodeFragment getFragmentAt(int posInFragment)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||