de.cau.cs.kieler.kvid.ui.views
Class PropertiesView

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.ui.part.WorkbenchPart
          extended by org.eclipse.ui.part.ViewPart
              extended by de.cau.cs.kieler.kvid.ui.views.PropertiesView
All Implemented Interfaces:
IPropertyListener, IAdaptable, IExecutableExtension, ISelectionChangedListener, IPersistable, IViewPart, IWorkbenchPart, IWorkbenchPart2, IWorkbenchPart3, IWorkbenchPartOrientation

public class PropertiesView
extends ViewPart
implements IPropertyListener, ISelectionChangedListener

Eclipse view for editing KViD properties by hand.

Rating red

Field Summary
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Constructor Summary
PropertiesView()
           
 
Method Summary
 void createPartControl(Composite parent)
           
 void selectionChanged(SelectionChangedEvent event)
          
 void setFocus()
           
 void triggerPropertyChanged(Property changedProperty)
          Method that is called when the value of a certain Property changes.
 void triggerPropertyListChanged()
          Method that is called when a Property is added or removed.
 
Methods inherited from class org.eclipse.ui.part.ViewPart
checkSite, getViewSite, init, init, saveState, setContentDescription, setInitializationData, setPartName
 
Methods inherited from class org.eclipse.ui.part.WorkbenchPart
addPartPropertyListener, addPropertyListener, dispose, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy
 
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Constructor Detail

PropertiesView

public PropertiesView()
Method Detail

createPartControl

public void createPartControl(Composite parent)
Specified by:
createPartControl in interface IWorkbenchPart
Specified by:
createPartControl in class WorkbenchPart

setFocus

public void setFocus()
Specified by:
setFocus in interface IWorkbenchPart
Specified by:
setFocus in class WorkbenchPart

triggerPropertyChanged

public void triggerPropertyChanged(Property changedProperty)
Method that is called when the value of a certain Property changes.

Specified by:
triggerPropertyChanged in interface IPropertyListener
Parameters:
changedProperty - The Property which value was changed

triggerPropertyListChanged

public void triggerPropertyListChanged()
Method that is called when a Property is added or removed.

Specified by:
triggerPropertyListChanged in interface IPropertyListener

selectionChanged

public void selectionChanged(SelectionChangedEvent event)

Specified by:
selectionChanged in interface ISelectionChangedListener