protected class IgnitionDesigner.Handler extends java.lang.Object implements WellKnownMenuConstants, javax.swing.event.ChangeListener
EDIT_CUTCOPYPASTE_GROUP, EDIT_DELETE_GROUP, EDIT_FINDREPLACE_GROUP, EDIT_MENU_LOCATION, EDIT_MENU_NAME, EDIT_UNDO_GROUP, FILE_EXIT_GROUP, FILE_MENU_LOCATION, FILE_MENU_NAME, FILE_OPENSAVE_GROUP, HELP_MENU_LOCATION, HELP_MENU_NAME, PROJECT_GWCOMM_GROUP, PROJECT_MENU_LOCATION, PROJECT_MENU_NAME, PROJECT_PROPS_GROUP, TOOLS_MENU_LOCATION, TOOLS_MENU_NAME, VIEW_DOCKING_GROUP, VIEW_MENU_LOCATION, VIEW_MENU_NAME| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canPublishProject(GlobalProps props,
User user) |
protected void |
handlePublish() |
protected void |
handleUpdate()
Retrieves a project diff from the gateway and applies it to the current project.
|
protected void |
initComponents() |
protected void |
initMisc() |
protected void |
publishGlobalProjectToGateway() |
protected void |
publishProjectToGateway(java.lang.String commitMessage) |
void |
setEditActionHandler(EditActionHandler newHandler) |
protected boolean |
showConfirm(javax.swing.JFrame f,
java.lang.String message,
java.lang.String title) |
void |
stateChanged(javax.swing.event.ChangeEvent e) |
protected void |
updateEditActions() |
protected void initMisc()
protected void initComponents()
protected boolean showConfirm(javax.swing.JFrame f,
java.lang.String message,
java.lang.String title)
protected void handlePublish()
protected boolean canPublishProject(GlobalProps props, User user)
protected void publishProjectToGateway(java.lang.String commitMessage)
throws GatewayException
GatewayExceptionprotected void publishGlobalProjectToGateway()
throws GatewayException
GatewayExceptionprotected void handleUpdate()
public void setEditActionHandler(EditActionHandler newHandler)
protected void updateEditActions()
public void stateChanged(javax.swing.event.ChangeEvent e)
stateChanged in interface javax.swing.event.ChangeListener