Binary compatibility report for the library jlibcpp from version 0.4.2 to 0.5 on x86


Summary


Total Header Files212
Total Shared Libraries1
Checked Interfaces / Types3727 / 662
VerdictIncompatible

Problem Summary


Added Interfaces83
Removed Interfaces68
Problems with
Data Types
High risk90
Medium risk35
Low risk75
Problems with
Interfaces
High risk0
Medium risk15
Low risk60
Problems with Constants1

Added Interfaces (83)


jbufferedreader.h, libjlibcpp-0.5.so
namespace jio
BufferedReader::IsEOF ( )

jcanvas.h, libjlibcpp-0.5.so
namespace jgui
Canvas::Canvas [in-charge] int x, int y, int width, int height )
Canvas::Canvas [not-in-charge] int x, int y, int width, int height )
Canvas::Paint Graphics* g )
Canvas::~Canvas [in-charge-deleting] ( )
Canvas::~Canvas [in-charge] ( )
Canvas::~Canvas [not-in-charge] ( )

jcombobox.h, libjlibcpp-0.5.so
namespace jgui
ComboMenu::SetBackgroundColor jcolor_t color )
ComboMenu::SetForegroundColor jcolor_t color )
ComboMenu::SetItemColor jcolor_t color )
ComboMenuComponent::SetItemColor jcolor_t color )

jcomponent.h, libjlibcpp-0.5.so
namespace jgui
Component::GetLocation ( )
Component::GetMaximumSize ( )
Component::GetMinimumSize ( )
Component::GetPreferredSize ( )
Component::GetSize ( )
Component::Move jpoint_t location )
Component::SetBackgroundColor jcolor_t color )
Component::SetBackgroundFocusColor jcolor_t color )
Component::SetBorderColor jcolor_t color )
Component::SetBorderFocusColor jcolor_t color )
Component::SetBounds jpoint_t location, jsize_t size )
Component::SetBounds jregion_t region )
Component::SetForegroundColor jcolor_t color )
Component::SetForegroundFocusColor jcolor_t color )
Component::SetLocation int x, int y )
Component::SetLocation jpoint_t point )
Component::SetMaximumSize jsize_t size )
Component::SetMinimumSize jsize_t size )
Component::SetPreferredSize jsize_t size )
Component::SetSize jsize_t size )

jfile.h, libjlibcpp-0.5.so
namespace jio
File::Read char* data_, int64_t length_ )
File::Seek int64_t n )
File::Write char const* data_, int64_t length_ )

jgfxhandler.h, libjlibcpp-0.5.so
namespace jgui
GFXHandler::SetWorkingScreenSize int width, int height )

jgraphics.h, libjlibcpp-0.5.so
namespace jgui
Graphics::DrawImage OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y, int alpha )
Graphics::DrawImage std::string img, int sx, int sy, int sw, int sh, int x, int y, int alpha )
Graphics::DrawString std::string full_text, int x, int y, int width, int height, jalign_t align )
Graphics::FillGradientRectangle int x, int y, int w, int h, jcolor_t scolor, jcolor_t dcolor, bool horizontal )
Graphics::GetClip ( )
Graphics::GetNativeSurface ( )
Graphics::SetColor jcolor_t c )
Graphics::SetNativeSurface void* surface )
Graphics::SetWorkingScreenSize int width, int height )

jindexedbuffer.h, libjlibcpp-0.5.so
namespace jthread
IndexedBuffer::GetAvailable int* rindex, int* pindex )
IndexedBuffer::GetIndex int* rindex, int* pindex )
IndexedBuffer::IndexedBuffer [in-charge] int size, int chunk, jbuffer_type_t type )
IndexedBuffer::IndexedBuffer [not-in-charge] int size, int chunk, jbuffer_type_t type )
IndexedBuffer::Read jringbuffer_t* data, int* rindex, int* pindex )
IndexedBuffer::Release ( )
IndexedBuffer::Reset ( )
IndexedBuffer::Write jringbuffer_t* data )
IndexedBuffer::Write uint8_t const* data, int size )
IndexedBuffer::~IndexedBuffer [in-charge-deleting] ( )
IndexedBuffer::~IndexedBuffer [in-charge] ( )
IndexedBuffer::~IndexedBuffer [not-in-charge] ( )

jinputmanager.h, libjlibcpp-0.5.so
namespace jgui
InputManager::SetWorkingScreenSize int width, int height )

jkeyevent.h, libjlibcpp-0.5.so
namespace jgui
KeyEvent::GetKeyCode ( )

jlistbox.h, libjlibcpp-0.5.so
namespace jgui
ListBox::SetItemColor jcolor_t color )

jmenu.h, libjlibcpp-0.5.so
namespace jgui
Menu::AddMenuItems std::vector<MenuItem*>& items )
Menu::Paint Graphics* g )
Menu::SetBackgroundColor jcolor_t color )
Menu::SetForegroundColor jcolor_t color )
Menu::SetItemColor jcolor_t color )
MenuComponent::SetItemColor jcolor_t color )

jnullgraphics.h, libjlibcpp-0.5.so
namespace jgui
NullGraphics::DrawImage OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y, int alpha )
NullGraphics::DrawImage std::string img, int sx, int sy, int sw, int sh, int x, int y, int alpha )
NullGraphics::DrawString std::string full_text, int x, int y, int width, int height, int align )
NullGraphics::GetNativeSurface ( )
NullGraphics::SetNativeSurface void* surface )
NullGraphics::SetWorkingScreenSize int width, int height )

joffscreenimage.h, libjlibcpp-0.5.so
namespace jgui
OffScreenImage::Create ( )
OffScreenImage::GetPixelFormat ( )
OffScreenImage::OffScreenImage [in-charge] int width, int height, jsurface_pixelformat_t pixelformat, int scale_width, int scale_height )
OffScreenImage::OffScreenImage [not-in-charge] int width, int height, jsurface_pixelformat_t pixelformat, int scale_width, int scale_height )

jtable.h, libjlibcpp-0.5.so
namespace jgui
Cell::SetCellBackgroundColor jcolor_t color )
Cell::SetCellForegroundColor jcolor_t color )
Table::SetGridColor jcolor_t color )

jtheme.h, libjlibcpp-0.5.so
namespace jgui
Theme::SetComponentBackgroundFocusColor int red, int green, int blue, int alpha )
Theme::SetComponentBorderFocusColor int red, int green, int blue, int alpha )

jtree.h, libjlibcpp-0.5.so
namespace jgui
Tree::SetItemColor jcolor_t color )
TreeComponent::SetItemColor jcolor_t color )

jwindow.h, libjlibcpp-0.5.so
namespace jgui
Window::GetNativeWindow ( )

to the top

Removed Interfaces (68)


jbufferedreader.h, libjlibcpp-0.4.so
namespace jio
BufferedReader::EndOfFile ( )

jcombobox.h, libjlibcpp-0.4.so
namespace jgui
ComboMenu::SetBackgroundColor uint32_t color )
ComboMenu::SetForegroundColor uint32_t color )
ComboMenu::SetItemColor uint32_t color )
ComboMenuComponent::SetItemColor uint32_t color )

jcommonlib.h, libjlibcpp-0.4.so
jLibLock ( )
jLibUnlock ( )

jcomponent.h, libjlibcpp-0.4.so
namespace jgui
Component::GetMaximumHeight ( )
Component::GetMaximumWidth ( )
Component::GetMinimumHeight ( )
Component::GetMinimumWidth ( )
Component::GetPreferredHeight ( )
Component::GetPreferredWidth ( )
Component::SetBackgroundColor uint32_t color )
Component::SetBackgroundFocusColor uint32_t color )
Component::SetBorderColor uint32_t color )
Component::SetForegroundColor uint32_t color )
Component::SetForegroundFocusColor uint32_t color )
Component::SetMaximumSize int w, int h )
Component::SetMinimumSize int w, int h )
Component::SetPosition int x, int y )
Component::SetPreferredSize int w, int h )

