|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenericToolBarTarget
Application classes that use the GenericToolBar class need to implement this interface. The target class defines an AbstractAction class for each toolbar item, which should also be used in the menubar. The target class can then enable and disable the actions instead of accessing the menubar and toolbar directly to do this.
Method Summary | |
---|---|
javax.swing.AbstractAction |
getBackAction()
Return the action for "Back" |
javax.swing.AbstractAction |
getForwAction()
Return the action for "Forward" |
javax.swing.AbstractAction |
getOpenAction()
Return the action for "Open" |
Method Detail |
---|
javax.swing.AbstractAction getOpenAction()
javax.swing.AbstractAction getBackAction()
javax.swing.AbstractAction getForwAction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |