Uses of Enum Class
ru.cg.webbpm.studio.platform.api.action_system.ActionLayout.Anchor
Packages that use ActionLayout.Anchor
-
Uses of ActionLayout.Anchor in ru.cg.webbpm.studio.platform.api.action_system
Methods in ru.cg.webbpm.studio.platform.api.action_system that return ActionLayout.AnchorModifier and TypeMethodDescriptionActionLayout.getAnchor()
static ActionLayout.Anchor
Returns the enum constant of this class with the specified name.static ActionLayout.Anchor[]
ActionLayout.Anchor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ru.cg.webbpm.studio.platform.api.action_system with parameters of type ActionLayout.AnchorModifierConstructorDescriptionActionLayout
(String relativeToAction, ActionLayout.Anchor anchor) ActionLayout
(String relativeToAction, ActionLayout.Anchor anchor, boolean separate) ActionLayout
(ActionLayout.Anchor anchor) ActionLayout
(ActionLayout.Anchor anchor, boolean separate)