|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.graphics.DSGUIInterface
public class DSGUIInterface
Insert the type's description here. Creation date: (4.2.2001 15:32:01)
Constructor Summary | |
---|---|
DSGUIInterface(DrawingSurface drawingSurface,
CopyContext copyContext)
Insert the method's description here. |
Method Summary | |
---|---|
void |
baseView()
Insert the method's description here. |
java.lang.String |
checkGroupName(java.lang.String name,
boolean relative)
Returns error message or null if OK Creation date: (3.2.2001 22:11:01) |
java.lang.String |
checkRecordName(java.lang.String name,
java.lang.String oldName,
boolean relative)
Returns error message or null if OK Creation date: (3.2.2001 22:11:01) |
void |
copy()
Insert the method's description here. |
void |
copyToSystemClipboard(java.util.Vector objs)
|
Box |
createBox()
Insert the method's description here. |
Line |
createLine()
|
void |
createRecord(java.lang.String name,
java.lang.String type,
boolean relative)
Insert the method's description here. |
TextBox |
createTextBox()
|
void |
cut()
Insert the method's description here. |
void |
delete()
Insert the method's description here. |
void |
export(java.io.File file)
Insert the method's description here. |
void |
exportAsGroup(java.io.File file)
Insert the method's description here. |
DrawingSurface |
getDrawingSurface()
|
java.lang.Object |
getDsId()
|
void |
group(java.lang.String groupName)
Insert the method's description here. |
void |
importBorder(java.io.File file)
Insert the method's description here. |
void |
importDB(java.io.File file)
Insert the method's description here. |
void |
importDBD(java.io.File file)
Insert the method's description here. |
void |
importFields(java.io.File file)
Insert the method's description here. |
void |
importTemplateDB(java.io.File file)
Insert the method's description here. |
boolean |
isEmpty()
|
boolean |
isErrorMessage(java.lang.String message)
Returns true if the string returned by checkGroupName(...) and checkRecordName(...) is an error message and false when it is a warning. |
boolean |
isModified()
Insert the method's description here. |
void |
levelUp()
Insert the method's description here. |
void |
loadRdbGroup(javax.swing.JFrame guiContext)
|
void |
morph()
|
void |
morph(java.lang.String name,
java.lang.String newType)
Insert the method's description here. |
void |
moveOrigin(int direction)
Insert the method's description here. |
void |
newCmd()
Insert the method's description here. |
void |
openDB(java.io.File file)
Insert the method's description here. |
void |
openDBD(java.io.File file)
Insert the method's description here. |
void |
paste()
|
void |
pasteAtPosition(int pX,
int pY)
Insert the method's description here. |
void |
print()
Insert the method's description here. |
void |
redo()
Insert the method's description here. |
void |
rename()
Insert the method's description here. |
void |
rename(java.lang.String oldName,
java.lang.String newName)
Insert the method's description here. |
void |
save(java.io.File file)
Insert the method's description here. |
void |
saveAsGroup(java.io.File file)
Insert the method's description here. |
void |
saveAsTemplate(java.io.File file)
|
void |
saveRdbGroup(javax.swing.JFrame guiContext,
boolean dialog)
|
void |
selectAll()
Insert the method's description here. |
void |
setFlatView(boolean state)
Insert the method's description here. |
void |
setScale(double scale)
Insert the method's description here. |
void |
showGrid(boolean state)
Insert the method's description here. |
void |
showNavigator(boolean state)
Insert the method's description here. |
void |
smartZoom()
Zoom selection Creation date: (4.2.2001 15:57:56) |
void |
snapToGrid(boolean state)
Insert the method's description here. |
void |
systemCopy()
Insert the method's description here. |
void |
systemPaste()
|
void |
undo()
Insert the method's description here. |
void |
ungroup()
Insert the method's description here. |
void |
updateGroupLabel()
Insert the method's description here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DSGUIInterface(DrawingSurface drawingSurface, CopyContext copyContext)
drawingSurface
- com.cosylab.vdct.graphics.DrawingSurfaceMethod Detail |
---|
public void moveOrigin(int direction)
public void baseView()
public java.lang.String checkGroupName(java.lang.String name, boolean relative)
checkGroupName
in interface VDBInterface
name
- java.lang.String
public java.lang.String checkRecordName(java.lang.String name, java.lang.String oldName, boolean relative)
checkRecordName
in interface VDBInterface
name
- java.lang.String
public boolean isErrorMessage(java.lang.String message)
VDBInterface
isErrorMessage
in interface VDBInterface
public void copyToSystemClipboard(java.util.Vector objs)
public void copy()
public void systemCopy()
public Box createBox()
VDBInterface
createBox
in interface VDBInterface
public Line createLine()
createLine
in interface VDBInterface
public TextBox createTextBox()
createTextBox
in interface VDBInterface
public void createRecord(java.lang.String name, java.lang.String type, boolean relative)
createRecord
in interface VDBInterface
name
- java.lang.Stringtype
- java.lang.Stringrelative
- booleanpublic void cut()
public void delete()
public void group(java.lang.String groupName)
public void importDB(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
public void importTemplateDB(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
public void importFields(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
public void importBorder(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
public void importDBD(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
public void loadRdbGroup(javax.swing.JFrame guiContext)
public void saveRdbGroup(javax.swing.JFrame guiContext, boolean dialog)
public boolean isModified()
public boolean isEmpty()
public void levelUp()
public void newCmd()
public void openDB(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
public void openDBD(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
public void systemPaste()
public void paste()
public void pasteAtPosition(int pX, int pY)
public void print()
public void redo()
public void rename()
public void rename(java.lang.String oldName, java.lang.String newName)
public void morph()
public void morph(java.lang.String name, java.lang.String newType)
public void save(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
public void saveAsGroup(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
public void saveAsTemplate(java.io.File file) throws java.io.IOException
java.io.IOException
GUIMenuInterface.saveAsTemplate(File)
public void export(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
public void exportAsGroup(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
public void selectAll()
public void setFlatView(boolean state)
state
- booleanpublic void setScale(double scale)
scale
- doublepublic void showGrid(boolean state)
state
- booleanpublic void showNavigator(boolean state)
state
- booleanpublic void smartZoom()
public void snapToGrid(boolean state)
state
- booleanpublic void undo()
public void ungroup()
public void updateGroupLabel()
public DrawingSurface getDrawingSurface()
public java.lang.Object getDsId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |