Uses of Interface
com.levigo.jadice.document.instruction.Instruction
Packages that use Instruction
Package
Description
-
Uses of Instruction in com.levigo.jadice.document.instruction
Methods in com.levigo.jadice.document.instruction with parameters of type InstructionModifier and TypeMethodDescriptionboolean
InstructionExecutor.canExecute
(Instruction instruction, C context) Indicates whether or not this instance is able to execute the givenInstruction
, using the given context object where necessary.void
InstructionExecutor.execute
(Instruction instruction, C context) Perform that which is described by the givenInstruction
.Method parameters in com.levigo.jadice.document.instruction with type arguments of type InstructionModifier and TypeMethodDescriptionboolean
InstructionExecutor.pertainsTo
(Class<? extends Instruction> clazz) Returns whether or not thisInstructionExecutor
knows how to deal with a given type ofInstruction
. -
Uses of Instruction in com.levigo.jadice.web.client.messaging.instructions
Methods in com.levigo.jadice.web.client.messaging.instructions that return InstructionMethods in com.levigo.jadice.web.client.messaging.instructions with parameters of type InstructionModifier and TypeMethodDescriptionstatic InstructionDTO
InstructionDTO.from
(Instruction instruction) -
Uses of Instruction in com.levigo.jadice.web.client.tools.instruction
Methods in com.levigo.jadice.web.client.tools.instruction with parameters of type InstructionModifier and TypeMethodDescriptionboolean
ComplexPanAndZoomInstructionExecutor.canExecute
(Instruction instruction, PageView pageView) boolean
PageSegmentByUUIDInstructionExecutor.canExecute
(Instruction instruction, PageView pageView) boolean
URIInstructionExecutor.canExecute
(Instruction instruction, PageView pageView) void
PageViewInstructionManager.dispatchInstruction
(Instruction instruction) void
ComplexPanAndZoomInstructionExecutor.execute
(Instruction in, PageView view) void
PageSegmentByUUIDInstructionExecutor.execute
(Instruction in, PageView pageView) void
URIInstructionExecutor.execute
(Instruction in, PageView pageView) Method parameters in com.levigo.jadice.web.client.tools.instruction with type arguments of type InstructionModifier and TypeMethodDescriptionboolean
ComplexPanAndZoomInstructionExecutor.pertainsTo
(Class<? extends Instruction> aClass) boolean
PageSegmentByUUIDInstructionExecutor.pertainsTo
(Class<? extends Instruction> aClass) boolean
URIInstructionExecutor.pertainsTo
(Class<? extends Instruction> aClass) -
Uses of Instruction in com.levigo.jadice.web.server.messaging.instructions
Methods in com.levigo.jadice.web.server.messaging.instructions that return InstructionMethods in com.levigo.jadice.web.server.messaging.instructions with parameters of type InstructionModifier and TypeMethodDescriptionstatic InstructionDTO
InstructionDTO.from
(Instruction instruction)