A C D F G I K L M N O P R S W

A

addMacro(Macro) - Method in class net.officefloor.demo.macrolist.MacroList
 
addMacro(MacroSource) - Method in class net.officefloor.demo.record.RecordComponent
Adds a MacroSource.
addMacro(Macro) - Method in interface net.officefloor.demo.record.RecordListener
Adds a Macro.
attachComponents(Frame, FrameVisibilityListener, Container, MacroSource...) - Method in class net.officefloor.demo.gui.DemoTool
Attaches the Component instances for demo generation.

C

CommentMacro - Class in net.officefloor.demo.macro
Comment MacroSource.
CommentMacro() - Constructor for class net.officefloor.demo.macro.CommentMacro
 
createMacroIndex() - Method in class net.officefloor.demo.gui.DemoTool
 
createMacroIndex() - Method in interface net.officefloor.demo.macrolist.MacroIndexFactory
Creates the Macro index.

D

DeleteButton - Class in net.officefloor.demo.gui
JButton to delete selected Macro instances.
DeleteButton(DemoTool, Frame) - Constructor for class net.officefloor.demo.gui.DeleteButton
Initiate.
DemoTool - Class in net.officefloor.demo.gui
 
DemoTool() - Constructor for class net.officefloor.demo.gui.DemoTool
 
DragMacro - Class in net.officefloor.demo.macro
Macro to drag content.
DragMacro() - Constructor for class net.officefloor.demo.macro.DragMacro
 

F

FrameVisibilityListener - Interface in net.officefloor.demo.record
Listener for the Frame visibility.

G

getAbsoluteLocation(Point) - Method in interface net.officefloor.demo.macro.MacroSourceContext
Obtains the absolute location for the relative location.
getAbsoluteLocation(Point) - Method in interface net.officefloor.demo.macro.MacroTaskContext
Obtains the absolute location for the relative location.
getAbsoluteLocation(Point) - Method in class net.officefloor.demo.play.MacroPlayer
 
getAnotherLocation() - Method in interface net.officefloor.demo.macro.MacroSourceContext
Obtains another location for the Macro.
getCharacterKeyCodes(char) - Static method in class net.officefloor.demo.play.MacroPlayer
Obtains the key codes for the character.
getComment() - Method in class net.officefloor.demo.macro.CommentMacro
Obtains the comment.
getConfigurationMemento() - Method in class net.officefloor.demo.macro.CommentMacro
 
getConfigurationMemento() - Method in class net.officefloor.demo.macro.DragMacro
 
getConfigurationMemento() - Method in class net.officefloor.demo.macro.InfoMacro
 
getConfigurationMemento() - Method in class net.officefloor.demo.macro.InputTextMacro
 
getConfigurationMemento() - Method in class net.officefloor.demo.macro.LeftClickMacro
 
getConfigurationMemento() - Method in interface net.officefloor.demo.macro.Macro
Obtains the configuration memento to reinitialise a new instance of this Macro.
getConfigurationMemento() - Method in class net.officefloor.demo.macro.MoveMouseMacro
 
getConfigurationMemento() - Method in class net.officefloor.demo.macro.PauseMacro
 
getConfigurationMemento() - Method in class net.officefloor.demo.macro.RightClickMacro
 
getConfigurationMemento() - Method in class net.officefloor.demo.macro.WaitMacro
 
getDisplayLabel() - Method in class net.officefloor.demo.macro.CommentMacro
 
getDisplayLabel() - Method in class net.officefloor.demo.macro.DragMacro
 
getDisplayLabel() - Method in class net.officefloor.demo.macro.InfoMacro
 
getDisplayLabel() - Method in class net.officefloor.demo.macro.InputTextMacro
 
getDisplayLabel() - Method in class net.officefloor.demo.macro.LeftClickMacro
 
getDisplayLabel() - Method in interface net.officefloor.demo.macro.Macro
Obtains the label for displaying this Macro.
getDisplayLabel() - Method in class net.officefloor.demo.macro.MoveMouseMacro
 
getDisplayLabel() - Method in class net.officefloor.demo.macro.PauseMacro
 
getDisplayLabel() - Method in class net.officefloor.demo.macro.RightClickMacro
 
getDisplayLabel() - Method in class net.officefloor.demo.macro.WaitMacro
 
