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 SummaryConstructors
- 
Method SummaryModifier 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- 
Laterpublic Later()
 
- 
- 
Method Details- 
wrapReturns 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
- 
setDividerLocationpublic static void setDividerLocation(com.jidesoft.swing.JideSplitPane split, int divider, int location) 
- 
scrollToTop
- 
makeDefaultButton
 
-