Uses of Enum Class
org.fest.swing.driver.JInternalFrameAction
Packages that use JInternalFrameAction
-
Uses of JInternalFrameAction in org.fest.swing.driver
Methods in org.fest.swing.driver that return JInternalFrameActionModifier and TypeMethodDescriptionstatic JInternalFrameAction
Returns the enum constant of this class with the specified name.static JInternalFrameAction[]
JInternalFrameAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.fest.swing.driver with parameters of type JInternalFrameActionModifier and TypeMethodDescription(package private) void
JInternalFrameDriver.failIfVetoed
(JInternalFrame internalFrame, JInternalFrameAction action, UnexpectedException unexpected) private void
JInternalFrameDriver.maximizeOrNormalize
(JInternalFrame internalFrame, JInternalFrameAction action, Pair<Container, Point> toMoveMouseTo) (package private) static void
JInternalFrameSetIconTask.setIcon
(JInternalFrame internalFrame, JInternalFrameAction action) private void
JInternalFrameDriver.setIconProperty
(JInternalFrame internalFrame, JInternalFrameAction action) (package private) static void
JInternalFrameSetMaximumTask.setMaximum
(JInternalFrame internalFrame, JInternalFrameAction action) private void
JInternalFrameDriver.setMaximumProperty
(JInternalFrame internalFrame, JInternalFrameAction action)