public static final class DefaultPalettePage.ShowForTypeRecord
extends java.lang.Object
docType.| Modifier and Type | Field and Description |
|---|---|
boolean |
asPreferredPage |
java.lang.String |
docType |
| Constructor and Description |
|---|
DefaultPalettePage.ShowForTypeRecord(java.lang.String type)
Creates an instance of this class.
|
DefaultPalettePage.ShowForTypeRecord(java.lang.String type, boolean asPreferredPage)
Creates an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final java.lang.String docType
public final boolean asPreferredPage
public DefaultPalettePage.ShowForTypeRecord(java.lang.String type,
boolean asPreferredPage)
type - the document typeasPreferredPage - whether the palette page associated with the document type is the preferred page, that is, the page shown in the component palette.public DefaultPalettePage.ShowForTypeRecord(java.lang.String type)
type - the document type