Skip to content

Commit

Permalink
Adds the reference to the new icon ('display.camera2')
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisDrogoul committed Feb 28, 2022
1 parent 5ec9cec commit bfab2b5
Showing 1 changed file with 52 additions and 49 deletions.
101 changes: 52 additions & 49 deletions ummisco.gama.ui.shared/src/ummisco/gama/ui/resources/IGamaIcons.java
@@ -1,12 +1,12 @@
/*******************************************************************************************************
*
* IGamaIcons.java, in ummisco.gama.ui.shared, is part of the source code of the
* GAMA modeling and simulation platform (v.1.8.2).
* IGamaIcons.java, in ummisco.gama.ui.shared, is part of the source code of the GAMA modeling and simulation platform
* (v.1.8.2).
*
* (c) 2007-2022 UMI 209 UMMISCO IRD/SU & Partners (IRIT, MIAT, TLU, CTU)
*
* Visit https://github.com/gama-platform/gama for license information and contacts.
*
*
********************************************************************************************************/
package ummisco.gama.ui.resources;

Expand All @@ -23,161 +23,164 @@ public interface IGamaIcons {

/** The display toolbar pause. */
String DISPLAY_TOOLBAR_PAUSE = "display.pause3";

/** The display toolbar sync. */
String DISPLAY_TOOLBAR_SYNC = "display.sync3";

/** The display toolbar snapshot. */
String DISPLAY_TOOLBAR_SNAPSHOT = "display.snapshot2";

/** The display toolbar zoomin. */
String DISPLAY_TOOLBAR_ZOOMIN = "display.zoomin2";

/** The display toolbar csvexport. */
String DISPLAY_TOOLBAR_CSVEXPORT = "menu.saveas2";

/** The display toolbar zoomout. */
String DISPLAY_TOOLBAR_ZOOMOUT = "display.zoomout2";

/** The display toolbar zoomfit. */
String DISPLAY_TOOLBAR_ZOOMFIT = "display.zoomfit2";

/** The display toolbar camera. */
String DISPLAY_TOOLBAR_CAMERA = "display.camera2";

// Menus

/** The menu browse. */
String MENU_BROWSE = "menu.browse2";;
String MENU_BROWSE = "menu.browse2";

/** The menu population. */
String MENU_POPULATION = "display.agents2";

/** The menu agent. */
String MENU_AGENT = "menu.agent2";

/** The menu inspect. */
String MENU_INSPECT = "menu.inspect2";;
String MENU_INSPECT = "menu.inspect2";

/** The menu highlight. */
String MENU_HIGHLIGHT = "menu.highlight2";

/** The menu kill. */
String MENU_KILL = "menu.kill2";

/** The menu focus. */
String MENU_FOCUS = "menu.focus2";

/** The menu follow. */
String MENU_FOLLOW = "menu.follow2";

/** The menu add monitor. */
String MENU_ADD_MONITOR = "menu.monitor2";

/** The menu run action. */
String MENU_RUN_ACTION = "menu.action2";

// Layers

/** The layer grid. */
String LAYER_GRID = "layer.grid2";

/** The layer species. */
String LAYER_SPECIES = "layer.species2";

/** The layer agents. */
String LAYER_AGENTS = "layer.agents2";

/** The layer graphics. */
String LAYER_GRAPHICS = "layer.graphics2";

/** The layer image. */
String LAYER_IMAGE = "layer.image2";

/** The layer chart. */
String LAYER_CHART = "layer.chart2";

// Actions

/** The action revert. */
String ACTION_REVERT = "action.revert2";

/** The action clear. */
String ACTION_CLEAR = "action.clear2";

// User Panels

/** The panel continue. */
String PANEL_CONTINUE = "panel.continue2";

/** The panel inspect. */
String PANEL_INSPECT = MENU_INSPECT;

// Preferences tabs. 24x24

/** The prefs general. */
String PREFS_GENERAL = "prefs/prefs.general2";

/** The prefs editor. */
String PREFS_EDITOR = "prefs/prefs.editor2";

/** The prefs libs. */
String PREFS_LIBS = "prefs/prefs.libraries2";

// Navigator

/** The folder builtin. */
String FOLDER_BUILTIN = "navigator/folder.library2";

/** The folder plugin. */
String FOLDER_PLUGIN = "navigator/folder.plugin2";

/** The folder test. */
String FOLDER_TEST = "navigator/folder.test2";

/** The folder project. */
String FOLDER_PROJECT = "navigator/folder.user2";

/** The folder model. */
String FOLDER_MODEL = "navigator/folder.model3";

/** The folder resources. */
String FOLDER_RESOURCES = "navigator/folder.resources2";

/** The file icon. */
String FILE_ICON = "navigator/file.icon2";

/** The folder user. */
String FOLDER_USER = "navigator/folder.user";

// Editor specific

/** The button gui. */
String BUTTON_GUI = "small.run";

/** The button batch. */
String BUTTON_BATCH = "small.batch";

/** The button back. */
String BUTTON_BACK = "small.run.and.back";

// Small Icons

/** The small plus. */
String SMALL_PLUS = "small.plus";

/** The small minus. */
String SMALL_MINUS = "small.minus";

/** The small expand. */
String SMALL_EXPAND = "small.expand";

/** The small collapse. */
String SMALL_COLLAPSE = "small.collapse";

/** The small pause. */
String SMALL_PAUSE = "small.pause";

/** The small resume. */
String SMALL_RESUME = "small.resume";

/** The small close. */
String SMALL_CLOSE = "small.close";

Expand All @@ -190,19 +193,19 @@ public interface IGamaIcons {

/** The checked. */
String CHECKED = "viewers/checked";

/** The unchecked. */
String UNCHECKED = "viewers/unchecked";

/** The style. */
String STYLE = "viewers/style";

/** The feature. */
String FEATURE = "viewers/feature";

/** The up. */
String UP = "viewers/up";

/** The down. */
String DOWN = "viewers/down";

Expand Down

0 comments on commit bfab2b5

Please sign in to comment.