All Packages  Class Hierarchy  This Package  Previous  Next  

Interface wingsoft.editor.UserButton

public interface UserButton
The UserButton interface provides ways to customerize WingEditor's buttonBar. WingEditor's buttonBar can be replaced by or hold user-defined buttons that implement this interface.


Method Index

 o userAction(Event)
This gives user's flexibility to handle action events from user-defined buttons.

Methods

 o userAction
 public abstract void userAction(Event event)
This gives user's flexibility to handle action events from user-defined buttons.

Parameters:
event - the action event

All Packages  Class Hierarchy  This Package  Previous  Next