com.vlsolutions.swing.toolbars
Class ToolBarIOReadInfo
java.lang.Object
com.vlsolutions.swing.toolbars.ToolBarIOReadInfo
public class ToolBarIOReadInfo
extends java.lang.Object
Descriptor of the loading operation of toolbars.
returns useful informations such as the toolbars registered and successfully loaded, and
the ones not loaded.
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).
|
ToolBarIOReadInfo
public ToolBarIOReadInfo()
getInstalledToolbars
public List getInstalledToolbars()
returns the list of toolbars that were successfully loaded from the toolbarIO operation
getNotInstalledToolbars
public List getNotInstalledToolbars()
returns the list of toolbars that weren't loaded from the stream (but registered)
getUnknownToolbarNames
public 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).
© Copyright 2004-2006 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications