|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GUIMenuInterface
Insert the type's description here. Creation date: (4.2.2001 15:04:32)
Method Summary | |
---|---|
void |
baseView()
Insert the method's description here. |
void |
close()
|
void |
closeAll()
|
void |
copy()
Insert the method's description here. |
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. |
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 |
isMacroPortsIDChanged()
|
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)
|
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()
Insert the method's description here. |
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 |
reset()
|
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)
Insert the method's description here. |
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()
Insert the method's description here. |
void |
snapToGrid(boolean state)
Insert the method's description here. |
void |
systemCopy()
|
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. |
Method Detail |
---|
void moveOrigin(int direction)
void baseView()
void copy()
void cut()
void delete()
void group(java.lang.String groupName)
void importDB(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
- The exception description.void importTemplateDB(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
- The exception description.void importFields(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
- The exception description.void importBorder(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
- The exception description.void importDBD(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
- The exception description.void loadRdbGroup(javax.swing.JFrame guiContext)
void saveRdbGroup(javax.swing.JFrame guiContext, boolean dialog)
boolean isModified()
boolean isMacroPortsIDChanged()
void levelUp()
void newCmd()
void openDB(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
- The exception description.void openDBD(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
- The exception description.void paste()
void pasteAtPosition(int pX, int pY)
void print()
void redo()
void rename()
void rename(java.lang.String oldName, java.lang.String newName)
void morph()
void morph(java.lang.String name, java.lang.String newType)
void save(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
- The exception description.void saveAsGroup(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
- The exception description.void saveAsTemplate(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
- The exception description.void export(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
- The exception description.void exportAsGroup(java.io.File file) throws java.io.IOException
file
- java.io.File
java.io.IOException
- The exception description.void selectAll()
void setFlatView(boolean state)
state
- booleanvoid setScale(double scale)
scale
- doublevoid showGrid(boolean state)
state
- booleanvoid showNavigator(boolean state)
state
- booleanvoid smartZoom()
void snapToGrid(boolean state)
state
- booleanvoid undo()
void ungroup()
void updateGroupLabel()
void systemCopy()
void systemPaste()
void reset()
void close()
void closeAll()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |