public interface UserActionHandler
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled(Book book,
Sheet sheet)
get the enabled state of this action
|
boolean |
process(UserActionContext ctx)
Handle the action.
|
boolean isEnabled(Book book, Sheet sheet)
book
- current book, null if no book selectedsheet
- current sheet, null if no sheet selectedboolean process(UserActionContext ctx)
ctx
- Copyright © 2020. All rights reserved.