getDisplayName() - Method in class net.officefloor.demo.macro.CommentMacro
 
getDisplayName() - Method in class net.officefloor.demo.macro.DragMacro
 
getDisplayName() - Method in class net.officefloor.demo.macro.InfoMacro
 
getDisplayName() - Method in class net.officefloor.demo.macro.InputTextMacro
 
getDisplayName() - Method in class net.officefloor.demo.macro.LeftClickMacro
 
getDisplayName() - Method in interface net.officefloor.demo.macro.MacroSource
Obtains the display name for the Macro.
getDisplayName() - Method in class net.officefloor.demo.macro.MoveMouseMacro
 
getDisplayName() - Method in class net.officefloor.demo.macro.PauseMacro
 
getDisplayName() - Method in class net.officefloor.demo.macro.RightClickMacro
 
getHideFrameMacro() - Method in class net.officefloor.demo.record.RecordComponent
Obtains the Macro to hide the JFrame.
getInfoLocation() - Method in class net.officefloor.demo.macro.InfoMacro
Obtains the location to display the information.
getInfoText() - Method in class net.officefloor.demo.macro.InfoMacro
Obtains the information text.
getInputText() - Method in class net.officefloor.demo.macro.InputTextMacro
Obtains the text to input.
getItem(int) - Method in class net.officefloor.demo.macrolist.MacroList
Obtains the MacroItem at the index within this list.
getLocation() - Method in interface net.officefloor.demo.macro.MacroSourceContext
Obtains the location for the Macro.
getMacro() - Method in interface net.officefloor.demo.macrolist.MacroItem
Obtains the Macro.
getMacroList() - Method in class net.officefloor.demo.gui.DemoTool
Obtains the MacroList.
getMacroTasks() - Method in class net.officefloor.demo.macro.CommentMacro
 
getMacroTasks() - Method in class net.officefloor.demo.macro.DragMacro
 
getMacroTasks() - Method in class net.officefloor.demo.macro.InfoMacro
 
getMacroTasks() - Method in class net.officefloor.demo.macro.InputTextMacro
 
getMacroTasks() - Method in class net.officefloor.demo.macro.LeftClickMacro
 
getMacroTasks() - Method in interface net.officefloor.demo.macro.Macro
Obtains the listing of MacroTask instances.
getMacroTasks() - Method in class net.officefloor.demo.macro.MoveMouseMacro
 
getMacroTasks() - Method in class net.officefloor.demo.macro.PauseMacro
 
getMacroTasks() - Method in class net.officefloor.demo.macro.RightClickMacro
 
getMacroTasks() - Method in class net.officefloor.demo.macro.WaitMacro
 
getOwnerFrame() - Method in interface net.officefloor.demo.macro.MacroSourceContext
Obtains the owner Frame.
getPauseTime() - Method in class net.officefloor.demo.macro.PauseMacro
Obtains the pause time.
getPostRunWaitTime() - Method in class net.officefloor.demo.macro.InputTextMacro
 
getPostRunWaitTime() - Method in class net.officefloor.demo.macro.LeftClickMacro
 
getPostRunWaitTime() - Method in interface net.officefloor.demo.macro.MacroTask
Obtains the time to wait after executing the MacroTask.
getPostRunWaitTime() - Method in class net.officefloor.demo.macro.MoveMouseMacro
 
getPostRunWaitTime() - Method in class net.officefloor.demo.macro.PauseMacro
 
getPostRunWaitTime() - Method in class net.officefloor.demo.macro.RightClickMacro
 
getPostRunWaitTime() - Method in class net.officefloor.demo.macro.WaitMacro
 
getRecordingArea() - Method in class net.officefloor.demo.gui.DemoTool
Obtains the Rectangle providing the absolute location of the recording area.
getRecordingArea() - Method in class net.officefloor.demo.record.RecordComponent
Obtains the Rectangle providing the absolute location of the recording area.
getRelativeLocation(Point) - Method in interface net.officefloor.demo.macro.MacroSourceContext
Obtains the relative location for the absolute location.
getRelativeLocation(Point) - Method in interface net.officefloor.demo.macro.MacroTaskContext
Obtains the relative location for the absolute location.
getRelativeLocation(Point) - Method in class net.officefloor.demo.play.MacroPlayer
 
getRelativeLocation(Point) - Method in class net.officefloor.demo.record.RecordComponent
Obtains the relative location.
getSelectedMacroIndices() - Method in class net.officefloor.demo.gui.DemoTool
Obtains the indices of the selected Macro instances.
getSelectedMacros(boolean) - Method in class net.officefloor.demo.gui.DemoTool
Obtains the selected Macro instances.
getShowFrameMacro() - Method in class net.officefloor.demo.record.RecordComponent
Obtains the Macro to show the JFrame.
getStartingMouseLocation() - Method in class net.officefloor.demo.macro.CommentMacro
 
getStartingMouseLocation() - Method in class net.officefloor.demo.macro.DragMacro
 
getStartingMouseLocation() - Method in class net.officefloor.demo.macro.InfoMacro
 
getStartingMouseLocation() - Method in class net.officefloor.demo.macro.InputTextMacro
 
getStartingMouseLocation() - Method in class net.officefloor.demo.macro.LeftClickMacro
 
getStartingMouseLocation() - Method in interface net.officefloor.demo.macro.Macro
Obtains the Point where the mouse cursor must be to start this Macro.
getStartingMouseLocation() - Method in class net.officefloor.demo.macro.MoveMouseMacro
 
getStartingMouseLocation() - Method in class net.officefloor.demo.macro.PauseMacro
 
getStartingMouseLocation() - Method in class net.officefloor.demo.macro.RightClickMacro
 
getStartingMouseLocation() - Method in class net.officefloor.demo.macro.WaitMacro
 
getTargetLocation() - Method in class net.officefloor.demo.macro.DragMacro
Obtains the target location.

I

InfoMacro - Class in net.officefloor.demo.macro
Macro to display information.
InfoMacro() - Constructor for class net.officefloor.demo.macro.InfoMacro
 
InputTextMacro - Class in net.officefloor.demo.macro
Macro to input text.
InputTextMacro() - Constructor for class net.officefloor.demo.macro.InputTextMacro
 

K

keyPress(int) - Method in interface net.officefloor.demo.macro.MacroTaskContext
As per Robot.
keyPress(int) - Method in class net.officefloor.demo.play.MacroPlayer
 
keyRelease(int) - Method in interface net.officefloor.demo.macro.MacroTaskContext
As per Robot.
keyRelease(int) - Method in class net.officefloor.demo.play.MacroPlayer
 
keyStroke(int) - Method in interface net.officefloor.demo.macro.MacroTaskContext
Convenience method to do press and release of key.
keyStroke(int) - Method in class net.officefloor.demo.play.MacroPlayer
 
keyText(String) - Method in interface net.officefloor.demo.macro.MacroTaskContext
Convenience method to type in text.
keyText(String) - Method in class net.officefloor.demo.play.MacroPlayer
 

L

LeftClickMacro - Class in net.officefloor.demo.macro
Macro to left click.
LeftClickMacro() - Constructor for class net.officefloor.demo.macro.LeftClickMacro
 

M

Macro - Interface in net.officefloor.demo.macro
Provides wrapping of a possible action to record.
macroAdded(MacroItem, int) - Method in interface net.officefloor.demo.macrolist.MacroListListener
Indicates a Macro was added to the MacroList.
MacroIndexFactory - Interface in net.officefloor.demo.macrolist
Creates the index for the Macro to be added to the MacroList.
MacroItem - Interface in net.officefloor.demo.macrolist
Item containing a Macro for the MacroList.
MacroList - Class in net.officefloor.demo.macrolist
 
MacroList(MacroIndexFactory, MacroListListener) - Constructor for class net.officefloor.demo.macrolist.MacroList
Initiate.
MacroListListener - Interface in net.officefloor.demo.macrolist
Listener to actions on the MacroList.
MacroPlayer - Class in net.officefloor.demo.play
Plays the specified Macro instances.
MacroPlayer(int, Point) - Constructor for class net.officefloor.demo.play.MacroPlayer
Initiate.
MacroPlayer(Robot, Point) - Constructor for class net.officefloor.demo.play.MacroPlayer
Initiate allowing specifying the Robot to use.
macroRemoved(MacroItem, int) - Method in interface net.officefloor.demo.macrolist.MacroListListener
Indicates a Macro was removed from the MacroList.
MacroRetrieveException - Exception in net.officefloor.demo.store
Indicates a failure in retrieving the Macro from the MacroStore.
MacroRetrieveException(String) - Constructor for exception net.officefloor.demo.store.MacroRetrieveException
Initiate.
MacroRetrieveException(String, Throwable) - Constructor for exception net.officefloor.demo.store.MacroRetrieveException
Initiate.
MacroSource - Interface in net.officefloor.demo.macro
Source for the creation of a Macro.
MacroSourceContext - Interface in net.officefloor.demo.macro
Context for the MacroSource.
MacroStore - Class in net.officefloor.demo.store
Store providing ability to store/retrieve Macro listings.
MacroStore() - Constructor for class net.officefloor.demo.store.MacroStore
 
MacroTask - Interface in net.officefloor.demo.macro
Task to be executed for the Macro.
MacroTaskContext - Interface in net.officefloor.demo.macro
Context for running a Macro.
main(String[]) - Static method in class net.officefloor.demo.gui.DemoTool
Provides ability to run the Demo Tool from command line.
mouseClick(int) - Method in interface net.officefloor.demo.macro.MacroTaskContext
Convenience method to do press and release of mouse button.
mouseClick(int) - Method in class net.officefloor.demo.play.MacroPlayer
 
mouseMove(int, int) - Method in interface net.officefloor.demo.macro.MacroTaskContext
As per Robot.
mouseMove(int, int) - Method in class net.officefloor.demo.play.MacroPlayer
 
mousePress(int) - Method in interface net.officefloor.demo.macro.MacroTaskContext
As per Robot.
mousePress(int) - Method in class net.officefloor.demo.play.MacroPlayer
 
mouseRelease(int) - Method in interface net.officefloor.demo.macro.MacroTaskContext
As per Robot.
mouseRelease(int) - Method in class net.officefloor.demo.play.MacroPlayer
 
mouseWheel(int) - Method in interface net.officefloor.demo.macro.MacroTaskContext
As per Robot.
mouseWheel(int) - Method in class net.officefloor.demo.play.MacroPlayer
 
MoveMouseMacro - Class in net.officefloor.demo.macro
Macro to move the mouse to specified location.
MoveMouseMacro() - Constructor for class net.officefloor.demo.macro.MoveMouseMacro
 

N

net.officefloor.demo.gui - package net.officefloor.demo.gui
 
net.officefloor.demo.macro - package net.officefloor.demo.macro
 
net.officefloor.demo.macrolist - package net.officefloor.demo.macrolist
 
net.officefloor.demo.play - package net.officefloor.demo.play
 
net.officefloor.demo.record - package net.officefloor.demo.record
 
net.officefloor.demo.store - package net.officefloor.demo.store
 
notifyFrameVisibility(boolean) - Method in interface net.officefloor.demo.record.FrameVisibilityListener
Indicates a change in the state of the visibility for the Frame.

O

OpenButton - Class in net.officefloor.demo.gui
JButton to open a stored recording.
OpenButton(DemoTool, Frame) - Constructor for class net.officefloor.demo.gui.OpenButton
Initiate.

P

paintComponent(Graphics) - Method in class net.officefloor.demo.record.RecordComponent
 
PauseMacro - Class in net.officefloor.demo.macro
MacroSource for pausing.
PauseMacro() - Constructor for class net.officefloor.demo.macro.PauseMacro
 
play(Macro...) - Method in class net.officefloor.demo.play.MacroPlayer
Plays the Macro instances in the order provided.
PlayButton - Class in net.officefloor.demo.gui
JButton to play the Macro instances.
PlayButton(DemoTool, Frame, RecordComponent) - Constructor for class net.officefloor.demo.gui.PlayButton
Initiate.

R

RecordComponent - Class in net.officefloor.demo.record
Component that records actions sending them to RecordListener.
RecordComponent(Robot, Frame, FrameVisibilityListener, RecordListener) - Constructor for class net.officefloor.demo.record.RecordComponent
Initiate.
RECORDING_FILE_EXTENSION - Static variable in class net.officefloor.demo.gui.DemoTool
Extension for recording file.
RecordListener - Interface in net.officefloor.demo.record
Listens to actions of the RecordComponent.
removeItem(int) - Method in class net.officefloor.demo.macrolist.MacroList
Removes the MacroItem at the index from the list.
retrieve(Reader) - Method in class net.officefloor.demo.store.MacroStore
Retrieves the Macro listing from the Reader.
RightClickMacro - Class in net.officefloor.demo.macro
Macro to right click.
RightClickMacro() - Constructor for class net.officefloor.demo.macro.RightClickMacro
 
