user
Class UserApplication
java.lang.Object
csdk.v1_0.helper.application.AbstractApplication
csdk.v1_0.helper.AbstractCSDKApplication
csdk.v1_0.helper.AbstractCSDKWindowApplication
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
| 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 |
UserApplication
public UserApplication(ICSDKEnvironment env)
- Construtor.
- Parameters:
env - o ambiente.
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.