<% /******************************************************************************* * Copyright (c) 2001, 2004 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ %> <%@ page contentType="text/html; charset=UTF-8" import="org.eclipse.wst.ws.internal.explorer.platform.favorites.perspective.*, org.eclipse.wst.ws.internal.explorer.platform.constants.*, org.eclipse.wst.ws.internal.explorer.platform.perspective.*" %> <% FavoritesPerspective favPerspective = controller.getFavoritesPerspective(); %> <%=favPerspective.getMessage("FRAME_TITLE_PROPERTIES_CONTENT")%> ">
<% NodeManager nodeManager = favPerspective.getNodeManager(); Node selectedNode = nodeManager.getSelectedNode(); if (selectedNode != null) { ToolManager toolManager; if (selectedNode.getViewId() == ActionInputs.VIEWID_DEFAULT) toolManager = selectedNode.getToolManager(); else toolManager = selectedNode.getViewToolManager(); Tool selectedTool = toolManager.getSelectedTool(); if (selectedTool != null && selectedTool.getToolType() != ToolTypes.ACTION) { %> <% } else { %>
<%=controller.getMessage("MSG_ERROR_NO_ACTION_SELECTED")%>
<% } } else { %>
<%=controller.getMessage("MSG_ERROR_NO_NODE_SELECTED")%>
<% } %>