net.officefloor.eclipse.wizard.teamsource
Interface TeamSourceInstanceContext

All Known Implementing Classes:
TeamSourceWizard

public interface TeamSourceInstanceContext

Context for a TeamSourceInstance.

Author:
Daniel Sagenschneider

Method Summary
 void setErrorMessage(String message)
          Specifies an error message.
 void setTeamTypeLoaded(boolean isTeamLoaded)
          Flags if TeamType is loaded.
 void setTitle(String title)
          Specifies the title.
 

Method Detail

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.

setTeamTypeLoaded

void setTeamTypeLoaded(boolean isTeamLoaded)
Flags if TeamType is loaded.

Parameters:
isTeamTypeLoaded - true TeamType loaded.


Copyright © 2005-2013. All Rights Reserved.