org.siebengeisslein.ide.source
Class ConstructorInvocationView

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

public class ConstructorInvocationView
extends AbstractInvocationView<ConstructorInvocation>


Constructor Summary
ConstructorInvocationView(ConstructorInvocation fragment, ViewFactory viewFactory)
           
 
Method Summary
protected  int getNonParameterViews()
          Return the number of views before the parameter list starts.
 CodeFragmentView[] getSubviews(ConstructorInvocation 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

ConstructorInvocationView

public ConstructorInvocationView(ConstructorInvocation fragment,
                                 ViewFactory viewFactory)
Method Detail

getSubviews

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

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<ConstructorInvocation>