Package com.nomagic.actions
Interface ActionsCommandBarCreator.SplitButtonFactory
-
- All Known Implementing Classes:
ActionsCommandBarCreator.NMJideSplitButtonFactory
- Enclosing class:
- ActionsCommandBarCreator
public static interface ActionsCommandBarCreator.SplitButtonFactory
Buttons factory used to create a button
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.nomagic.awt.NMJideSplitButton
createJideSplitButton(NMAction a)
-
-
-
Method Detail
-
createJideSplitButton
com.nomagic.awt.NMJideSplitButton createJideSplitButton(NMAction a)
-
-