csdk.v1_0.runner.demo
Class RunnerDemo

java.lang.Object
  extended by csdk.v1_0.helper.application.AbstractApplication
      extended by csdk.v1_0.helper.AbstractCSDKApplication
          extended by csdk.v1_0.helper.AbstractCSDKWindowApplication
              extended by csdk.v1_0.runner.demo.RunnerDemo
All Implemented Interfaces:
IApplication, IApplicationContext, ICommandContext, IContext, ICSDKEnvironment, ILocalFileSystemContext, IProjectContext, Serializable

public class RunnerDemo
extends AbstractCSDKWindowApplication

Demo com as aplicações de exemplo do CSDK.

See Also:
Serialized Form

Constructor Summary
RunnerDemo(ICSDKEnvironment csdkInterface)
          Construtor.
 
Method Summary
protected  void applicationEnded()
          
protected  void applicationStarted(JFrame frame)
          
 
Methods inherited from class csdk.v1_0.helper.AbstractCSDKWindowApplication
addWindow, closeDependentWindows, getApplicationFrame, onApplicationEnd, onApplicationStart, removeWindow
 
Methods inherited from class csdk.v1_0.helper.AbstractCSDKApplication
addProjectObserver, browseLocalFileInOpenMode, browseLocalFileInSaveMode, browseMultipleLocalFilesInOpenMode, browseMultipleProjectFilesInOpenMode, browseProjectFileInOpenMode, browseProjectFileInSaveMode, createLocalFile, createProjectFile, disposeContexts, executeAlgorithm, executeFlow, getCurrentProjectId, getLocalFile, getProjectFile, isCommandContextAvailable, isFileSystemContextAvailable, isProjectContextAvailable, isProjectOpen, removeLocalFile, removeProjectFile, removeProjectObserver
 
Methods inherited from class csdk.v1_0.helper.application.AbstractApplication
canEndApplication, finishApplication, getApplicationDescription, getApplicationFileTypes, getApplicationIcon, getApplicationId, getApplicationName, getAuthor, getAuthorEmail, getCharset, getClassString, getContext, getImageIcon, getInstanceId, getLocale, getProperty, getServerCharset, getSmallApplicationIcon, getString, getVersion, handleException, hasClassString, hasString, isActive, isApplicationContextAvailable, isBundleRequired, isPropertyNull, isSingleton, onContextActivate, onContextDeactivate, onMessageReceived, requiresProject, runApplication, sendMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface csdk.v1_0.api.core.IContext
isActive, onContextActivate, onContextDeactivate
 

Constructor Detail

RunnerDemo

public RunnerDemo(ICSDKEnvironment csdkInterface)
Construtor.

Parameters:
csdkInterface - interface padrão para o ambiente CSDK.
Method Detail

applicationStarted

protected void applicationStarted(JFrame frame)

Specified by:
applicationStarted in class AbstractCSDKWindowApplication

applicationEnded

protected void applicationEnded()

Specified by:
applicationEnded in class AbstractCSDKWindowApplication


Copyright © 2013–2014 Tecgraf/PUC-Rio. All rights reserved.