TPTP 4.3.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.wsdm.tooling.editor.capability.pages.topic.internal
Class DetailsSection

java.lang.Object
  extended byorg.eclipse.tptp.wsdm.tooling.editor.ui.internal.AbstractPageSection
      extended byorg.eclipse.tptp.wsdm.tooling.editor.capability.pages.topic.internal.DetailsSection
All Implemented Interfaces:
IPageSection

public class DetailsSection
extends AbstractPageSection

Creates topic details section.
Display the name of a topic.


Field Summary
 
Fields inherited from class org.eclipse.tptp.wsdm.tooling.editor.ui.internal.AbstractPageSection
_editor, _page, LAYOUT_HORIZONTAL_SPACING, LAYOUT_MARGIN_WIDTH, LAYOUT_VERTICAL_SPACING
 
Method Summary
 void create()
          Creates the section.
 void enable(boolean enabled)
          Enable or disable the section based on parameter passed.
 void hookAllListeners()
          Initializes control listeners.
 void refresh()
          Refreshes the section.
 void selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event)
          Handle viewer selection changed.
 void setSelectedObject(java.lang.Object object)
          Update its selected object.
 
Methods inherited from class org.eclipse.tptp.wsdm.tooling.editor.ui.internal.AbstractPageSection
createPushButton, createSection, createSection, getForm, getPage, getTitle, getToolkit, pageChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public void create()
Creates the section.

Specified by:
create in interface IPageSection
Specified by:
create in class AbstractPageSection

refresh

public void refresh()
Refreshes the section.

Specified by:
refresh in interface IPageSection
Specified by:
refresh in class AbstractPageSection

hookAllListeners

public void hookAllListeners()
Initializes control listeners.


selectionChanged

public void selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event)
Handle viewer selection changed.


setSelectedObject

public void setSelectedObject(java.lang.Object object)
Update its selected object.


enable

public void enable(boolean enabled)
Enable or disable the section based on parameter passed.


TPTP 4.3.0 Monitoring Tools Project
Internal API Specification