Search in sources :

Example 1 with SetJSONGroupAction

use of org.talend.repository.json.ui.wizards.action.SetJSONGroupAction in project tdi-studio-se by Talend.

the class JSONFileOutputStep2Form method createAction.

private void createAction() {
    createAction = new CreateJSONElementAction(JSONViewer, this, "Add Sub-element");
    createAttributeAction = new CreateJSONAttributeAction(JSONViewer, this, "Add Attribute");
    createNamespaceAction = new CreateJSONNameSpaceAction(JSONViewer, this, "Add Name Space");
    deleteAction = new DeleteJSONNodeAction(JSONViewer, this, "Delete");
    disconnectAction = new JSONDisconnectAction(JSONViewer, this, "Disconnect Linker");
    fixValueAction = new FixValueAction(JSONViewer, this, "Set A Fix Value");
    importFromJSONAction = new ImportTreeFromJSONAction(JSONViewer, this, "Import JSON Tree");
    setLoopAction = new SetForJSONLoopAction(JSONViewer, this, "Set As Loop Element");
    setGroupAction = new SetJSONGroupAction(JSONViewer, this, "Set As Group Element");
    removeGroupAction = new RemoveJSONGroupAction(JSONViewer, "Remove Group Element", this);
}
Also used : CreateJSONElementAction(org.talend.repository.json.ui.wizards.action.CreateJSONElementAction) FixValueAction(org.talend.repository.json.ui.wizards.action.FixValueAction) CreateJSONNameSpaceAction(org.talend.repository.json.ui.wizards.action.CreateJSONNameSpaceAction) RemoveJSONGroupAction(org.talend.repository.json.ui.wizards.action.RemoveJSONGroupAction) CreateJSONAttributeAction(org.talend.repository.json.ui.wizards.action.CreateJSONAttributeAction) JSONDisconnectAction(org.talend.repository.json.ui.wizards.action.JSONDisconnectAction) SetJSONGroupAction(org.talend.repository.json.ui.wizards.action.SetJSONGroupAction) DeleteJSONNodeAction(org.talend.repository.json.ui.wizards.action.DeleteJSONNodeAction) ImportTreeFromJSONAction(org.talend.repository.json.ui.wizards.action.ImportTreeFromJSONAction) SetForJSONLoopAction(org.talend.repository.json.ui.wizards.action.SetForJSONLoopAction)

Aggregations

CreateJSONAttributeAction (org.talend.repository.json.ui.wizards.action.CreateJSONAttributeAction)1 CreateJSONElementAction (org.talend.repository.json.ui.wizards.action.CreateJSONElementAction)1 CreateJSONNameSpaceAction (org.talend.repository.json.ui.wizards.action.CreateJSONNameSpaceAction)1 DeleteJSONNodeAction (org.talend.repository.json.ui.wizards.action.DeleteJSONNodeAction)1 FixValueAction (org.talend.repository.json.ui.wizards.action.FixValueAction)1 ImportTreeFromJSONAction (org.talend.repository.json.ui.wizards.action.ImportTreeFromJSONAction)1 JSONDisconnectAction (org.talend.repository.json.ui.wizards.action.JSONDisconnectAction)1 RemoveJSONGroupAction (org.talend.repository.json.ui.wizards.action.RemoveJSONGroupAction)1 SetForJSONLoopAction (org.talend.repository.json.ui.wizards.action.SetForJSONLoopAction)1 SetJSONGroupAction (org.talend.repository.json.ui.wizards.action.SetJSONGroupAction)1