Uses of Class
org.csstudio.opibuilder.model.GuideModel
Package
Description
-
Uses of GuideModel in org.csstudio.opibuilder.commands
Modifier and TypeMethodDescriptionprotected void
ChangeGuideCommand.changeGuide
(GuideModel newGuide, int newAlignment) Changes the guide.void
CloneCommand.setGuide
(GuideModel guide, int alignment, boolean isHorizontal) Sets the givenGuideModel
for the given orientation.void
ChangeGuideCommand.setNewGuide
(GuideModel guide, int alignment) Sets the new guide.ModifierConstructorDescriptionDeleteGuideCommand
(GuideModel guide, RulerModel parent) MoveGuideCommand
(GuideModel guide, int pDelta) Constructor. -
Uses of GuideModel in org.csstudio.opibuilder.editor
-
Uses of GuideModel in org.csstudio.opibuilder.model
Modifier and TypeMethodDescriptionRulerModel.getGuides()
Returns a List of all guides, contained by this ruler.Modifier and TypeMethodDescriptionvoid
RulerModel.addGuide
(GuideModel guide) Adds the given guide to this ruler.void
RulerModel.removeGuide
(GuideModel guide) Removes the given guide from this ruler. -
Uses of GuideModel in org.csstudio.opibuilder.util
Modifier and TypeMethodDescriptionGuideUtil.getGuide
(AbstractWidgetModel model, boolean horizontal) Returns the guide to which the givenAbstractWidgetModel
is attached in the given orientation.Modifier and TypeMethodDescriptionvoid
GuideUtil.setGuide
(AbstractWidgetModel model, GuideModel guide) Sets the Guide for the givenAbstractWidgetModel
.