apollo.dataadapter.synteny.builder
Class Controller
java.lang.Object
apollo.dataadapter.synteny.builder.Controller
public class Controller
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MOUSE_LEFT_CLICK_ON_TREE
public static java.lang.String MOUSE_LEFT_CLICK_ON_TREE
CREATE_BUTTON
public static java.lang.String CREATE_BUTTON
UPDATE_BUTTON
public static java.lang.String UPDATE_BUTTON
DELETE_BUTTON
public static java.lang.String DELETE_BUTTON
CREATE_SET_BUTTON
public static java.lang.String CREATE_SET_BUTTON
DELETE_SET_BUTTON
public static java.lang.String DELETE_SET_BUTTON
DROPDOWN_SELECT_SET
public static java.lang.String DROPDOWN_SELECT_SET
DROPDOWN_KEY_PRESSED
public static java.lang.String DROPDOWN_KEY_PRESSED
Controller
public Controller(Model model,
View view)
handleEvent
public void handleEvent(java.lang.String eventKey)
handleSetSelected
public void handleSetSelected()
handleDropDownKeyPress
public void handleDropDownKeyPress()
handleCreateSet
public void handleCreateSet()
handleDeleteSet
public void handleDeleteSet()
handleCreateNode
public void handleCreateNode()
handleUpdateNode
public void handleUpdateNode()
handleDeleteNode
public void handleDeleteNode()
handleMouseLeftClickOnTree
public void handleMouseLeftClickOnTree()
getModel
public Model getModel()
getView
public View getView()
main
public static void main(java.lang.String[] args)
addActionListener
public void addActionListener(java.awt.event.ActionListener listener)
removeActionListener
public void removeActionListener(java.awt.event.ActionListener listener)
clearActionListeners
public void clearActionListeners()
setIgnoreEvents
public void setIgnoreEvents(boolean value)
ignoreEvents
public boolean ignoreEvents()