All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.igormaznitsa.mindmap.swing.services.IconID Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (C) 2015-2022 Igor A. Maznitsa
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

package com.igormaznitsa.mindmap.swing.services;

public enum IconID {
  POPUP_EXPORT,
  POPUP_EXPORT_FREEMIND,
  POPUP_EXPORT_SVG,
  POPUP_EXPORT_MARKDOWN,
  POPUP_EXPORT_ASCIIDOC,
  POPUP_EXPORT_ORGMODE,
  POPUP_EXPORT_MINDMUP,
  POPUP_EXPORT_PNG,
  POPUP_EXPORT_TEXT,
  POPUP_EXPORT_PUML,
  //--
  POPUP_IMPORT,
  POPUP_IMPORT_TXT2MM,
  POPUP_IMPORT_XMIND2MM,
  POPUP_IMPORT_COGGLE2MM,
  POPUP_IMPORT_NOVAMIND2MM,
  //--
  POPUP_EXTRAS_TEXT,
  POPUP_EXTRAS_URI,
  POPUP_EXTRAS_FILE,
  POPUP_EXTRAS_JUMP,
  //--
  POPUP_EDIT_TEXT,
  POPUP_ADD_CHILD,
  POPUP_CLONE_TOPIC,
  POPUP_REMOVE_TOPIC,
  //--
  POPUP_OPTIONS,
  POPUP_ABOUT,
  //--
  POPUP_SHOWJUMPS,
  POPUP_UNFOLDALL,
  POPUP_COLLAPSEALL,
  POPUP_CHANGECOLOR,
  //--
  ICON_EMOTICONS,
  ICON_IMAGES,
  //--
  ICON_PRINTER,
  ICON_PAGE,
  //--
  ICON_TEXT_ALIGN,
  ICON_TEXT_ALIGN_CENTER,
  ICON_TEXT_ALIGN_LEFT,
  ICON_TEXT_ALIGN_RIGHT
  //--;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy