|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.borland.primetime.viewer.AbstractNodeViewer
org.acm.seguin.ide.jbuilder.JBuilderPlugin
public class JBuilderPlugin
File node representing the JBuilder Plugin
| Field Summary | |
|---|---|
static java.lang.String |
JAVASTYLE_DIR
|
| Constructor Summary | |
|---|---|
JBuilderPlugin(Context context)
|
|
| Method Summary | |
|---|---|
javax.swing.JComponent |
createStructureComponent()
|
javax.swing.JComponent |
createViewerComponent()
|
net.sourceforge.jrefactory.uml.UMLPackage |
getDiagram()
Gets the Diagram attribute of the JBuilderPlugin object |
javax.swing.Icon |
getDisplayIcon()
Gets the DisplayIcon attribute of the JBuilderPlugin object |
java.lang.String |
getDisplayName()
Gets the DisplayName attribute of the JBuilderPlugin object |
java.lang.String |
getViewerTitle()
|
static void |
initJRefactory1()
|
static void |
initJRefactory2()
|
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 JBuilderPlugin object |
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 JBuilderPlugin object |
static void |
showJRefactory()
|
| 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 JBuilderPlugin(Context context)
| Method Detail |
|---|
public javax.swing.JComponent createViewerComponent()
public javax.swing.JComponent createStructureComponent()
public java.lang.String getViewerTitle()
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 initJRefactory1()
public static void initJRefactory2()
public static void showJRefactory()
public void save()
throws java.io.IOException,
InvalidUrlException
java.io.IOException - Description of Exception
InvalidUrlException - Description of Exception
public 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 | |||||||||