java.lang.Object
io.qt.QtObject
io.qt.winextras.QWinJumpListCategory
- All Implemented Interfaces:
QtObjectInterface
Represents a jump list category
Java wrapper for Qt's class QWinJumpListCategory
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionOverloaded constructor forQWinJumpListCategory(java.lang.String)
withtitle = (String)null
.QWinJumpListCategory
(String title) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QWinJumpListItem
addDestination
(String filePath) final void
addItem
(QWinJumpListItem item) final QWinJumpListItem
Overloaded function foraddLink(io.qt.gui.QIcon, java.lang.String, java.lang.String, java.util.Collection)
witharguments = java.util.Collections.emptyList()
.final QWinJumpListItem
final QWinJumpListItem
Overloaded function foraddLink(java.lang.String, java.lang.String, java.util.Collection)
witharguments = java.util.Collections.emptyList()
.final QWinJumpListItem
addLink
(String title, String executablePath, Collection<String> arguments) final QWinJumpListItem
final void
clear()
final int
count()
final boolean
isEmpty()
final boolean
final QList<QWinJumpListItem>
items()
final void
final void
setVisible
(boolean visible) final String
title()
toString()
type()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QWinJumpListCategory
public QWinJumpListCategory()Overloaded constructor for
QWinJumpListCategory(java.lang.String)
withtitle = (String)null
. -
QWinJumpListCategory
-
QWinJumpListCategory
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
addDestination
-
addItem
-
addLink
@QtUninvokable public final QWinJumpListItem addLink(QIcon icon, String title, String executablePath) Overloaded function for
addLink(io.qt.gui.QIcon, java.lang.String, java.lang.String, java.util.Collection)
witharguments = java.util.Collections.emptyList()
. -
addLink
@QtUninvokable public final QWinJumpListItem addLink(QIcon icon, String title, String executablePath, Collection<String> arguments) -
addLink
Overloaded function for
addLink(java.lang.String, java.lang.String, java.util.Collection)
witharguments = java.util.Collections.emptyList()
. -
addLink
@QtUninvokable public final QWinJumpListItem addLink(String title, String executablePath, Collection<String> arguments) -
addSeparator
-
clear
-
count
-
isEmpty
-
isVisible
-
items
-
setTitle
-
setVisible
-
title
-
type
-
toString
-