|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SimpleButton in apps.conceptmap.graphcomponents.nodes |
---|
Methods in apps.conceptmap.graphcomponents.nodes that return SimpleButton | |
---|---|
SimpleButton |
GraphNode.getCloseButton()
Gets the close button. |
SimpleButton |
EditableQuadNode.getEditButton()
Gets the edits the button. |
SimpleButton |
GraphNode.getLinkButton()
Gets the link button. |
SimpleButton |
PDFNode.getNextPageButton()
Gets the next page button. |
SimpleButton |
PDFNode.getPreviousPageButton()
Gets the previous page button. |
Uses of SimpleButton in apps.control |
---|
Methods in apps.control with parameters of type SimpleButton | |
---|---|
void |
ControlApp.buttonClicked(SimpleButton button,
long id,
float x,
float y,
float pressure)
|
void |
ControlApp.buttonDragged(SimpleButton b,
long id,
float x,
float y,
float pressure)
|
void |
ControlApp.buttonPressed(SimpleButton b,
long id,
float x,
float y,
float pressure)
|
void |
ControlApp.buttonReleased(SimpleButton b,
long id,
float x,
float y,
float pressure)
|
Uses of SimpleButton in apps.mathpadapp.mathtool |
---|
Methods in apps.mathpadapp.mathtool that return SimpleButton | |
---|---|
SimpleButton |
MathToolControlPanel.getSolutionButton()
Gets the solution button. |
Methods in apps.mathpadapp.mathtool with parameters of type SimpleButton | |
---|---|
void |
MathToolControlPanel.registerButton(SimpleButton button)
Register button. |
void |
MathToolControlPanel.unregisterButton(SimpleButton button)
Unregister button. |
Uses of SimpleButton in apps.mathpadapp.util |
---|
Methods in apps.mathpadapp.util that return SimpleButton | |
---|---|
SimpleButton |
MTMessageBox.getCancelButton()
Gets the cancel button. |
SimpleButton |
MTMessageBox.getOkButton()
Gets the ok button. |
Uses of SimpleButton in apps.projectmanagement.component.ganttchart |
---|
Methods in apps.projectmanagement.component.ganttchart with parameters of type SimpleButton | |
---|---|
void |
Menu.MenuCommandListener.addMilestone(SimpleButton SenderButton)
Adds the milestone. |
void |
Menu.MenuCommandListener.addSequenceLine(SimpleButton SenderButton)
Adds the sequence line. |
void |
Menu.MenuCommandListener.delete(SimpleButton SenderButton)
Delete. |
void |
Menu.MenuCommandListener.editTask(SimpleButton SenderButton)
Edits the task. |
void |
Menu.MenuCommandListener.selectTask(SimpleButton SenderButton)
Select task. |
void |
Menu.MenuCommandListener.toggleControlPanel(SimpleButton SenderButton)
Toggle control panel. |
Uses of SimpleButton in apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes |
---|
Methods in apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes that return SimpleButton | |
---|---|
SimpleButton |
GraphNode.getCloseButton()
Gets the close button. |
SimpleButton |
EditableQuadNode.getEditButton()
Gets the edits the button. |
SimpleButton |
GraphNode.getLinkButton()
Gets the link button. |
Uses of SimpleButton in synergynetframework.appsystem.contentsystem.items |
---|
Methods in synergynetframework.appsystem.contentsystem.items that return SimpleButton | |
---|---|
SimpleButton |
DropDownList.DropDownListItem.getItemButton()
Gets the item button. |
Methods in synergynetframework.appsystem.contentsystem.items that return types with arguments of type SimpleButton | |
---|---|
java.util.Map<SimpleButton,ListContainer> |
ListContainer.getSubMenus()
Gets the sub menus. |
Methods in synergynetframework.appsystem.contentsystem.items with parameters of type SimpleButton | |
---|---|
void |
DropDownList.DropDownListItem.setItemButton(SimpleButton itemButton)
Sets the item button. |
Uses of SimpleButton in synergynetframework.appsystem.contentsystem.items.implementation.interfaces |
---|
Methods in synergynetframework.appsystem.contentsystem.items.implementation.interfaces with parameters of type SimpleButton | |
---|---|
void |
IListContainerImplementation.addSubMenu(SimpleButton menuButton,
ListContainer listContainer)
Adds the sub menu. |
Uses of SimpleButton in synergynetframework.appsystem.contentsystem.items.listener |
---|
Methods in synergynetframework.appsystem.contentsystem.items.listener with parameters of type SimpleButton | |
---|---|
void |
SimpleButtonListener.buttonClicked(SimpleButton b,
long id,
float x,
float y,
float pressure)
Button clicked. |
void |
SimpleButtonAdapter.buttonClicked(SimpleButton b,
long id,
float x,
float y,
float pressure)
|
void |
SimpleButtonListener.buttonDragged(SimpleButton b,
long id,
float x,
float y,
float pressure)
Button dragged. |
void |
SimpleButtonAdapter.buttonDragged(SimpleButton b,
long id,
float x,
float y,
float pressure)
|
void |
SimpleButtonListener.buttonPressed(SimpleButton b,
long id,
float x,
float y,
float pressure)
Button pressed. |
void |
SimpleButtonAdapter.buttonPressed(SimpleButton b,
long id,
float x,
float y,
float pressure)
|
void |
SimpleButtonListener.buttonReleased(SimpleButton b,
long id,
float x,
float y,
float pressure)
Button released. |
void |
SimpleButtonAdapter.buttonReleased(SimpleButton b,
long id,
float x,
float y,
float pressure)
|
Uses of SimpleButton in synergynetframework.appsystem.contentsystem.jme.items |
---|
Methods in synergynetframework.appsystem.contentsystem.jme.items with parameters of type SimpleButton | |
---|---|
void |
JMEListContainer.addSubMenu(SimpleButton button,
ListContainer listContainer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |