Uses of Interface
io.guise.framework.prototype.ActionPrototype
-
Packages that use ActionPrototype Package Description io.guise.framework io.guise.framework.component io.guise.framework.controller io.guise.framework.model io.guise.framework.prototype -
-
Uses of ActionPrototype in io.guise.framework
Methods in io.guise.framework that return ActionPrototype Modifier and Type Method Description ActionPrototypeAbstractGuiseSession. getAboutApplicationActionPrototype()ActionPrototypeGuiseSession. getAboutApplicationActionPrototype() -
Uses of ActionPrototype in io.guise.framework.component
Constructors in io.guise.framework.component with parameters of type ActionPrototype Constructor Description Button(ActionPrototype actionPrototype)Prototype constructor.HeadingLink(ActionPrototype actionPrototype)Prototype constructor.HeadingLink(ActionPrototype actionPrototype, int level)Prototype constructor.ImageActionControl(ActionPrototype actionPrototype)Prototype constructor.Link(ActionPrototype actionPrototype)Prototype constructor.ToolButton(ActionPrototype actionPrototype)Prototype constructor. -
Uses of ActionPrototype in io.guise.framework.controller
Methods in io.guise.framework.controller that return ActionPrototype Modifier and Type Method Description ActionPrototypeSequenceTaskController. getConfirmActionPrototype()ActionPrototypeSequenceTaskController. getConfirmingActionPrototype()ActionPrototypeSequenceTaskController. getFinishActionPrototype()ActionPrototypeSequenceTaskController. getNextActionPrototype()ActionPrototypeSequenceTaskController. getPreviousActionPrototype()ActionPrototypeSequenceTaskController. getStartActionPrototype()Methods in io.guise.framework.controller with parameters of type ActionPrototype Modifier and Type Method Description voidSequenceTaskController. setConfirmingActionPrototype(ActionPrototype newConfirmingActionPrototype)Starts the confirmation timer and, if confirmation is received within the required amount of time, the given action is taken. -
Uses of ActionPrototype in io.guise.framework.model
Methods in io.guise.framework.model that return ActionPrototype Modifier and Type Method Description ActionPrototypeAbstractListSelectEditor. getEditActionPrototype()ActionPrototypeListSelectEditor. getEditActionPrototype()ActionPrototypeAbstractListSelectEditor. getInsertActionPrototype()ActionPrototypeListSelectEditor. getInsertActionPrototype()ActionPrototypeAbstractListSelectEditor. getLowerActionPrototype()ActionPrototypeListSelectEditor. getLowerActionPrototype()ActionPrototypeAbstractListSelectEditor. getRaiseActionPrototype()ActionPrototypeListSelectEditor. getRaiseActionPrototype()ActionPrototypeAbstractListSelectEditor. getRemoveActionPrototype()ActionPrototypeListSelectEditor. getRemoveActionPrototype() -
Uses of ActionPrototype in io.guise.framework.prototype
Classes in io.guise.framework.prototype that implement ActionPrototype Modifier and Type Class Description classAbstractActionPrototypeAbstract prototype information for an action control.classMenuPrototypeContains prototype information for a menu.classNavigateActionPrototypeAction prototype that knows how to navigate.classProxyActionPrototypeAn action prototype that is a proxy for another action prototype.Methods in io.guise.framework.prototype with parameters of type ActionPrototype Modifier and Type Method Description protected voidProxyActionPrototype. installListeners(ActionPrototype newProxiedPrototype)protected voidProxyActionPrototype. uninstallListeners(ActionPrototype oldProxiedPrototype)Constructors in io.guise.framework.prototype with parameters of type ActionPrototype Constructor Description ProxyActionPrototype(ActionPrototype proxiedPrototype)Proxied prototype constructor.
-