|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFileNode
org.acm.seguin.ide.jbuilder.UMLNode
public class UMLNode
File node representing a UML class diagram
Field Summary | |
---|---|
static java.lang.String |
JAVASTYLE_DIR
|
Constructor Summary | |
---|---|
UMLNode(Project project,
Node parent,
Url url)
Constructor for the UMLNode object |
Method Summary | |
---|---|
net.sourceforge.jrefactory.uml.UMLPackage |
getDiagram()
Gets the Diagram attribute of the UMLNode object |
javax.swing.Icon |
getDisplayIcon()
Gets the DisplayIcon attribute of the UMLNode object |
java.lang.String |
getDisplayName()
Gets the DisplayName attribute of the UMLNode object |
static void |
initLog()
|
static void |
initOpenTool(byte majorVersion,
byte minorVersion)
Initialize the open tools |
boolean |
isModified()
Determines if the diagram has been modified |
boolean |
isPersistant()
Gets the Persistant attribute of the UMLNode object |
static void |
log(java.lang.String message)
|
void |
save()
Saves the diagram to the disk |
void |
saveAs(Url url)
Description of the Method |
void |
setDiagram(net.sourceforge.jrefactory.uml.UMLPackage diagram)
Sets the Diagram attribute of the UMLNode object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String JAVASTYLE_DIR
Constructor Detail |
---|
public UMLNode(Project project, Node parent, Url url) throws DuplicateNodeException
project
- Description of Parameterparent
- Description of Parameterurl
- Description of Parameter
DuplicateNodeException
- Description of ExceptionMethod Detail |
---|
public void setDiagram(net.sourceforge.jrefactory.uml.UMLPackage diagram)
diagram
- The new Diagram valuepublic net.sourceforge.jrefactory.uml.UMLPackage getDiagram()
public javax.swing.Icon getDisplayIcon()
public java.lang.String getDisplayName()
public boolean isModified()
public boolean isPersistant()
public static void initOpenTool(byte majorVersion, byte minorVersion)
majorVersion
- the version numberminorVersion
- the version numberpublic static void initLog()
public static void log(java.lang.String message)
public void save() throws java.io.IOException, InvalidUrlException
java.io.IOException
- Description of Exception
InvalidUrlException
- Description of Exceptionpublic void saveAs(Url url) throws java.io.IOException, InvalidUrlException, DuplicateNodeException
url
- Description of Parameter
java.io.IOException
- Description of Exception
InvalidUrlException
- Description of Exception
DuplicateNodeException
- Description of Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |