|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
ICmdAction |
getCmdAction(java.lang.Object pCmd)
Get an Action from this Factory |
javax.swing.Icon |
getLargeIcon()
Get the Large Icon for this Factory |
java.lang.String |
getName()
Get the Name of this Factory |
javax.swing.Icon |
getSmallIcon()
Get the Small Icon for this Factory |
boolean |
isSupported(java.lang.Object pCmd)
Return true if this Factory can create an for the given Command |
Method Detail |
public java.lang.String getName()
public javax.swing.Icon getLargeIcon()
public javax.swing.Icon getSmallIcon()
public ICmdAction getCmdAction(java.lang.Object pCmd) throws InvalidCmdException, ActionCreationException
pCmd
- to get Action forInvalidCmdException
- if the pCmd Object is not supportedActionCreationException
- if there was an error creating the Actionpublic boolean isSupported(java.lang.Object pCmd)
pCmd
- to check
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |