Class Later
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.util.gui.Later
 
- 
 public class Later extends java.lang.ObjectContains helpful functions for doing things...later! Every function here wraps up it's logic into a runnable submitted toEventQueue.invokeLater(Runnable)
- 
- 
Constructor SummaryConstructors Constructor Description Later()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidfocus(javax.swing.JComponent component)static voidmakeDefaultButton(javax.swing.JButton button)static voidscrollToTop(javax.swing.JScrollPane scrollPane)static voidselect(javax.swing.JComboBox combo, int index)static voidselect(javax.swing.JComboBox combo, java.lang.Object item)static voidselect(javax.swing.JList list, int index)static voidselect(javax.swing.JTable table, int index)static voidselect(javax.swing.JTree tree, javax.swing.tree.TreePath path)static voidselectAll(javax.swing.text.JTextComponent component)static voidsetDividerLocation(com.jidesoft.swing.JideSplitPane split, int divider, int location)static voidsetDividerLocation(javax.swing.JSplitPane split, int location)static java.lang.Runnablewrap(java.lang.Runnable r)Returns a runnable that when invoked, will put the given runnable on the end of the event queue
 
- 
- 
- 
Method Detail- 
wrappublic static java.lang.Runnable wrap(java.lang.Runnable r) Returns a runnable that when invoked, will put the given runnable on the end of the event queue
 - 
selectpublic static void select(javax.swing.JTree tree, javax.swing.tree.TreePath path)
 - 
selectpublic static void select(javax.swing.JComboBox combo, java.lang.Object item)
 - 
selectpublic static void select(javax.swing.JComboBox combo, int index)
 - 
selectpublic static void select(javax.swing.JList list, int index)
 - 
selectpublic static void select(javax.swing.JTable table, int index)
 - 
focuspublic static void focus(javax.swing.JComponent component) 
 - 
selectAllpublic static void selectAll(javax.swing.text.JTextComponent component) 
 - 
setDividerLocationpublic static void setDividerLocation(javax.swing.JSplitPane split, int location)
 - 
setDividerLocationpublic static void setDividerLocation(com.jidesoft.swing.JideSplitPane split, int divider, int location)
 - 
scrollToToppublic static void scrollToTop(javax.swing.JScrollPane scrollPane) 
 - 
makeDefaultButtonpublic static void makeDefaultButton(javax.swing.JButton button) 
 
- 
 
-