|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.progeeks.cmd.swing.AbstractViewCommand
public abstract class AbstractViewCommand
Base implementation of the ViewCommand interface.
| Constructor Summary | |
|---|---|
protected |
AbstractViewCommand(boolean foreground)
|
| Method Summary | |
|---|---|
boolean |
isForeground()
Returns true if the command should be run on the swing event dispatcher thread. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.progeeks.cmd.Command |
|---|
execute |
| Constructor Detail |
|---|
protected AbstractViewCommand(boolean foreground)
| Method Detail |
|---|
public boolean isForeground()
isForeground in interface ViewCommand
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||