jfile.h, libjlibcpp-0.4.so
namespace jio
File::Read char* data_, long length_ )
File::Seek int n )
File::Write char const* data_, long length_ )

jgfxhandler.h, libjlibcpp-0.4.so
namespace jgui
GFXHandler::SetCurrentWorkingScreenSize int width, int height )

jgraphics.h, libjlibcpp-0.4.so
namespace jgui
Graphics::DrawStringJustified std::string full_text, int x, int y, int width, int height, jalign_t align )
Graphics::FillGradientRectangle int x, int y, int w, int h, int sr, int sg, int sb, int sa, int dr, int dg, int db, int da, bool horizontal )
Graphics::GetClipBounds ( )
Graphics::GetClipHeight ( )
Graphics::GetClipWidth ( )
Graphics::GetClipX ( )
Graphics::GetClipY ( )
Graphics::GetSurface ( )
Graphics::SetCurrentWorkingScreenSize int width, int height )
Graphics::SetSurface void* surface )

jinputmanager.h, libjlibcpp-0.4.so
namespace jgui
InputManager::SetCurrentWorkingScreenSize int width, int height )

jkeyevent.h, libjlibcpp-0.4.so
namespace jgui
KeyEvent::GetCode ( )

jlistbox.h, libjlibcpp-0.4.so
namespace jgui
ListBox::SetItemColor uint32_t color )

jmenu.h, libjlibcpp-0.4.so
namespace jgui
Menu::RemoveItem int index )
Menu::SetBackgroundColor uint32_t color )
Menu::SetForegroundColor uint32_t color )
Menu::SetItemColor uint32_t color )
MenuComponent::SetItemColor uint32_t color )

jmultidestinationbuffer.h, libjlibcpp-0.4.so
namespace jthread
MultiDestinationBuffer::GetAvailable int* rindex, int* pindex )
MultiDestinationBuffer::GetIndex int* rindex, int* pindex )
MultiDestinationBuffer::MultiDestinationBuffer [in-charge] int size, int chunk, jbuffer_type_t type )
MultiDestinationBuffer::MultiDestinationBuffer [not-in-charge] int size, int chunk, jbuffer_type_t type )
MultiDestinationBuffer::Read jringbuffer_t* data, int* rindex, int* pindex )
MultiDestinationBuffer::Release ( )
MultiDestinationBuffer::Reset ( )
MultiDestinationBuffer::Write jringbuffer_t* data )
MultiDestinationBuffer::Write unsigned char const* data, int size )
MultiDestinationBuffer::~MultiDestinationBuffer [in-charge-deleting] ( )
MultiDestinationBuffer::~MultiDestinationBuffer [in-charge] ( )
MultiDestinationBuffer::~MultiDestinationBuffer [not-in-charge] ( )
vtable for MultiDestinationBuffer [data]

jnullgraphics.h, libjlibcpp-0.4.so
namespace jgui
NullGraphics::DrawStringJustified std::string full_text, int x, int y, int width, int height, int align )
NullGraphics::SetCurrentWorkingScreenSize int width, int height )

joffscreenimage.h, libjlibcpp-0.4.so
namespace jgui
OffScreenImage::OffScreenImage [in-charge] int width, int height, int scale_width, int scale_height )
OffScreenImage::OffScreenImage [not-in-charge] int width, int height, int scale_width, int scale_height )

jtable.h, libjlibcpp-0.4.so
namespace jgui
Cell::SetCellBackgroundColor uint32_t color )
Cell::SetCellForegroundColor uint32_t color )
Table::SetGridColor uint32_t color )

jtheme.h, libjlibcpp-0.4.so
namespace jgui
Theme::SetComponentBackgroungFocusColor int red, int green, int blue, int alpha )

