net.officefloor.eclipse.wizard.sectionsource
Interface SectionSourceInstanceContext

All Known Implementing Classes:
SectionSourceWizard

public interface SectionSourceInstanceContext

Context for a SectionSourceInstance.

Author:
Daniel Sagenschneider

Method Summary
 boolean isLoadType()
          Flags to load the SectionType rather than the OfficeSection.
 void setErrorMessage(String message)
          Specifies an error message.
 void setSectionLoaded(boolean isSectionLoaded)
          Flags if SectionType or OfficeSection is loaded.
 void setTitle(String title)
          Specifies the title.
 

Method Detail

isLoadType

boolean isLoadType()
Flags to load the SectionType rather than the OfficeSection.

Returns:
true to load SectionType, false to load OfficeSection.

setTitle

void setTitle(String title)
Specifies the title.

Parameters:
title - Title.

setErrorMessage

void setErrorMessage(String message)
Specifies an error message.

Parameters:
message - Error message or null to indicate no error.

setSectionLoaded

void setSectionLoaded(boolean isSectionLoaded)
Flags if SectionType or OfficeSection is loaded.

Parameters:
isSectionTypeLoade - true SectionType or OfficeSection loaded.


Copyright © 2005-2013. All Rights Reserved.