Package org.osmorc.settings

Examples of org.osmorc.settings.ManifestEditor


*/
public class OsmorcFacetManifestGenerationEditorTab extends FacetEditorTab {
  public OsmorcFacetManifestGenerationEditorTab(FacetEditorContext editorContext) {
    _editorContext = editorContext;
    // create the editor
    _additionalProperties = new ManifestEditor(_editorContext.getProject(), "");
    _additionalProperties.setPreferredSize(_additionalProperties.getComponent().getPreferredSize());
    _editorPanel.add(_additionalProperties, BorderLayout.CENTER);

    ChangeListener listener = new ChangeListener() {
      public void stateChanged(ChangeEvent e) {
View Full Code Here

TOP

Related Classes of org.osmorc.settings.ManifestEditor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.