Package org.daypilot.ui.args.month
Class CommandArgs
- java.lang.Object
-
- org.daypilot.ui.args.common.DayPilotArgs
-
- org.daypilot.ui.args.month.CommandArgs
-
public class CommandArgs extends DayPilotArgs
-
-
Field Summary
-
Fields inherited from class org.daypilot.ui.args.common.DayPilotArgs
data
-
-
Constructor Summary
Constructors Constructor Description CommandArgs()
-
Method Summary
Modifier and Type Method Description static CommandArgs
fromJSON(JSONObject params, JSONObject data)
java.lang.String
getCommand()
-
Methods inherited from class org.daypilot.ui.args.common.DayPilotArgs
getData, setData
-
-
-
-
Method Detail
-
getCommand
public java.lang.String getCommand()
-
fromJSON
public static CommandArgs fromJSON(JSONObject params, JSONObject data)
-
-