flattree.flat
Interface EscapableLine

All Superinterfaces:
Line, Position
All Known Implementing Classes:
DelimitedReadLine, DelimitedWriteLine

public interface EscapableLine
extends Line

A line supporting temporare escape from its delimitation.

See Also:
escape(boolean)

Method Summary
 void escape(boolean escape)
          Shoulds the delimitation of this line be obeyed or escaped from.
 
Methods inherited from interface flattree.flat.Position
getColumnIndex, getIndex, getRowIndex
 

Method Detail

escape

void escape(boolean escape)
Shoulds the delimitation of this line be obeyed or escaped from.

Parameters:
escape -


Copyright © 2011. All Rights Reserved.