|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttest.check.command.SetBoundsCommand
public class SetBoundsCommand
A configure command that sets bounds for the specified component.
Constructor Summary | |
---|---|
SetBoundsCommand(java.awt.Rectangle bounds)
Creates a new configuration command. |
Method Summary | |
---|---|
void |
configure(java.awt.Component comp)
Configures the specified control. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetBoundsCommand(java.awt.Rectangle bounds)
bounds
- Component bounds to set.Method Detail |
---|
public void configure(java.awt.Component comp)
ConfigurationCommand
configure
in interface ConfigurationCommand<java.awt.Component>
comp
- Control to configure.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |