|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjimm.datavision.gui.cmd.CommandAdapter
jimm.datavision.gui.cmd.InsertFieldCommand
jimm.datavision.gui.cmd.NewImageFieldCommand
public class NewImageFieldCommand
Inserts a new image field.
| Field Summary | |
|---|---|
protected java.lang.String |
imageURL
|
| Fields inherited from class jimm.datavision.gui.cmd.InsertFieldCommand |
|---|
fieldType, fw, insertLoc, sectionResizeCommand, sw |
| Fields inherited from class jimm.datavision.gui.cmd.CommandAdapter |
|---|
name |
| Constructor Summary | |
|---|---|
NewImageFieldCommand(SectionWidget sw,
java.lang.String url)
|
|
| Method Summary | |
|---|---|
protected FieldWidget |
createFieldWidget(Field f)
|
protected Rectangle |
initialFieldBounds()
|
protected java.lang.Object |
initialFieldValue()
|
void |
perform()
Performs the command. |
| Methods inherited from class jimm.datavision.gui.cmd.InsertFieldCommand |
|---|
createField, undo |
| Methods inherited from class jimm.datavision.gui.cmd.CommandAdapter |
|---|
getName, redo, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String imageURL
| Constructor Detail |
|---|
public NewImageFieldCommand(SectionWidget sw,
java.lang.String url)
| Method Detail |
|---|
public void perform()
CommandAdapter
perform in interface Commandperform in class InsertFieldCommandprotected Rectangle initialFieldBounds()
initialFieldBounds in class InsertFieldCommandprotected java.lang.Object initialFieldValue()
initialFieldValue in class InsertFieldCommandprotected FieldWidget createFieldWidget(Field f)
createFieldWidget in class InsertFieldCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||