Uses of Enum Class
org.gvsig.app.project.documents.layout.TocModelChangedNotification.Type
Packages that use TocModelChangedNotification.Type
-
Uses of TocModelChangedNotification.Type in org.gvsig.app.project.documents.layout
Methods in org.gvsig.app.project.documents.layout that return TocModelChangedNotification.TypeModifier and TypeMethodDescriptionTocModelChangedImpl.getType()TocModelChangedNotification.getType()Returns the type of this notification, represented by one of the constants defined in this interface.Returns the enum constant of this class with the specified name.static TocModelChangedNotification.Type[]TocModelChangedNotification.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gvsig.app.project.documents.layout with parameters of type TocModelChangedNotification.TypeModifier and TypeMethodDescriptionvoidDefaultLayoutContext.notifyTocUpdated(TocModelChangedNotification.Type type) voidLayoutContext.notifyTocUpdated(TocModelChangedNotification.Type notificationType) Triggers a notification to the TocModel observers of typeinvalid reference
TocModelChangedNotification#MODEL_CHANGEDConstructors in org.gvsig.app.project.documents.layout with parameters of type TocModelChangedNotification.TypeModifierConstructorDescriptionTocModelChangedImpl(TocModelChangedNotification.Type type, org.gvsig.fmap.mapcontext.MapContext model)