com.sap.portal.admin.wizard.panes
Class SummaryPane.UIStrings

java.lang.Object
  |
  +--com.sap.portal.admin.wizard.panes.SummaryPane.UIStrings
Enclosing class:
SummaryPane

public static final class SummaryPane.UIStrings
extends java.lang.Object

UIStrings holds constants pointing to the pane's bundle keys.


Field Summary
static java.lang.String PANE_TITLE_BUNDLE_KEY
          string of the summaries pane title
static java.lang.String TARGET_NAME_SUMMARY_CAPTION_BUNDLE_KEY
          string of the caption for the summary key that displays the template/par name in the summaries pane
 
Constructor Summary
SummaryPane.UIStrings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PANE_TITLE_BUNDLE_KEY

public static final java.lang.String PANE_TITLE_BUNDLE_KEY
string of the summaries pane title

TARGET_NAME_SUMMARY_CAPTION_BUNDLE_KEY

public static final java.lang.String TARGET_NAME_SUMMARY_CAPTION_BUNDLE_KEY
string of the caption for the summary key that displays the template/par name in the summaries pane
Constructor Detail

SummaryPane.UIStrings

public SummaryPane.UIStrings()