runMacroTask(MacroTaskContext) - Method in class net.officefloor.demo.macro.InputTextMacro
 
runMacroTask(MacroTaskContext) - Method in class net.officefloor.demo.macro.LeftClickMacro
 
runMacroTask(MacroTaskContext) - Method in interface net.officefloor.demo.macro.MacroTask
Runs this MacroTask.
runMacroTask(MacroTaskContext) - Method in class net.officefloor.demo.macro.MoveMouseMacro
 
runMacroTask(MacroTaskContext) - Method in class net.officefloor.demo.macro.PauseMacro
 
runMacroTask(MacroTaskContext) - Method in class net.officefloor.demo.macro.RightClickMacro
 
runMacroTask(MacroTaskContext) - Method in class net.officefloor.demo.macro.WaitMacro
 

S

SaveButton - Class in net.officefloor.demo.gui
JButton to save the current recording.
SaveButton(DemoTool, Frame) - Constructor for class net.officefloor.demo.gui.SaveButton
Initiate.
setConfigurationMemento(String) - Method in class net.officefloor.demo.macro.CommentMacro
 
setConfigurationMemento(String) - Method in class net.officefloor.demo.macro.DragMacro
 
setConfigurationMemento(String) - Method in class net.officefloor.demo.macro.InfoMacro
 
setConfigurationMemento(String) - Method in class net.officefloor.demo.macro.InputTextMacro
 
setConfigurationMemento(String) - Method in class net.officefloor.demo.macro.LeftClickMacro
 
setConfigurationMemento(String) - Method in interface net.officefloor.demo.macro.Macro
Initialises this Macro from the configuration memento.
setConfigurationMemento(String) - Method in class net.officefloor.demo.macro.MoveMouseMacro
 
setConfigurationMemento(String) - Method in class net.officefloor.demo.macro.PauseMacro
 
setConfigurationMemento(String) - Method in class net.officefloor.demo.macro.RightClickMacro
 
setConfigurationMemento(String) - Method in class net.officefloor.demo.macro.WaitMacro
 
setNewMacro(Macro) - Method in interface net.officefloor.demo.macro.MacroSourceContext
Call back to specify the Macro being created.
size() - Method in class net.officefloor.demo.macrolist.MacroList
Obtains the number of MacroItem instances within this list.
sourceMacro(MacroSourceContext) - Method in class net.officefloor.demo.macro.CommentMacro
 
sourceMacro(MacroSourceContext) - Method in class net.officefloor.demo.macro.DragMacro
 
sourceMacro(MacroSourceContext) - Method in class net.officefloor.demo.macro.InfoMacro
 
sourceMacro(MacroSourceContext) - Method in class net.officefloor.demo.macro.InputTextMacro
 
sourceMacro(MacroSourceContext) - Method in class net.officefloor.demo.macro.LeftClickMacro
 
sourceMacro(MacroSourceContext) - Method in interface net.officefloor.demo.macro.MacroSource
Sources a new Macro.
sourceMacro(MacroSourceContext) - Method in class net.officefloor.demo.macro.MoveMouseMacro
 
sourceMacro(MacroSourceContext) - Method in class net.officefloor.demo.macro.PauseMacro
 
sourceMacro(MacroSourceContext) - Method in class net.officefloor.demo.macro.RightClickMacro
 
store(Macro[], Writer) - Method in class net.officefloor.demo.store.MacroStore
Stores the Macro into the Writer.

W

WaitMacro - Class in net.officefloor.demo.macro
Allows Thread to wait (block) until this Macro is complete.
WaitMacro() - Constructor for class net.officefloor.demo.macro.WaitMacro
 
waitUntilRun() - Method in class net.officefloor.demo.macro.WaitMacro
Blocks the invoking Thread until this Macro is run.

A C D F G I K L M N O P R S W

Copyright © 2005-2012. All Rights Reserved.