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 TypeMethodDescriptionvoid
fileCreated
(FileEvent event) File system notificationvoid
fileDeleted
(FileEvent event) File system notificationvoid
fileModified
(FileEvent event) File system notificationvoid
void
void
overflow()
FileManager notificationvoid
projectClosed
(boolean applicationClosed) вызывается после закрытия проектаvoid
вызывается после открытия проектаint
weight()
определяет порядок того, как для всех слушателей будет вызванProjectComponent.projectOpened()
}.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.core.api.components.Disposable
destroy, dispose
Methods inherited from interface ru.cg.webbpm.studio.core.api.io.FileListener
beforeFileDeletion, beforeFileRenaming, failFileRenaming, fileMoved, fileRenamed
Methods 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:
projectOpened
in interfaceProjectComponent
-
projectClosed
public void projectClosed(boolean applicationClosed) Description copied from interface:ProjectComponent
вызывается после закрытия проекта- Specified by:
projectClosed
in interfaceProjectComponent
- Parameters:
applicationClosed
- Проект был закрыт при закрытии приложения
-
weight
public int weight()Description copied from interface:ProjectComponent
определяет порядок того, как для всех слушателей будет вызванProjectComponent.projectOpened()
}.- Specified by:
weight
in interfaceProjectComponent
-
metadataUpdated
public void metadataUpdated()- Specified by:
metadataUpdated
in interfaceMetadataListener
-
metadataUpdateFailed
public void metadataUpdateFailed()- Specified by:
metadataUpdateFailed
in interfaceMetadataListener
-
fileCreated
Description copied from interface:FileListener
File system notification- Specified by:
fileCreated
in interfaceFileListener
-
fileDeleted
Description copied from interface:FileListener
File system notification- Specified by:
fileDeleted
in interfaceFileListener
-
fileModified
Description copied from interface:FileListener
File system notification- Specified by:
fileModified
in interfaceFileListener
-
overflow
public void overflow()Description copied from interface:FileListener
FileManager notification- Specified by:
overflow
in interfaceFileListener
-