g-Eclipse
Release 1.0.0

eu.geclipse.ui.views.jobdetails
Class JobComplexDetail

java.lang.Object
  extended by eu.geclipse.ui.views.jobdetails.JobDetail
      extended by eu.geclipse.ui.views.jobdetails.JobTextDetail
          extended by eu.geclipse.ui.views.jobdetails.JobComplexDetail
All Implemented Interfaces:
IJobDetail

public abstract class JobComplexDetail
extends JobTextDetail

Job detail for showing complex values. JobDetailsView show only simple form of complex value. Whole value is shown in editor after pressing button


Constructor Summary
JobComplexDetail(IJobDetailsSection section, java.lang.String name, java.lang.String editorId)
           
 
Method Summary
 void dispose()
          Dispose created widgets (also reused widgets)
 void reuseWidgets(IJobDetail oldDetail)
          Use widgets created in oldDetail.
 
Methods inherited from class eu.geclipse.ui.views.jobdetails.JobTextDetail
getId
 
Methods inherited from class eu.geclipse.ui.views.jobdetails.JobDetail
getSection, refresh
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobComplexDetail

public JobComplexDetail(IJobDetailsSection section,
                        java.lang.String name,
                        java.lang.String editorId)
Parameters:
section - the section, in which detail will be shown
name - the detail name
editorId - id of editor, which should be opened after pressing "Show" button
Method Detail

dispose

public void dispose()
Description copied from interface: IJobDetail
Dispose created widgets (also reused widgets)

Specified by:
dispose in interface IJobDetail
Overrides:
dispose in class JobTextDetail

reuseWidgets

public void reuseWidgets(IJobDetail oldDetail)
Description copied from interface: IJobDetail
Use widgets created in oldDetail. Used when view is refreshed to avoid blinking.

Specified by:
reuseWidgets in interface IJobDetail
Overrides:
reuseWidgets in class JobTextDetail
Parameters:
oldDetail - detail used previously to show detail. Old detail has same name and section as this detail

g-Eclipse
Release 1.0.0