|
Softhema Java Toolkit Collection 1.1 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--softhema.system.toolkits.ToolkitSwing
| Constructor Summary | |
ToolkitSwing()
|
|
| Method Summary | |
static java.lang.Object |
ComboItemReplace(javax.swing.JComboBox combo,
int idx,
java.lang.Object newItem)
Replaces the text of a certain item of a JComboBox. |
static java.lang.Object |
ComboItemReplace(javax.swing.JComboBox combo,
int idx,
java.lang.Object newItem,
boolean bKeepSelectedIndex)
Replaces the text of a certain item of a JComboBox. |
static java.lang.String |
getLicenseInfo()
The method returns copyright information of the Java class. |
static void |
invokeAndWaitEx(java.lang.Runnable invoke)
Improved version of the invokeAndWait method from the class SwingUtilities. |
static boolean |
ListItemsSelectedMoveDown(javax.swing.JList list)
The selected items of the control element JList in the parameter list are shifted a place downward. |
static boolean |
ListItemsSelectedMoveUp(javax.swing.JList list)
The selected items of the control element JList in the parameter list are shifted a place upward. |
static boolean |
ListItemsSelectedRemove(javax.swing.JList list)
Removes the selected items from the control element list. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ToolkitSwing()
| Method Detail |
public static java.lang.String getLicenseInfo()
public static void invokeAndWaitEx(java.lang.Runnable invoke)
throws java.lang.Throwable
development stage of the method: release
public static java.lang.Object ComboItemReplace(javax.swing.JComboBox combo,
int idx,
java.lang.Object newItem)
development stage of the method: release
public static java.lang.Object ComboItemReplace(javax.swing.JComboBox combo,
int idx,
java.lang.Object newItem,
boolean bKeepSelectedIndex)
development stage of the method: release
public static boolean ListItemsSelectedMoveUp(javax.swing.JList list)
development stage of the method: release
public static boolean ListItemsSelectedMoveDown(javax.swing.JList list)
development stage of the method: release
public static boolean ListItemsSelectedRemove(javax.swing.JList list)
development stage of the method: release
|
Softhema Java Toolkit Collection 1.1 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
| Introduction |
| Installation |
| Samples |
| License (read carefully) |