Home >> All >> javax >> ide >> [ log Javadoc ] |
| javax.ide.log.spi.* (1) |
javax.ide.log: Javadoc index of package javax.ide.log.
Package Samples:
javax.ide.log.spi
Classes:
LogPage: The LogPage interface defines the methods to log and clear messages from a page. Extensions that introduce new page types need to implemente this interface. A new page is introduced by declaring it in the extension deployment descriptor (EDD) file. There, the page implementation class is associated with a unique string identifying the page type. When an LogPage implementation is instantiated, the page type string and a page specific name are used as the components of page javax.ide.util.ID .
LogHook: Log page information gathered from processing the log-hook section of an extension manifest. The information recorded here describes a new wizard and is generally given to the javax.ide.log.LogManager for registration.
LogManager: The LogManager provides the interface through which the IDE manipulates LogPage s.
Home | Contact Us | Privacy Policy | Terms of Service |