org.siebengeisslein.ide.source
Class SuperConstructorInvocationView

java.lang.Object
  extended by org.siebengeisslein.ide.source.AbstractCompoundFragmentView<InvocationType>
      extended by org.siebengeisslein.ide.source.AbstractInvocationView<SuperConstructorInvocation>
          extended by org.siebengeisslein.ide.source.SuperConstructorInvocationView
All Implemented Interfaces:
CodeFragmentView<SuperConstructorInvocation>

public class SuperConstructorInvocationView
extends AbstractInvocationView<SuperConstructorInvocation>


Constructor Summary
SuperConstructorInvocationView(ViewFactory viewFactory, SuperConstructorInvocation fragment)
           
 
Method Summary
protected  int getNonParameterViews()
          Return the number of views before the parameter list starts.
 CodeFragmentView[] getSubviews(SuperConstructorInvocation fragment)
           
 
Methods inherited from class org.siebengeisslein.ide.source.AbstractInvocationView
deleteBefore, insertComma, insertDigit, insertDot, insertDoubleQuote, insertTextChar
 
Methods inherited from class org.siebengeisslein.ide.source.AbstractCompoundFragmentView
contains, getFragment, getFragmentAt, getFragmentStartPosition, getLength, getViewFactory, insertLeftBrace, insertOperatorChar, insertSpace, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperConstructorInvocationView

public SuperConstructorInvocationView(ViewFactory viewFactory,
                                      SuperConstructorInvocation fragment)
Method Detail

getSubviews

public CodeFragmentView[] getSubviews(SuperConstructorInvocation fragment)
Specified by:
getSubviews in class AbstractCompoundFragmentView<SuperConstructorInvocation>

getNonParameterViews

protected int getNonParameterViews()
Description copied from class: AbstractInvocationView
Return the number of views before the parameter list starts.

Specified by:
getNonParameterViews in class AbstractInvocationView<SuperConstructorInvocation>