|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.moyoman.client.reference.debug.DebugDialog.ModuleWrapper
Provides a wrapper for module names with a is enabled flag.
| Field Summary | |
private String |
_module
Module name. |
private DebugSelectorPane |
_pane
Debug selector pane. |
| Constructor Summary | |
DebugDialog.ModuleWrapper(String module,
DebugSelectorPane pane)
Construct this object with the given parameter. |
|
| Method Summary | |
int |
compareTo(Object object)
Return -1, 0, or 1 if the given object is less than, equal to, or greater than this. |
String |
getModule()
Return the wrapped module name. |
boolean |
isEnabled()
Return true if this is enabled. |
String |
toString()
Return a string representation of this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private DebugSelectorPane _pane
private String _module
| Constructor Detail |
public DebugDialog.ModuleWrapper(String module,
DebugSelectorPane pane)
| Method Detail |
public boolean isEnabled()
public String getModule()
public int compareTo(Object object)
compareTo in interface Comparablepublic String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||