Class Later
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.Later
Contains helpful functions for doing things...later! Every function here wraps up it's logic into a runnable
submitted to
EventQueue.invokeLater(Runnable)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
focus
(JComponent component) static void
makeDefaultButton
(JButton button) static void
scrollToTop
(JScrollPane scrollPane) static void
static void
static void
static void
static void
static void
selectAll
(JTextComponent component) static void
setDividerLocation
(com.jidesoft.swing.JideSplitPane split, int divider, int location) static void
setDividerLocation
(JSplitPane split, int location) static Runnable
Returns a runnable that when invoked, will put the given runnable on the end of the event queue
-
Constructor Details
-
Later
public Later()
-
-
Method Details
-
wrap
Returns a runnable that when invoked, will put the given runnable on the end of the event queue -
select
-
select
-
select
-
select
-
select
-
focus
-
selectAll
-
setDividerLocation
-
setDividerLocation
public static void setDividerLocation(com.jidesoft.swing.JideSplitPane split, int divider, int location) -
scrollToTop
-
makeDefaultButton
-