jtree.h, libjlibcpp-0.4.so
namespace jgui
Tree::SetItemColor uint32_t color )
TreeComponent::SetItemColor uint32_t color )

jwindow.h, libjlibcpp-0.4.so
namespace jgui
Window::GetWindowEngine ( )

to the top

Problems with Data Types, High risk (90)


Shorthand notations: this - pointer to method's object (C++).
jcomponent.h
namespace jgui
[+] Component (71)

jfileinputstream.h
namespace jio
[+] FileInputStream (1)

jgraphics.h
namespace jgui
[+] Graphics (14)

joffscreenimage.h
namespace jgui
[+] OffScreenImage (1)

jtheme.h
namespace jgui
[+] Theme (2)

jwindow.h
namespace jgui
[+] Window (1)

to the top

Problems with Data Types, Medium risk (35)


Shorthand notations: this - pointer to method's object (C++).
jbutton.h
namespace jgui
[+] Button (1)

jcomponent.h
namespace jgui
[+] Component (20)

jcontainer.h
namespace jgui
[+] Container (1)

jgfxhandler.h
namespace jgui
[+] GFXHandler (1)

jgraphics.h
namespace jgui
[+] Graphics (2)

jkeyevent.h
namespace jgui
[+] jinput_modifiers_t (6)

jnullgraphics.h
namespace jgui
[+] NullGraphics (1)

jtheme.h
namespace jgui
[+] Theme (2)

jwindow.h
namespace jgui
[+] Window (1)

to the top

Problems with Interfaces, Medium risk (15)


jchannel.h, libjlibcpp-0.4.so
namespace jio
[+] Channel::Write char* b, long long size, long long offset ) (1)

jcombobox.h, libjlibcpp-0.4.so
namespace jgui
[+] ComboMenu::GetItemColor ( ) (1)
[+] ComboMenuComponent::GetItemColor ( ) (1)

jcomponent.h, libjlibcpp-0.4.so
namespace jgui
[+] Component::GetBackgroundColor ( ) (1)
[+] Component::GetBackgroundFocusColor ( ) (1)
[+] Component::GetBorderColor ( ) (1)
[+] Component::GetForegroundColor ( ) (1)
[+] Component::GetForegroundFocusColor ( ) (1)

jgraphics.h, libjlibcpp-0.4.so
namespace jgui
[+] Graphics::GetColor ( ) (1)

jlistbox.h, libjlibcpp-0.4.so
namespace jgui
[+] ListBox::GetItemColor ( ) (1)

jmenu.h, libjlibcpp-0.4.so
namespace jgui
[+] Menu::GetItemColor ( ) (1)
[+] MenuComponent::GetItemColor ( ) (1)

jnullgraphics.h, libjlibcpp-0.4.so
namespace jgui
[+] NullGraphics::GetColor ( ) (1)

jtree.h, libjlibcpp-0.4.so
namespace jgui
[+] Tree::GetItemColor ( ) (1)
[+] TreeComponent::GetItemColor ( ) (1)

to the top

Problems with Data Types, Low risk (75)


Shorthand notations: this - pointer to method's object (C++).
janimation.h
namespace jgui
[+] Animation (1)

jbutton.h
namespace jgui
[+] Button (1)

jcalendardialog.h
namespace jgui
[+] CalendarDialog (1)

jcheckbutton.h
namespace jgui
[+] CheckButton (1)

jcombobox.h
namespace jgui
[+] ComboBox (1)
[+] ComboMenu (1)
[+] ComboMenuComponent (1)

jcomponent.h
namespace jgui
[+] Component (11)

jcontainer.h
namespace jgui
[+] Container (1)

jfilechooserdialog.h
namespace jgui
[+] FileChooserDialog (1)

jframe.h
namespace jgui
[+] Frame (1)

jgraphics.h
namespace jgui
[+] Graphics (1)
[+] jblitting_flags_t (8)
[+] jdrawing_flags_t (3)
[+] jporter_duff_flags_t (13)

