/**
  * Returns the icon of the component.
  *
  * @return See above.
  */
 Icon getComponentIcon() {
   IconManager icons = IconManager.getInstance();
   return icons.getIcon(IconManager.INTENSITYVIEW);
 }
Ejemplo n.º 2
0
 /**
  * Returns the icon of the component.
  *
  * @return See above.
  */
 Icon getComponentIcon() {
   IconManager icons = IconManager.getInstance();
   return icons.getIcon(IconManager.MANAGER);
 }
Ejemplo n.º 3
0
 /**
  * Returns the icon of the component.
  *
  * @return See above.
  */
 Icon getComponentIcon() {
   IconManager icons = IconManager.getInstance();
   return icons.getIcon(IconManager.INSPECTOR);
 }