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 TypeMethodDescriptionbooleanInstructionExecutor.canExecute(Instruction instruction, C context) Indicates whether or not this instance is able to execute the givenInstruction, using the given context object where necessary.voidInstructionExecutor.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 TypeMethodDescriptionbooleanInstructionExecutor.pertainsTo(Class<? extends Instruction> clazz) Returns whether or not thisInstructionExecutorknows 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 InstructionDTOInstructionDTO.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 TypeMethodDescriptionbooleanComplexPanAndZoomInstructionExecutor.canExecute(Instruction instruction, PageView pageView) booleanPageSegmentByUUIDInstructionExecutor.canExecute(Instruction instruction, PageView pageView) booleanURIInstructionExecutor.canExecute(Instruction instruction, PageView pageView) voidPageViewInstructionManager.dispatchInstruction(Instruction instruction) voidComplexPanAndZoomInstructionExecutor.execute(Instruction in, PageView view) voidPageSegmentByUUIDInstructionExecutor.execute(Instruction in, PageView pageView) voidURIInstructionExecutor.execute(Instruction in, PageView pageView) Method parameters in com.levigo.jadice.web.client.tools.instruction with type arguments of type InstructionModifier and TypeMethodDescriptionbooleanComplexPanAndZoomInstructionExecutor.pertainsTo(Class<? extends Instruction> aClass) booleanPageSegmentByUUIDInstructionExecutor.pertainsTo(Class<? extends Instruction> aClass) booleanURIInstructionExecutor.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 InstructionDTOInstructionDTO.from(Instruction instruction)