jicon.h
namespace jgui
[+] Icon (1)

jimagebutton.h
namespace jgui
[+] ImageButton (1)

jinputdialogbox.h
namespace jgui
[+] InputDialogBox (1)

jkeyboard.h
namespace jgui
[+] Keyboard (1)

jlabel.h
namespace jgui
[+] Label (1)

jlistbox.h
namespace jgui
[+] ListBox (1)

jmarquee.h
namespace jgui
[+] Marquee (1)

jmenu.h
namespace jgui
[+] Menu (2)
[+] MenuComponent (1)

jmessagedialog.h
namespace jgui
[+] MessageDialog (1)

jnullgraphics.h
namespace jgui
[+] NullGraphics (1)

joffscreenimage.h
namespace jgui
[+] OffScreenImage (1)

jpanel.h
namespace jgui
[+] Panel (1)

jprogressbar.h
namespace jgui
[+] ProgressBar (1)

jscrollbar.h
namespace jgui
[+] ScrollBar (1)

jslider.h
namespace jgui
[+] Slider (1)

jspin.h
namespace jgui
[+] Spin (1)

jtable.h
namespace jgui
[+] Table (1)

jtextarea.h
namespace jgui
[+] TextArea (1)

jtextdialog.h
namespace jgui
[+] TextDialog (1)

jtextfield.h
namespace jgui
[+] TextField (1)

jtooglebutton.h
namespace jgui
[+] ToogleButton (1)

jtree.h
namespace jgui
[+] Tree (2)
[+] TreeComponent (1)

jwatch.h
namespace jgui
[+] Watch (1)

jwindow.h
namespace jgui
[+] Window (1)

jyesnodialog.h
namespace jgui
[+] YesNoDialog (1)

to the top

Problems with Interfaces, Low risk (60)


jbitinputstream.h, libjlibcpp-0.4.so
namespace jio
[+] BitInputStream::Available ( ) (1)
[+] BitInputStream::GetPosition ( ) (1)
[+] BitInputStream::GetReceiveBytes ( ) (1)
[+] BitInputStream::GetSize ( ) (1)
[+] BitInputStream::Read char* p1, long long size ) (1)

jbitoutputstream.h, libjlibcpp-0.4.so
namespace jio
[+] BitOutputStream::Available ( ) (1)
[+] BitOutputStream::Flush ( ) (1)
[+] BitOutputStream::GetSentBytes ( ) (1)
[+] BitOutputStream::Write char* p1, long long size ) (1)

jbitstream.h, libjlibcpp-0.4.so
namespace jcommon
[+] BitStream::GetBitsArray int size ) (1)

jchannel.h, libjlibcpp-0.4.so
namespace jio
[+] Channel::GetPosition ( ) (1)
[+] Channel::GetSize ( ) (1)
[+] Channel::Read char* b, long long size, long long offset ) (1)
[+] Channel::SetPosition long long p ) (1)
[+] Channel::Transfer Channel* in, long long count_in, long long position_int, Channel* out, long long count_out, long long position_out ) (1)

jdatainputstream.h, libjlibcpp-0.4.so
namespace jio
[+] DataInputStream::Available ( ) (1)
[+] DataInputStream::GetPosition ( ) (1)
[+] DataInputStream::GetReceiveBytes ( ) (1)
[+] DataInputStream::GetSize ( ) (1)

jdataoutputstream.h, libjlibcpp-0.4.so
namespace jio
[+] DataOutputStream::Available ( ) (1)
[+] DataOutputStream::Flush ( ) (1)
[+] DataOutputStream::GetSentBytes ( ) (1)

jfile.h, libjlibcpp-0.4.so
namespace jio
[+] File::GetSize ( ) (1)

jfileinputstream.h, libjlibcpp-0.4.so
namespace jio
[+] FileInputStream::Available ( ) (1)
[+] FileInputStream::GetPosition ( ) (1)
[+] FileInputStream::GetReceiveBytes ( ) (1)
[+] FileInputStream::GetSize ( ) (1)
[+] FileInputStream::Read char* p1, long long size ) (1)

