| java.lang.Object org.eclipse.ui.internal.texteditor.rulers.RulerColumnPlacementConstraint
RulerColumnPlacementConstraint | final public class RulerColumnPlacementConstraint (Code) | | Describes one placement constraint of a contribution to the
org.eclipse.ui.texteditor.rulerColumns extension point.
since: 3.3 |
Method Summary | |
public String | getId() Returns the identifier of the referenced column contribution. | public boolean | isBefore() Returns true if the receiver is a before constraint,
false if it is an after constraint. |
RulerColumnPlacementConstraint | RulerColumnPlacementConstraint(String id, boolean before)(Code) | | Creates a new constraint.
Parameters: id - the id of the referenced contribution Parameters: before - true if the specifying should come before,false if it should come after the contribution referenced byid. |
getId | public String getId()(Code) | | Returns the identifier of the referenced column contribution.
the identifier of the referenced column contribution |
isBefore | public boolean isBefore()(Code) | | Returns true if the receiver is a before constraint,
false if it is an after constraint.
true if the receiver is a before constraint,false if it is an after constraint |
|
|