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 JInternalFrameActionReturns 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) voidJInternalFrameDriver.failIfVetoed(JInternalFrame internalFrame, JInternalFrameAction action, UnexpectedException unexpected) private voidJInternalFrameDriver.maximizeOrNormalize(JInternalFrame internalFrame, JInternalFrameAction action, Pair<Container, Point> toMoveMouseTo) (package private) static voidJInternalFrameSetIconTask.setIcon(JInternalFrame internalFrame, JInternalFrameAction action) private voidJInternalFrameDriver.setIconProperty(JInternalFrame internalFrame, JInternalFrameAction action) (package private) static voidJInternalFrameSetMaximumTask.setMaximum(JInternalFrame internalFrame, JInternalFrameAction action) private voidJInternalFrameDriver.setMaximumProperty(JInternalFrame internalFrame, JInternalFrameAction action)