jfileoutputstream.h, libjlibcpp-0.4.so
namespace jio
[+] FileOutputStream::Available ( ) (1)
[+] FileOutputStream::Flush ( ) (1)
[+] FileOutputStream::GetSentBytes ( ) (1)
[+] FileOutputStream::GetSize ( ) (1)
[+] FileOutputStream::Write char const* p1, long long size ) (1)

jinputstream.h
namespace jio
[+] InputStream::Available ( ) (1)
[+] InputStream::GetPosition ( ) (1)
[+] InputStream::GetReceiveBytes ( ) (1)
[+] InputStream::GetSize ( ) (1)
[+] InputStream::Read char* p1, long long size ) (1)

jmemoryinputstream.h, libjlibcpp-0.4.so
namespace jio
[+] MemoryInputStream::Available ( ) (1)
[+] MemoryInputStream::GetPosition ( ) (1)
[+] MemoryInputStream::GetReceiveBytes ( ) (1)
[+] MemoryInputStream::GetSize ( ) (1)
[+] MemoryInputStream::Read char* p1, long long size ) (1)

jmemoryoutputstream.h, libjlibcpp-0.4.so
namespace jio
[+] MemoryOutputStream::Available ( ) (1)
[+] MemoryOutputStream::Flush ( ) (1)
[+] MemoryOutputStream::GetSentBytes ( ) (1)
[+] MemoryOutputStream::Write char* p1, long long size ) (1)

jobjectinputstream.h, libjlibcpp-0.4.so
namespace jio
[+] ObjectInputStream::Available ( ) (1)
[+] ObjectInputStream::GetPosition ( ) (1)
[+] ObjectInputStream::GetReceiveBytes ( ) (1)
[+] ObjectInputStream::GetSize ( ) (1)

jobjectoutputstream.h, libjlibcpp-0.4.so
namespace jio
[+] ObjectOutputStream::Available ( ) (1)
[+] ObjectOutputStream::Flush ( ) (1)
[+] ObjectOutputStream::GetSentBytes ( ) (1)

joutputstream.h
namespace jio
[+] OutputStream::Available ( ) (1)
[+] OutputStream::Flush ( ) (1)
[+] OutputStream::GetSentBytes ( ) (1)
[+] OutputStream::GetSize ( ) (1)
[+] OutputStream::Write char const* p1, long long size ) (1)

joutputstream.h, libjlibcpp-0.4.so
namespace jio
[+] OutputStream::Write std::string p1 ) (1)

to the top

Problems with Constants (1)


jcomponent.h
[+] CENTER_VERTICAL_TEXT

to the top

Header Files (212)


