Uses of Class
org.csstudio.opibuilder.model.GuideModel
Packages that use GuideModel
Package
Description
-
Uses of GuideModel in org.csstudio.opibuilder.commands
Methods in org.csstudio.opibuilder.commands with parameters of type GuideModelModifier 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.Constructors in org.csstudio.opibuilder.commands with parameters of type GuideModelModifierConstructorDescriptionDeleteGuideCommand
(GuideModel guide, RulerModel parent) MoveGuideCommand
(GuideModel guide, int pDelta) Constructor. -
Uses of GuideModel in org.csstudio.opibuilder.editor
Methods in org.csstudio.opibuilder.editor that return types with arguments of type GuideModel -
Uses of GuideModel in org.csstudio.opibuilder.model
Methods in org.csstudio.opibuilder.model that return types with arguments of type GuideModelModifier and TypeMethodDescriptionRulerModel.getGuides()
Returns a List of all guides, contained by this ruler.Methods in org.csstudio.opibuilder.model with parameters of type GuideModelModifier 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
Methods in org.csstudio.opibuilder.util that return GuideModelModifier and TypeMethodDescriptionGuideUtil.getGuide
(AbstractWidgetModel model, boolean horizontal) Returns the guide to which the givenAbstractWidgetModel
is attached in the given orientation.Methods in org.csstudio.opibuilder.util with parameters of type GuideModelModifier and TypeMethodDescriptionvoid
GuideUtil.setGuide
(AbstractWidgetModel model, GuideModel guide) Sets the Guide for the givenAbstractWidgetModel
.