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.properties.extended
Interface IExtendedPropertyDescriptor

All Superinterfaces:
ICompositeSourcePropertyDescriptor, IPropertyDescriptor
All Known Implementing Classes:
ExtendedBooleanPropertyDescriptor, ExtendedComboboxPropertyDescriptor, ExtendedPropertyDescriptor, ExtendedTextPropertyDescriptor, PropertyPagePropertyDescriptor

public interface IExtendedPropertyDescriptor
extends ICompositeSourcePropertyDescriptor


Method Summary
 java.lang.Object getBlank ()
          This method returns a blank value for a cell.
  IPropertySource getPropertySource ()
          Retrieve IPropertySource
 boolean isDirty ()
          Retrieve the boolean isDirty flag.
 void setDirtyFlag (boolean dirtyFlag)
           
 void setDisplayName (java.lang.String displayName)
          Sets the display name
 void setPropertySource ( IPropertySource propertySource)
          Sets specified IPropertySource
 void setValidator ( ICellEditorValidator validator)
          Sets the validator for this propertyDescriptor
 
Methods inherited from interface org.eclipse.gmf.runtime.common.ui.services.properties.descriptors. ICompositeSourcePropertyDescriptor
getPropertyValue, isReadOnly, resetPropertyValue, setCategory, setPropertyValue, setReadOnly
 
Methods inherited from interface org.eclipse.ui.views.properties. IPropertyDescriptor
createPropertyEditor, getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, getLabelProvider, isCompatibleWith
 

Method Detail

getPropertySource


IPropertySource getPropertySource()
Retrieve IPropertySource

Returns:
an instance of IPropertySource

setPropertySource

void setPropertySource(
IPropertySource propertySource)
Sets specified IPropertySource

Parameters:
propertySource - an instance of IPropertySource

isDirty

boolean isDirty()
Retrieve the boolean isDirty flag.

Returns:
value of isDirty flag

setDirtyFlag

void setDirtyFlag(boolean dirtyFlag)
Parameters:
dirtyFlag -

getBlank

java.lang.Object getBlank()
This method returns a blank value for a cell.

Returns:
a blank value for a cell

setValidator

void setValidator(
ICellEditorValidator validator)
Sets the validator for this propertyDescriptor

Parameters:
validator - The ICellEditorValidator

setDisplayName

void setDisplayName(java.lang.String displayName)
Sets the display name

Parameters:
displayName - the display name

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