|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGUserInterface
public abstract class TGUserInterface
TGUserInterface. A user interface that can be activated or deactivated, much like a listener can be added or removed. If a parent UI is specified as a parameter to activate() then the parent UI is temporarily disabled while the current UI is active. Classes that extend TGUserInterface must call super.deactivate() if they override this method.
| Constructor Summary | |
|---|---|
TGUserInterface()
|
|
| Method Summary | |
|---|---|
abstract void |
activate()
|
void |
activate(TGUserInterface parent)
|
void |
deactivate()
|
boolean |
isActive()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TGUserInterface()
| Method Detail |
|---|
public abstract void activate()
public boolean isActive()
public void activate(TGUserInterface parent)
public void deactivate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||