Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.team.ui
Interface ISharedImages


public interface ISharedImages

Images that are available for providers to re-use. They include common overlays and wizard images. A provider can use their own custom images, these shared images are only available for convenience.

Since:
2.0
See Also:
TeamImages

Field Summary
static  String IMG_CHECKEDIN_OVR
          Overlay identified a version controlled file.
static  String IMG_CHECKEDOUT_OVR
          Overlay identifies a checked-out file.
static  String IMG_CONFLICT_OVR
          Overlay identifies a conflicting element.
static  String IMG_DIRTY_OVR
          Overlay identifies a locally changed file.
static  String IMG_ERROR_OVR
          Overlay identifies an error in the element.
static  String IMG_HOURGLASS_OVR
          Overlay identifies an element that is being worked on (e.g. is busy).
static  String IMG_WARNING_OVR
          Overlay identifies an error in the element.
 

Field Detail

IMG_DIRTY_OVR

static final 
String IMG_DIRTY_OVR
Overlay identifies a locally changed file.

See Also:
Constant Field Values

IMG_CHECKEDIN_OVR

static final 
String IMG_CHECKEDIN_OVR
Overlay identified a version controlled file.

See Also:
Constant Field Values

IMG_CHECKEDOUT_OVR

static final 
String IMG_CHECKEDOUT_OVR
Overlay identifies a checked-out file.

See Also:
Constant Field Values

IMG_CONFLICT_OVR

static final 
String IMG_CONFLICT_OVR
Overlay identifies a conflicting element.

See Also:
Constant Field Values

IMG_ERROR_OVR

static final 
String IMG_ERROR_OVR
Overlay identifies an error in the element.

See Also:
Constant Field Values

IMG_WARNING_OVR

static final 
String IMG_WARNING_OVR
Overlay identifies an error in the element.

See Also:
Constant Field Values

IMG_HOURGLASS_OVR

static final 
String IMG_HOURGLASS_OVR
Overlay identifies an element that is being worked on (e.g. is busy).

See Also:
Constant Field Values

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire