-
SelectFolderWidget
- Class in
de.topobyte.swing.util
-
-
SelectFolderWidget(File) - Constructor for class de
.topobyte
.swing
.util
.
SelectFolderWidget
-
-
setCloseOnEscape(T) - Static method in class de
.topobyte
.swing
.util
.
Windows
-
Adds an action to a window's root pane that closes the window when the user presses the escape key.
-
setData(T) - Method in class de
.topobyte
.swing
.util
.dnd
.panel
.
DndPanel
-
Set the data to represent.
-
setDescription(String) - Method in class de
.topobyte
.swing
.util
.action
.
SimpleAction
-
Set the description of this action.
-
setDestinationHandler(DestinationTransferHandler) - Method in class de
.topobyte
.swing
.util
.dnd
.
DestinationSourceTransferHandler
-
The instance to use as a drag destination.
-
setEnabled(boolean) - Method in class de
.topobyte
.swing
.util
.
ComponentPanel
-
-
setEnabled(boolean) - Method in class de
.topobyte
.swing
.util
.
SelectFolderWidget
-
-
setIcon(Icon) - Method in class de
.topobyte
.swing
.util
.action
.
SimpleAction
-
Set this action's icon.
-
setMinPreferredWidth(int) - Method in class de
.topobyte
.swing
.util
.combobox
.
KeyValueComboBox
-
-
setName(String) - Method in class de
.topobyte
.swing
.util
.action
.
SimpleAction
-
Set the name of this action.
-
setSelectedItem(Object) - Method in class de
.topobyte
.swing
.util
.combobox
.
BooleanComboBoxModel
-
-
setSelectedItem(Object) - Method in class de
.topobyte
.swing
.util
.combobox
.
ListComboBoxModel
-
-
setSourceHandler(SourceTransferHandler) - Method in class de
.topobyte
.swing
.util
.dnd
.
DestinationSourceTransferHandler
-
The instance to use as a drag source.
-
setText(String) - Method in class de
.topobyte
.swing
.util
.
JPanelTextField
-
-
setup(T) - Method in class de
.topobyte
.swing
.util
.dnd
.panel
.
DndPanel
-
Setup the panel to represent the denoted geometryIndex.
-
setup(T) - Method in class de
.topobyte
.swing
.util
.dnd
.panel
.
StringDndPanel
-
-
showFrameWithComponent(String, JComponent, int, int, int, int, boolean) - Static method in class de
.topobyte
.swing
.util
.
FrameHelper
-
Show the specified component in a JFrame.
-
SimpleAction
- Class in
de.topobyte.swing.util.action
-
-
SimpleAction() - Constructor for class de
.topobyte
.swing
.util
.action
.
SimpleAction
-
Create a default SimpleAction that provides only null values
-
SimpleAction(String, String) - Constructor for class de
.topobyte
.swing
.util
.action
.
SimpleAction
-
Create a SimpleAction that provides name and description
-
SimpleDndPanel
<
T> - Class in
de.topobyte.swing.util.dnd.panel
-
-
SimpleDndPanel(DataFlavor, T, boolean, boolean) - Constructor for class de
.topobyte
.swing
.util
.dnd
.panel
.
SimpleDndPanel
-
Create an instance of the simple DndPanel that only supports a single data flavor.
-
SimpleSerializingDndPanel
<
T> - Class in
de.topobyte.swing.util.dnd.panel
-
-
SimpleSerializingDndPanel(DataFlavor, T, boolean, boolean) - Constructor for class de
.topobyte
.swing
.util
.dnd
.panel
.
SimpleSerializingDndPanel
-
Create an instance of a simple DndPanel that transports data via JDK serialization.
-
SourceAwareTransferHandler
- Class in
de.topobyte.swing.util.dnd
-
Subclasses have to delegate calls of createTransferable and exportDone to these methods to ensure that isDragWithinSameComponent can work properly.
-
SourceAwareTransferHandler() - Constructor for class de
.topobyte
.swing
.util
.dnd
.
SourceAwareTransferHandler
-
-
SourceTransferHandler
- Interface in
de.topobyte.swing.util.dnd
-
An interface that should be implemented to design a source for drag operations.
-
StringDndPanel
<
T> - Class in
de.topobyte.swing.util.dnd.panel
-
-
StringDndPanel(T, boolean, boolean) - Constructor for class de
.topobyte
.swing
.util
.dnd
.panel
.
StringDndPanel
-