T - The final type of the target instance, at least JTree.S - The final type of the Setup implementation.@FunctionalInterface public static interface JTrees.Setup<T extends JTree,S extends JTrees.Setup<T,S>> extends JComponents.Setup<T,S>
JTree.| Modifier and Type | Method and Description |
|---|---|
default S |
addSelectionInterval(int index0,
int index1) |
default S |
addSelectionPath(TreePath path) |
default S |
addSelectionPaths(TreePath[] paths) |
default S |
addSelectionRow(int row) |
default S |
addSelectionRows(int[] rows) |
default S |
removeSelectionInterval(int index0,
int index1) |
default S |
removeSelectionPath(TreePath path) |
default S |
removeSelectionPaths(TreePath[] paths) |
default S |
removeSelectionRow(int row) |
default S |
removeSelectionRows(int[] rows) |
default S |
setAnchorSelectionPath(TreePath newPath) |
default S |
setCellEditor(TreeCellEditor cellEditor) |
default S |
setCellRenderer(TreeCellRenderer x) |
default S |
setDragEnabled(boolean b) |
default S |
setDropMode(DropMode dropMode) |
default S |
setEditable(boolean flag) |
default S |
setExpandsSelectedPaths(boolean newValue) |
default S |
setInvokesStopCellEditing(boolean newValue) |
default S |
setLargeModel(boolean newValue) |
default S |
setLeadSelectionPath(TreePath newPath) |
default S |
setModel(TreeModel newModel) |
default S |
setRootVisible(boolean rootVisible) |
default S |
setRowHeight(int rowHeight) |
default S |
setScrollsOnExpand(boolean newValue) |
default S |
setSelectionInterval(int index0,
int index1) |
default S |
setSelectionModel(TreeSelectionModel selectionModel) |
default S |
setSelectionPath(TreePath path) |
default S |
setSelectionPaths(TreePath[] paths) |
default S |
setSelectionRow(int row) |
default S |
setSelectionRows(int[] rows) |
default S |
setShowsRootHandles(boolean newValue) |
default S |
setToggleClickCount(int clickCount) |
default S |
setUI(TreeUI ui) |
default S |
setVisibleRowCount(int newCount) |
setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setVerifyInputWhenFocusTarget, setVisibleadd, add, add, add, add, remove, remove, removeAll, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayoutadd, on, remove, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSizedefault S addSelectionInterval(int index0, int index1)
JTree.addSelectionInterval(int, int)default S addSelectionPath(TreePath path)
JTree.addSelectionPath(TreePath)default S addSelectionPaths(TreePath[] paths)
JTree.addSelectionPaths(TreePath[])default S addSelectionRow(int row)
JTree.addSelectionRow(int)default S addSelectionRows(int[] rows)
JTree.addSelectionRows(int[])default S removeSelectionInterval(int index0, int index1)
JTree.removeSelectionInterval(int, int)default S removeSelectionPath(TreePath path)
JTree.removeSelectionPath(TreePath)default S removeSelectionPaths(TreePath[] paths)
JTree.removeSelectionPaths(TreePath[])default S removeSelectionRow(int row)
JTree.removeSelectionRow(int)default S removeSelectionRows(int[] rows)
JTree.removeSelectionRows(int[])default S setAnchorSelectionPath(TreePath newPath)
JTree.setAnchorSelectionPath(TreePath)default S setCellEditor(TreeCellEditor cellEditor)
JTree.setCellEditor(TreeCellEditor)default S setCellRenderer(TreeCellRenderer x)
JTree.setCellRenderer(TreeCellRenderer)default S setDragEnabled(boolean b)
JTree.setDragEnabled(boolean)default S setDropMode(DropMode dropMode)
JTree.setDropMode(DropMode)default S setEditable(boolean flag)
JTree.setEditable(boolean)default S setExpandsSelectedPaths(boolean newValue)
JTree.setExpandsSelectedPaths(boolean)default S setInvokesStopCellEditing(boolean newValue)
JTree.setInvokesStopCellEditing(boolean)default S setLargeModel(boolean newValue)
JTree.setLargeModel(boolean)default S setLeadSelectionPath(TreePath newPath)
JTree.setLeadSelectionPath(TreePath)default S setModel(TreeModel newModel)
JTree.setModel(TreeModel)default S setRootVisible(boolean rootVisible)
JTree.setRootVisible(boolean)default S setRowHeight(int rowHeight)
JTree.setRowHeight(int)default S setScrollsOnExpand(boolean newValue)
JTree.setScrollsOnExpand(boolean)default S setSelectionInterval(int index0, int index1)
JTree.setSelectionInterval(int, int)default S setSelectionModel(TreeSelectionModel selectionModel)
default S setSelectionPath(TreePath path)
JTree.setSelectionPath(TreePath)default S setSelectionPaths(TreePath[] paths)
JTree.setSelectionPaths(TreePath[])default S setSelectionRow(int row)
JTree.setSelectionRow(int)default S setSelectionRows(int[] rows)
JTree.setSelectionRows(int[])default S setShowsRootHandles(boolean newValue)
JTree.setShowsRootHandles(boolean)default S setToggleClickCount(int clickCount)
JTree.setToggleClickCount(int)default S setUI(TreeUI ui)
JTree.setUI(TreeUI)default S setVisibleRowCount(int newCount)
JTree.setVisibleRowCount(int)Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.