Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.ide.palette2
Class DefaultPalettePage.ShowForTypeRecord

java.lang.Object
  extended by oracle.ide.palette2.DefaultPalettePage.ShowForTypeRecord

Enclosing class:
DefaultPalettePage

public static final class DefaultPalettePage.ShowForTypeRecord
extends java.lang.Object

Holds information about what document types are associated with this page. This page will available in the component palette when the document type matches the record docType.


Field Summary
 boolean asPreferredPage
           
 java.lang.String docType
           

 

Constructor Summary
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.

 

Method Summary
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

docType

public final java.lang.String docType

asPreferredPage

public final boolean asPreferredPage

Constructor Detail

DefaultPalettePage.ShowForTypeRecord

public DefaultPalettePage.ShowForTypeRecord(java.lang.String type,
                                            boolean asPreferredPage)
Creates an instance of this class.
Parameters:
type - the document type
asPreferredPage - whether the palette page associated with the document type is the preferred page, that is, the page shown in the component palette.

DefaultPalettePage.ShowForTypeRecord

public DefaultPalettePage.ShowForTypeRecord(java.lang.String type)
Creates an instance of this class.
Parameters:
type - the document type

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


Copyright © 1997, 2015, Oracle. All rights reserved.