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

  




 

 

Runtime

org.eclipse.gmf.runtime.common.ui.services.icon
Class LabelChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 

org.eclipse.gmf.runtime.common.core.service.ProviderChangeEvent
          extended by 
org.eclipse.gmf.runtime.common.ui.services.icon.LabelChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class LabelChangedEvent
extends ProviderChangeEvent

A custom provider changed event for handling icon and text changes

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LabelChangedEvent ( IProvider source, java.lang.Object[] elements)
          Constructor for LabelChangedEvent
LabelChangedEvent ( IProvider source, java.lang.Object[] elements, boolean childrenAffecting)
          Constructor for LabelChangedEvent
 
Method Summary
 java.lang.Object[] getElements ()
          Returns the affected elements
 boolean isChildrenAffecting ()
           
 
Methods inherited from class org.eclipse.gmf.runtime.common.core.service. ProviderChangeEvent
setSource
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LabelChangedEvent

public LabelChangedEvent(
IProvider source,
                         java.lang.Object[] elements)
Constructor for LabelChangedEvent

Parameters:
source - the provider source
elements - the affected elements

LabelChangedEvent

public LabelChangedEvent(
IProvider source,
                         java.lang.Object[] elements,
                         boolean childrenAffecting)
Constructor for LabelChangedEvent

Parameters:
source - the provider source
elements - the affected elements
childrenAffecting - Indicates if the event is affecting the children of the affected elements
Method Detail

getElements

public java.lang.Object[] getElements()
Returns the affected elements

Returns:
the elements.

isChildrenAffecting

public boolean isChildrenAffecting()
Returns:
The indicator if the event is affecting the children of the affected elements

Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


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