Class ComponentsPanel
java.lang.Object
ru.cg.webbpm.studio.subsystems.page_designer.components_panel.ComponentsPanel
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean,Disposable,ProjectComponent,FileListener,MetadataListener
@Component
public class ComponentsPanel
extends Object
implements ProjectComponent, MetadataListener, FileListener
- Author:
- Tim Urmancheev
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfileCreated(FileEvent event) File system notificationvoidfileDeleted(FileEvent event) File system notificationvoidfileModified(FileEvent event) File system notificationvoidvoidvoidoverflow()FileManager notificationvoidprojectClosed(boolean applicationClosed) вызывается после закрытия проектаvoidвызывается после открытия проектаintweight()определяет порядок того, как для всех слушателей будет вызванProjectComponent.projectOpened()}.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.cg.webbpm.studio.core.api.components.Disposable
destroy, disposeMethods inherited from interface ru.cg.webbpm.studio.core.api.io.FileListener
beforeFileDeletion, beforeFileRenaming, failFileRenaming, fileMoved, fileRenamedMethods inherited from interface ru.cg.webbpm.studio.core.api.components.ProjectComponent
canCloseProject
-
Constructor Details
-
ComponentsPanel
public ComponentsPanel()
-
-
Method Details
-
projectOpened
public void projectOpened()Description copied from interface:ProjectComponentвызывается после открытия проекта- Specified by:
projectOpenedin interfaceProjectComponent
-
projectClosed
public void projectClosed(boolean applicationClosed) Description copied from interface:ProjectComponentвызывается после закрытия проекта- Specified by:
projectClosedin interfaceProjectComponent- Parameters:
applicationClosed- Проект был закрыт при закрытии приложения
-
weight
public int weight()Description copied from interface:ProjectComponentопределяет порядок того, как для всех слушателей будет вызванProjectComponent.projectOpened()}.- Specified by:
weightin interfaceProjectComponent
-
metadataUpdated
public void metadataUpdated()- Specified by:
metadataUpdatedin interfaceMetadataListener
-
metadataUpdateFailed
public void metadataUpdateFailed()- Specified by:
metadataUpdateFailedin interfaceMetadataListener
-
fileCreated
Description copied from interface:FileListenerFile system notification- Specified by:
fileCreatedin interfaceFileListener
-
fileDeleted
Description copied from interface:FileListenerFile system notification- Specified by:
fileDeletedin interfaceFileListener
-
fileModified
Description copied from interface:FileListenerFile system notification- Specified by:
fileModifiedin interfaceFileListener
-
overflow
public void overflow()Description copied from interface:FileListenerFileManager notification- Specified by:
overflowin interfaceFileListener
-