|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectUpdateAction
org.acm.seguin.ide.jbuilder.JBuilderAction
org.acm.seguin.ide.jbuilder.ZoomAction
public class ZoomAction
Zooms in on a diagram by the specified factor
Field Summary |
---|
Fields inherited from class org.acm.seguin.ide.jbuilder.JBuilderAction |
---|
enabled |
Constructor Summary | |
---|---|
ZoomAction(double init)
Constructor for the ZoomAction object |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt)
Updates the diagram when the user zooms to this level |
boolean |
isEnabled()
Determines if this menu item should be enabled |
Methods inherited from class org.acm.seguin.ide.jbuilder.JBuilderAction |
---|
setEnabled |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZoomAction(double init)
init
- Description of ParameterMethod Detail |
---|
public boolean isEnabled()
public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed
in class JBuilderAction
evt
- the action event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |