Uses of Interface
synergynetframework.appsystem.contentsystem.Updateable

Packages that use Updateable
apps.projectmanagement.controller   
synergynetframework.appsystem.contentsystem   
synergynetframework.appsystem.contentsystem.items.innernotecontroller   
synergynetframework.appsystem.table.appregistry.menucontrol   
 

Uses of Updateable in apps.projectmanagement.controller
 

Classes in apps.projectmanagement.controller that implement Updateable
 class ProjectManagementMenu
          The Class ProjectManagementMenu.
 

Uses of Updateable in synergynetframework.appsystem.contentsystem
 

Methods in synergynetframework.appsystem.contentsystem with parameters of type Updateable
 void ContentSystem.addUpdateableListener(Updateable l)
          Adds the updateable listener.
 void ContentSystem.removeUpdateableListener(Updateable l)
          Removes the updateable listener.
 

Uses of Updateable in synergynetframework.appsystem.contentsystem.items.innernotecontroller
 

Classes in synergynetframework.appsystem.contentsystem.items.innernotecontroller that implement Updateable
 class InnerNoteEditor
          The Class InnerNoteEditor.
 

Uses of Updateable in synergynetframework.appsystem.table.appregistry.menucontrol
 

Classes in synergynetframework.appsystem.table.appregistry.menucontrol that implement Updateable
 class ApplicationDefined
          The Class ApplicationDefined.
 class HoldTopRightConfirmVisualExit
          The Class HoldTopRightConfirmVisualExit.
 class HoldTopRightExit
          The Class HoldTopRightExit.
 class MenuController
          The Class MenuController.