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 voidChangeGuideCommand.changeGuide(GuideModel newGuide, int newAlignment) Changes the guide.voidCloneCommand.setGuide(GuideModel guide, int alignment, boolean isHorizontal) Sets the givenGuideModelfor the given orientation.voidChangeGuideCommand.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 TypeMethodDescriptionvoidRulerModel.addGuide(GuideModel guide) Adds the given guide to this ruler.voidRulerModel.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 givenAbstractWidgetModelis attached in the given orientation.Methods in org.csstudio.opibuilder.util with parameters of type GuideModelModifier and TypeMethodDescriptionvoidGuideUtil.setGuide(AbstractWidgetModel model, GuideModel guide) Sets the Guide for the givenAbstractWidgetModel.