org.siebengeisslein.ide.source
Class BinaryOperatorView

java.lang.Object
  extended by org.siebengeisslein.ide.source.AbstractCompoundFragmentView<BinaryOperator>
      extended by org.siebengeisslein.ide.source.BinaryOperatorView
All Implemented Interfaces:
CodeFragmentView<BinaryOperator>

public class BinaryOperatorView
extends AbstractCompoundFragmentView<BinaryOperator>


Constructor Summary
BinaryOperatorView(ViewFactory viewFactory, BinaryOperator bop)
           
 
Method Summary
 CodeFragmentView[] getSubviews(BinaryOperator fragment)
           
 
Methods inherited from class org.siebengeisslein.ide.source.AbstractCompoundFragmentView
contains, deleteBefore, getFragment, getFragmentAt, getFragmentStartPosition, getLength, getViewFactory, insertComma, insertDigit, insertDot, insertDoubleQuote, insertLeftBrace, insertOperatorChar, insertSpace, insertTextChar, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryOperatorView

public BinaryOperatorView(ViewFactory viewFactory,
                          BinaryOperator bop)
Method Detail

getSubviews

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