com.ibm.designer.domino.xsp.api.util
Class ContentTypeLookup

java.lang.Object
  extended by com.ibm.commons.iloader.node.lookups.api.AbstractLookup
      extended by com.ibm.designer.domino.xsp.api.util.ContentTypeLookup
All Implemented Interfaces:
ILookup

public class ContentTypeLookup
extends com.ibm.commons.iloader.node.lookups.api.AbstractLookup

A Lookup that provides an array of 'codes' and 'labels' to controls that support ILookup. The codes and labels correspond to the names and display names for all registered content type renderers. This lookup contains an item called "HTML" by default even though there is no HTML registered content type.


Constructor Summary
ContentTypeLookup()
           
 
Method Summary
 java.lang.String getCode(int index)
          Return the code or model value for this index.
 java.lang.String getLabel(int index)
          Return the label displayed to the user for this index.
 int size()
          Return the number of items in this lookup.
 
Methods inherited from class com.ibm.commons.iloader.node.lookups.api.AbstractLookup
addLookupListener, addNotify, getImage, getLabelFromCode, getLabelFromCodeIgnoreCase, notifyLookupChanged, removeLookupListener, removeNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTypeLookup

public ContentTypeLookup()
Method Detail

size

public int size()
Description copied from interface: ILookup
Return the number of items in this lookup.


getCode

public java.lang.String getCode(int index)
Description copied from interface: ILookup
Return the code or model value for this index.


getLabel

public java.lang.String getLabel(int index)
Description copied from interface: ILookup
Return the label displayed to the user for this index.