Package com.jsql.view.swing.tree.model
Class NodeModelDatabase
java.lang.Object
com.jsql.view.swing.tree.model.AbstractNodeModel
com.jsql.view.swing.tree.model.NodeModelDatabase
Database model displaying the database icon on the label.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
buildMenu
(JPopupMenuCustomExtract tablePopupMenu, TreePath path) Display a popupmenu on mouse right click if needed.protected Icon
getLeafIcon
(boolean leaf) Get icon displayed next to the node text.boolean
Check if menu should be opened.void
Run injection process (see GUIMediator.model().dao).Methods inherited from class com.jsql.view.swing.tree.model.AbstractNodeModel
displayProgress, getComponent, getElementDatabase, getIndexProgress, getPanel, getParent, isContainingSelection, isLoaded, isLoading, isProgressing, isRunning, isSelected, setContainingSelection, setIndexProgress, setIsEdited, setLoaded, setLoading, setProgressing, setRunning, setSelected, setText, showPopup, toString
-
Constructor Details
-
NodeModelDatabase
Node as a database model.- Parameters:
database
- Element database coming from model
-
-
Method Details
-
getLeafIcon
Description copied from class:AbstractNodeModel
Get icon displayed next to the node text.- Specified by:
getLeafIcon
in classAbstractNodeModel
- Parameters:
leaf
- True will display an arrow icon, false won't- Returns:
- Icon to display
-
runAction
public void runAction()Description copied from class:AbstractNodeModel
Run injection process (see GUIMediator.model().dao). Used by database and table nodes.- Specified by:
runAction
in classAbstractNodeModel
-
isPopupDisplayable
public boolean isPopupDisplayable()Description copied from class:AbstractNodeModel
Check if menu should be opened. i.e: does not show menu on database except during injection.- Specified by:
isPopupDisplayable
in classAbstractNodeModel
- Returns:
- True if popupup should be opened, false otherwise
-
buildMenu
Description copied from class:AbstractNodeModel
Display a popupmenu on mouse right click if needed.- Specified by:
buildMenu
in classAbstractNodeModel
- Parameters:
tablePopupMenu
- Menu to displaypath
- Treepath of current node
-