cmu.survey.editor.gui.propertiespanels
Class PropertiesPanel.ErrorDetail

java.lang.Object
  extended by cmu.survey.editor.gui.propertiespanels.PropertiesPanel.ErrorDetail
Enclosing class:
PropertiesPanel

public static class PropertiesPanel.ErrorDetail
extends java.lang.Object


Field Summary
 boolean errorIgnorable
           
 java.lang.String ignoreConfirmationMessage
           
 java.lang.String shortMessage
           
 
Constructor Summary
PropertiesPanel.ErrorDetail(java.lang.String shortMessage, boolean ignorable)
           
PropertiesPanel.ErrorDetail(java.lang.String shortMessage, java.lang.String ignoreConfirmationMessage)
           
PropertiesPanel.ErrorDetail(java.lang.String shortMessage, java.lang.String ignoreConfirmationMessage, boolean ignorable)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shortMessage

public java.lang.String shortMessage

ignoreConfirmationMessage

public java.lang.String ignoreConfirmationMessage

errorIgnorable

public boolean errorIgnorable
Constructor Detail

PropertiesPanel.ErrorDetail

public PropertiesPanel.ErrorDetail(java.lang.String shortMessage,
                                   java.lang.String ignoreConfirmationMessage)

PropertiesPanel.ErrorDetail

public PropertiesPanel.ErrorDetail(java.lang.String shortMessage,
                                   java.lang.String ignoreConfirmationMessage,
                                   boolean ignorable)

PropertiesPanel.ErrorDetail

public PropertiesPanel.ErrorDetail(java.lang.String shortMessage,
                                   boolean ignorable)