|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--WISA.wisa3D.shell.CmdInfo
|
+--WISA.wisa3D.shell.Wisa3DPanelCmdInfo
| Constructor Summary | |
Wisa3DPanelCmdInfo()
|
|
| Method Summary | |
boolean |
accept(java.lang.Object o)
Returns true if this CmdInfo supports Objects of the class of the given Object. |
java.lang.reflect.Method[] |
getMethods(java.lang.Object o)
Returns all methods available for the given Object or null if this Object is not accepted by this CmdInfo. |
java.lang.String[] |
getVars(java.lang.Object o)
Returns all variables available for the given Object or null if this Object is not accepted by this CmdInfo. |
| Methods inherited from class WISA.wisa3D.shell.CmdInfo |
getMethodNames, invoke, invoke |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Wisa3DPanelCmdInfo()
| Method Detail |
public java.lang.String[] getVars(java.lang.Object o)
CmdInfo
getVars in class CmdInfoo - The Object whose variables should be returned.
public java.lang.reflect.Method[] getMethods(java.lang.Object o)
CmdInfo
getMethods in class CmdInfoo - The Object whose methods should be returned.
public boolean accept(java.lang.Object o)
CmdInfo
accept in class CmdInfoo - The Object to be determined if it is supported by this CmdInfo.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||