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 voidfocus(JComponent component) static voidmakeDefaultButton(JButton button) static voidscrollToTop(JScrollPane scrollPane) static voidstatic voidstatic voidstatic voidstatic voidstatic voidselectAll(JTextComponent component) static voidsetDividerLocation(com.jidesoft.swing.JideSplitPane split, int divider, int location) static voidsetDividerLocation(JSplitPane split, int location) static RunnableReturns 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
 
 -