Module org.autogui
Package org.autogui.swing.table
Class GuiSwingTableColumnFilePath.ColumnFileInfoItem
java.lang.Object
org.autogui.swing.util.SearchTextFieldFilePath.FileInfoItem
org.autogui.swing.table.GuiSwingTableColumnFilePath.ColumnFileInfoItem
- All Implemented Interfaces:
TableTargetMenu
,PopupCategorized.CategorizedMenuItem
,PopupCategorized.CategorizedMenuItemLabel
- Enclosing class:
GuiSwingTableColumnFilePath
public static class GuiSwingTableColumnFilePath.ColumnFileInfoItem
extends SearchTextFieldFilePath.FileInfoItem
implements TableTargetMenu
a sub-class of
SearchTextFieldFilePath.FileInfoItem
for supporting coversion with the table-target column.
It only avaialbe if the selected cell is just one.- Since:
- 1.8
-
Field Summary
Fields inherited from class org.autogui.swing.util.SearchTextFieldFilePath.FileInfoItem
path
Fields inherited from interface org.autogui.swing.table.TableTargetMenu
MENU_COLUMN_ROWS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.autogui.swing.util.SearchTextFieldFilePath.FileInfoItem
getIcon, getName, getNamePermission, getNameSize, getNameTime, getSubCategory, toFileTime
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.autogui.swing.util.PopupCategorized.CategorizedMenuItem
getKeyStroke
Methods inherited from interface org.autogui.swing.util.PopupCategorized.CategorizedMenuItemLabel
getCategory, remap
-
Constructor Details
-
ColumnFileInfoItem
public ColumnFileInfoItem()
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceTableTargetMenu
- Parameters:
target
- the target accessor used by the returned menu-element- Returns:
- a menu-element including JMenu, JMenuItem, or JComponent
-