public class ToolBarIOReadInfo extends Object
returns useful informations such as the toolbars registered and successfully loaded, and the ones not loaded.
Constructor and Description |
---|
ToolBarIOReadInfo() |
Modifier and Type | Method and Description |
---|---|
List |
getInstalledToolbars()
returns the list of toolbars that were successfully loaded from the toolbarIO operation
|
List |
getNotInstalledToolbars()
returns the list of toolbars that weren't loaded from the stream (but registered)
|
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).
|
public List getInstalledToolbars()
public List getNotInstalledToolbars()
public List getUnknownToolbarNames()
© Copyright 2004-2013 Lilian Chamontin. All Rights Reserved.