public class XBayaToolBar extends Object implements XBayaComponent
| Modifier and Type | Field and Description |
|---|---|
static String |
IMAGES_PAUSE_JPEG
IMAGES_PAUSE_JPEG
|
static String |
IMAGES_PLAY_JPEG
IMAGES_PLAY_JPEG
|
static String |
IMAGES_STOP_JPEG
IMAGES_STOP_JPEG
|
| Constructor and Description |
|---|
XBayaToolBar(XBayaEngine client)
Creates a toolbar.
|
| Modifier and Type | Method and Description |
|---|---|
ToolbarButton |
addToolbarButton(String group,
String caption,
Icon icon,
String description,
ActionListener onClick,
int order) |
static Map<String,Integer> |
getGroupOrder() |
AbstractAction |
getPlayAction()
Returns the playAction.
|
AbstractAction |
getStepAction()
Returns the stepAction.
|
AbstractAction |
getStopAction()
Returns the stopAction.
|
JComponent |
getSwingComponent()
Returns the toolbar.
|
static void |
setGroupOrder(String groupId,
int order) |
public static final String IMAGES_STOP_JPEG
public static final String IMAGES_PAUSE_JPEG
public static final String IMAGES_PLAY_JPEG
public XBayaToolBar(XBayaEngine client)
client - public JComponent getSwingComponent()
getSwingComponent in interface XBayaComponentpublic ToolbarButton addToolbarButton(String group, String caption, Icon icon, String description, ActionListener onClick, int order)
public AbstractAction getPlayAction()
public AbstractAction getStepAction()
public AbstractAction getStopAction()
public static void setGroupOrder(String groupId, int order)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.