user
Class UserApplication

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 user.UserApplication
All Implemented Interfaces:
IApplication, IApplicationContext, ICommandContext, IContext, ICSDKEnvironment, ILocalFileSystemContext, IProjectContext, Serializable

public class UserApplication
extends AbstractCSDKWindowApplication

Exemplo de uso do contexto de usuário.s

Author:
Tecgraf
See Also:
Serialized Form

Constructor Summary
UserApplication(ICSDKEnvironment env)
          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, getCharset, getClassString, getContext, getImageIcon, getInstanceId, getLocale, getProperty, getResource, getResourceAsStream, 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

UserApplication

public UserApplication(ICSDKEnvironment env)
Construtor.

Parameters:
env - o ambiente.
Method Detail

applicationStarted

protected void applicationStarted(JFrame frame)
                           throws ApplicationException

Specified by:
applicationStarted in class AbstractCSDKWindowApplication
Throws:
ApplicationException

applicationEnded

protected void applicationEnded()
                         throws ApplicationException

Specified by:
applicationEnded in class AbstractCSDKWindowApplication
Throws:
ApplicationException


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