jadaptationfield.h
jadjustmentevent.h
jadjustmentlistener.h
janimation.h
jautolock.h
jbitinputstream.h
jbitoutputstream.h
jbitstream.h
jborderlayout.h
jbufferedreader.h
jbufferexception.h
jbutton.h
jbuttonevent.h
jbuttonlistener.h
jcalendar.h
jcalendardialog.h
jcalendarevent.h
jcalendarlistener.h
jcanvas.h
jcardlayout.h
jchannel.h
jcharset.h
jcheckbutton.h
jcheckbuttonevent.h
jcheckbuttongroup.h
jcheckbuttonlistener.h
jcombobox.h
jcommonlib.h
jcompileexception.h
jcomponent.h
jcomponentevent.h
jcomponentlistener.h
jcondition.h
jconnection.h
jconnectionpipe.h
jconsolehandler.h
jcontainer.h
jcontainerevent.h
jcontainerlistener.h
jcoordinatelayout.h
jdatagramsocket.h
jdatainputstream.h
jdataoutputstream.h
jdate.h
jdynamiclink.h
jeventobject.h
jexception.h
jfifoexception.h
jfile.h
jfilechooserdialog.h
jfileexception.h
jfilehandler.h
jfileinputstream.h
jfileoutputstream.h
jflowlayout.h
jfocusevent.h
jfocuslistener.h
jfont.h
jformatter.h
jframe.h
jframeinputlistener.h
jgc.h
jgfxhandler.h
jgraphics.h
jgridbaglayout.h
jgridlayout.h
jguilib.h
jhandler.h
jhtmlparser.h
jhttp.h
jhttprequester.h
jicon.h
jimagebutton.h
jinetaddress.h
jinputdialogbox.h
jinputmanager.h
jinputstream.h
jioexception.h
jiolib.h
jjson.h
jkeyboard.h
jkeyboardevent.h
jkeyboardlistener.h
jkeyevent.h
jkeylistener.h
jlabel.h
jlayout.h
jlistbox.h
jlistener.h
jlogger.h
jloggerexception.h
jloggerlib.h
jloggermanager.h
jlogrecord.h
jmarquee.h
jmemoryexception.h
jmemoryhandler.h
jmemoryinputstream.h
jmemorymap.h
jmemoryoutputstream.h
jmenu.h
jmenuevent.h
jmenuexception.h
jmenugroup.h
jmenulistener.h
jmessagedialog.h
jmessageexception.h
jmessagequeue.h
jmonitor.h
jmouseevent.h
jmouselistener.h
jmpegexception.h
jmpeglib.h
jmulticastsocket.h
jmultidestinationbuffer.h
jmutex.h
jmutexexception.h
jnullgraphics.h
jnulllayout.h
jnullpointerexception.h
jobject.h
jobjectinputstream.h
jobjectoutputstream.h
jobservable.h
jobserver.h
joffscreenimage.h
joptions.h
joutofboundsexception.h
joutputstream.h
jpanel.h
jpipe.h
jpipeexception.h
jpolices.h
jprintstream.h
jprivateprocess.h
jprocessexception.h
jprogramassociationsection.h
jprogramassociationtable.h
jprogramelementarystreamsection.h
jprogrammapsection.h
jprogramsysteminformationsection.h
jprogramsysteminformationtable.h
jprogressbar.h
jproperties.h
jrawsocket.h
jregexp.h
jrunnable.h
jruntimeexception.h
jschedule.h
jscrollbar.h
jscrollpane.h
jsection.h
jselectevent.h
jselectlistener.h
jsemaphore.h
jsemaphoreexception.h
jsemaphoretimeoutexception.h
jserializable.h
jserversocket.h
jsharedfifo.h
jsharedlib.h
jsharedmemory.h
jsharedsemaphore.h
jsimpleformatter.h
jslider.h
jsocket.h
jsocketexception.h
jsockethandler.h
jsocketinputstream.h
jsocketlib.h
jsocketoption.h
jsocketoptionexception.h
jsocketoutputstream.h
jsocketstreamexception.h
jsockettimeoutexception.h
jspin.h
jspinlock.h
jsslserversocket.h
jsslsocket.h
jsslsocketinputstream.h
jsslsocketoutputstream.h
jstreamhandler.h
jstringtokenizer.h
jstringutils.h
jsystem.h
jtable.h
jtextarea.h
jtextdialog.h
jtextevent.h
jtextfield.h
jtextlistener.h
jtheme.h
jthememanager.h
jthread.h
jthreadexception.h
jthreadgroup.h
jthreadlib.h
jtooglebutton.h
jtransportstreampacket.h
jtree.h
jtypes.h
junit.h
junknownhostexception.h
jurl.h
jwatch.h
jwindow.h
jwindowevent.h
jwindowlistener.h
jwindowmanager.h
jxmlformatter.h
jxmlparser.h
jyesnodialog.h

to the top

Shared Libraries (1)


libjlibcpp-0.4.so

to the top




Generated on Wed Dec 22 21:05:13 2010 for jlibcpp by ABI Compliance Checker 1.22  
The cross-platform tool for verifying backward binary compatibility of a dynamic C/C++ library