|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBoxEditAction
Provides a UI for creating commands to edit a box's model and creates the command for modifying the model.
Method Summary | |
---|---|
Command |
getCommand()
Creates the command that will change the model. |
void |
init(BoxPart owner)
Initializes the box edit action. |
boolean |
isDone()
Called by framework to determine if the command can be executed. |
void |
perform()
Creates the UI for the user to make a change to the model. |
Method Detail |
---|
void init(BoxPart owner)
parent
- the parent composite that can be used to create the user interface.void perform()
DOES NOT CHANGE THE MODEL!!!!
Only the command should change the model.
boolean isDone()
Command getCommand()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |