de.uni_paderborn.fujaba.app.messages
Class WarningMessages

java.lang.Object
  extended byde.uni_paderborn.fujaba.app.messages.WarningMessages

public class WarningMessages
extends java.lang.Object

Warning class provides some warning message methods for NewClassDiagActiopn and NewActivityDiagAction

Version:
$Revision: 1.8 $
Author:
$Author: schneider $

Constructor Summary
WarningMessages()
           
 
Method Summary
static void warnDoubleIdentifiedDiagram(FrameMain frame, java.lang.String diagramType, java.lang.String name)
          Shows a warning message, needed for NewClassDiagAction and NewActivityDiagAction
static void warnUnnamedDiagram(FrameMain frame, java.lang.String diagramType)
          Shows a warning message, needed for NewClassDiagAction and NewActivityDiagAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarningMessages

public WarningMessages()
Method Detail

warnDoubleIdentifiedDiagram

public static final void warnDoubleIdentifiedDiagram(FrameMain frame,
                                                     java.lang.String diagramType,
                                                     java.lang.String name)
Shows a warning message, needed for NewClassDiagAction and NewActivityDiagAction

Parameters:
frame - No description provided
diagramType - No description provided
name - No description provided

warnUnnamedDiagram

public static final void warnUnnamedDiagram(FrameMain frame,
                                            java.lang.String diagramType)
Shows a warning message, needed for NewClassDiagAction and NewActivityDiagAction

Parameters:
frame - No description provided
diagramType - No description provided