|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vlsolutions.swing.toolbars.ToolBarIOReadInfo
public class ToolBarIOReadInfo
Descriptor of the loading operation of toolbars.
returns useful informations such as the toolbars registered and successfully loaded, and the ones not loaded.
| Constructor Summary | |
|---|---|
ToolBarIOReadInfo()
|
|
| Method Summary | |
|---|---|
java.util.List |
getInstalledToolbars()
returns the list of toolbars that were successfully loaded from the toolbarIO operation |
java.util.List |
getNotInstalledToolbars()
returns the list of toolbars that weren't loaded from the stream (but registered) |
java.util.List |
getUnknownToolbarNames()
Return the list of toolbars names (String) found in the stream but not registered (these toolbars cannot be loaded, so the API can only report their name). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ToolBarIOReadInfo()
| Method Detail |
|---|
public java.util.List getInstalledToolbars()
public java.util.List getNotInstalledToolbars()
public java.util.List getUnknownToolbarNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||