Package org.astrogrid.samp.gui
Class IconBox.Entry
- java.lang.Object
-
- org.astrogrid.samp.gui.IconBox.Entry
-
- Enclosing class:
- IconBox
private static class IconBox.Entry extends java.lang.Object
Convenience struct-type class which aggregates an icon and a tooltip.
-
-
Constructor Summary
Constructors Constructor Description Entry(javax.swing.Icon icon, java.lang.String tooltip)
Constructor.
-