org.eclipse.jdt.internal.formatter.comment
Interface IBorderAttributes

All Known Implementing Classes:
CommentLine, CommentRegion, JavaDocLine, JavaDocRegion, MultiCommentLine, MultiCommentRegion, SingleCommentLine

public interface IBorderAttributes

Comment region border attributes.

Since:
3.0

Field Summary
static int BORDER_LOWER
          Region has lower border attribute
static int BORDER_UPPER
          Region has upper border attribute
 

Field Detail

BORDER_LOWER

static final int BORDER_LOWER
Region has lower border attribute

See Also:
Constant Field Values

BORDER_UPPER

static final int BORDER_UPPER
Region has upper border attribute

See Also:
Constant Field Values