Uses of Interface
xal.extension.application.XalInternalDocumentListener
Packages that use XalInternalDocumentListener
Package
Description
Provides a framework for building document based applications and even multi-document based applications.
-
Uses of XalInternalDocumentListener in xal.extension.application
Classes in xal.extension.application that implement XalInternalDocumentListenerModifier and TypeClassDescriptionclass
Application subclass for JDesktopPane based applications.class
The base class for custom windows that are the main windows for documents.Methods in xal.extension.application with parameters of type XalInternalDocumentListenerModifier and TypeMethodDescriptionvoid
XalInternalDocument.addXalInternalDocumentListener
(XalInternalDocumentListener listener) Add the listener for events from this document.void
XalInternalDocument.removeXalInternalDocumentListener
(XalInternalDocumentListener listener) Remove the listener from event from this document.