forked from eclipse-archived/reddeer
-
Notifications
You must be signed in to change notification settings - Fork 1
UserGuideTemplate
jpeterka edited this page Apr 17, 2013
·
12 revisions
- Interface / Abstract
- Impl1
- Impl2
- Impl3
image

Lookup for ...."
// codeOperation1
// operation codeShort notation
// codeSee example below, go from simple to more complex, add whatever details that are important, focus mainly on examples with comments
- Button / AbstractButton
- PushButton
- CheckButton
- RadioButton
image

Lookup for a button with text "Apply"
Button b = new PushButton("Apply");Click a button
b.click(); Short notation
new PushButton("Apply").click();JBoss Red Deer - Quick Links
- Home
- [Release notes] (/jboss-reddeer/reddeer/wiki/Release-notes)
- Articles
- JavaDoc
- User guide
- Contributor Guide
- FAQ