|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditingWindow
EditingWindow represents a window used for editing an object or scene.
Method Summary | |
---|---|
boolean |
confirmClose()
Confirm whether this window should be closed (possibly by displaying a message to the user), and then close it. |
ViewerCanvas[] |
getAllViews()
Get all ViewerCanvases contained in this window. |
BFrame |
getFrame()
Get the BFrame for this EditingWindow: either the EditingWindow itself if it is a BFrame, or its parent if it is a BDialog. |
Scene |
getScene()
Get the Scene which is being edited in this window. |
ToolPalette |
getToolPalette()
Get the ToolPalette for this window. |
ViewerCanvas |
getView()
Get the ViewerCanvas in which editing is taking place. |
void |
setHelpText(java.lang.String text)
Set the text to display at the bottom of the window. |
void |
setModified()
Register that the scene or object contained in the window has been modified. |
void |
setTool(EditingTool tool)
Set the currently selected EditingTool. |
void |
setUndoRecord(UndoRecord command)
Set the current UndoRecord for this EditingWindow. |
void |
updateImage()
Update the image displayed in this window. |
void |
updateMenus()
Update which menus are enabled. |
Method Detail |
---|
ToolPalette getToolPalette()
void setTool(EditingTool tool)
void setHelpText(java.lang.String text)
BFrame getFrame()
void updateImage()
void updateMenus()
void setUndoRecord(UndoRecord command)
void setModified()
Scene getScene()
ViewerCanvas getView()
ViewerCanvas[] getAllViews()
boolean confirmClose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |