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


Summary


Total Header Files212
Total Shared Libraries1
Checked Interfaces / Types4074 / 677
VerdictIncompatible

Problem Summary


Added Interfaces384
Removed Interfaces357
Problems with
Data Types
High risk89
Medium risk24
Low risk59
Problems with
Interfaces
High risk0
Medium risk4
Low risk37
Problems with Constants3

Added Interfaces (384)


jbutton.h, libjlibcpp-0.5.so
namespace jgui
Button::DispatchButtonEvent ButtonEvent* event )
Button::GetHorizontalAlign ( )
Button::GetText ( )
Button::GetVerticalAlign ( )
Button::SetHorizontalAlign jhorizontal_align_t align )
Button::SetVerticalAlign jvertical_align_t align )

jcalendardialogbox.h, libjlibcpp-0.5.so
namespace jgui
CalendarDialogBox::ActionPerformed ButtonEvent* event )
CalendarDialogBox::AddWarnning int day, int month, int year, int red, int green, int blue )
CalendarDialogBox::CalendarDialogBox [in-charge] int x, int y )
CalendarDialogBox::CalendarDialogBox [not-in-charge] int x, int y )
CalendarDialogBox::DispatchCalendarEvent CalendarEvent* event )
CalendarDialogBox::GetCalendarListeners ( )
CalendarDialogBox::GetDay ( )
CalendarDialogBox::GetMonth ( )
CalendarDialogBox::GetYear ( )
CalendarDialogBox::InputChanged KeyEvent* event )
CalendarDialogBox::ItemChanged SelectEvent* event )
CalendarDialogBox::RegisterCalendarListener CalendarListener* listener )
CalendarDialogBox::RemoveAll ( )
CalendarDialogBox::RemoveCalendarListener CalendarListener* listener )
CalendarDialogBox::RemoveWarnning jcalendar_warnning_t t )
CalendarDialogBox::SetDay int d )
CalendarDialogBox::SetMonth int m )
CalendarDialogBox::SetYear int y )
CalendarDialogBox::~CalendarDialogBox [in-charge-deleting] ( )
CalendarDialogBox::~CalendarDialogBox [in-charge] ( )
CalendarDialogBox::~CalendarDialogBox [not-in-charge] ( )

jcheckbutton.h, libjlibcpp-0.5.so
namespace jgui
CheckButton::DispatchCheckButtonEvent CheckButtonEvent* event )
CheckButton::GetHorizontalAlign ( )
CheckButton::GetText ( )
CheckButton::GetVerticalAlign ( )
CheckButton::SetHorizontalAlign jhorizontal_align_t align )
CheckButton::SetText std::string text )
CheckButton::SetVerticalAlign jvertical_align_t align )

jcombobox.h, libjlibcpp-0.5.so
namespace jgui
ComboBox::AddCheckedItem std::string text, bool checked )
ComboBox::AddEmptyItem ( )
ComboBox::AddImageItem std::string text, std::string image )
ComboBox::AddItem Item* item )
ComboBox::AddItem Item* item, int index )
ComboBox::AddItems std::vector<Item*>& items )
ComboBox::AddTextItem std::string text )
ComboBox::GetCurrentIndex ( )
ComboBox::GetCurrentItem ( )
ComboBox::GetHorizontalAlign ( )
ComboBox::GetItem int index )
ComboBox::GetItemColor ( )
ComboBox::GetItemFocusColor ( )
ComboBox::GetItems ( )
ComboBox::GetItemsSize ( )
ComboBox::GetVerticalAlign ( )
ComboBox::ItemChanged SelectEvent* event )
ComboBox::ItemSelected SelectEvent* event )
ComboBox::RemoveItem int index )
ComboBox::RemoveItem Item* item )
ComboBox::RemoveItems ( )
ComboBox::SetCurrentIndex int i )
ComboBox::SetHorizontalAlign jhorizontal_align_t align )
ComboBox::SetItemColor int red, int green, int blue, int alpha )
ComboBox::SetItemColor jcolor_t color )
ComboBox::SetItemFocusColor int red, int green, int blue, int alpha )
ComboBox::SetItemFocusColor jcolor_t color )
ComboBox::SetVerticalAlign jvertical_align_t align )

jcomponent.h, libjlibcpp-0.5.so
namespace jgui
Component::DispatchComponentEvent ComponentEvent* event )
Component::DispatchFocusEvent FocusEvent* event )
Component::GetBorderFocusColor ( )
Component::GetBorderSize ( )
Component::GetHorizontalGap ( )
Component::GetVerticalGap ( )
Component::PaintEdges Graphics* g )
Component::SetHorizontalGap int hgap )
Component::SetVerticalGap int vgap )

jcomponentlistener.h, libjlibcpp-0.5.so
namespace jgui
ComponentListener::ComponentPainted ComponentEvent* event )

jcontainer.h, libjlibcpp-0.5.so
namespace jgui
Container::DispatchContainerEvent ContainerEvent* event )

jcontainerevent.h, libjlibcpp-0.5.so
namespace jgui
ContainerEvent::ContainerEvent [in-charge] void* source, Component* component, jframe_event_t type )
ContainerEvent::ContainerEvent [not-in-charge] void* source, Component* component, jframe_event_t type )

jcoordinatelayout.h, libjlibcpp-0.5.so
namespace jgui
CoordinateLayout::CoordinateLayout [in-charge] int hgap, int vgap, jcoordinate_layout_t type )
CoordinateLayout::CoordinateLayout [not-in-charge] int hgap, int vgap, jcoordinate_layout_t type )
CoordinateLayout::DoLayout Container* parent )
CoordinateLayout::GetHeight ( )
CoordinateLayout::GetPreferredSize Container* target )
CoordinateLayout::GetType ( )
CoordinateLayout::GetWidth ( )
CoordinateLayout::SetHeight int height )
CoordinateLayout::SetType jcoordinate_layout_t type )
CoordinateLayout::SetWidth int width )
CoordinateLayout::~CoordinateLayout [in-charge-deleting] ( )
CoordinateLayout::~CoordinateLayout [in-charge] ( )
CoordinateLayout::~CoordinateLayout [not-in-charge] ( )

jgfxhandler.h, libjlibcpp-0.5.so
namespace jgui
GFXHandler::GetDefaultFont ( )
GFXHandler::SetDefaultFont Font* font )

jgraphics.h, libjlibcpp-0.5.so
namespace jgui
Graphics::DrawString std::string full_text, int x, int y, int width, int height, jhorizontal_align_t halign, jvertical_align_t valign )

jicon.h, libjlibcpp-0.5.so
namespace jgui
Icon::GetHorizontalAlign ( )
Icon::GetText ( )
Icon::GetVerticalAlign ( )
Icon::Icon [in-charge] std::string p1, int x, int y, int width, int height )
Icon::Icon [not-in-charge] std::string p1, int x, int y, int width, int height )
Icon::SetHorizontalAlign jhorizontal_align_t align )
Icon::SetVerticalAlign jvertical_align_t align )

jindexedbuffer.h, libjlibcpp-0.5.so
namespace jthread
IndexedBuffer::GetChunkSize ( )
IndexedBuffer::GetNodesSize ( )
IndexedBuffer::SetChunkSize int size )
IndexedBuffer::SetNodesSize int size )
IndexedBuffer::Write uint8_t* data, int size )

jinputdialogbox.h, libjlibcpp-0.5.so
namespace jgui
InputDialogBox::GetHorizontalAlign ( )
InputDialogBox::GetVerticalAlign ( )
InputDialogBox::SetHorizontalAlign jhorizontal_align_t align )
InputDialogBox::SetVerticalAlign jvertical_align_t align )

jinputmanager.h, libjlibcpp-0.5.so
namespace jgui
InputManager::DispatchKeyEvent KeyEvent* event )
InputManager::DispatchMouseEvent MouseEvent* event )

jitemcomponent.h, libjlibcpp-0.5.so
namespace jgui
Item::AddChild Item* item )
Item::AddChild Item* item, int index )
Item::AddChilds std::vector<Item*>& items )
Item::GetChilds ( )
Item::GetChildsSize ( )
Item::GetEnabled ( )
Item::GetHorizontalAlign ( )
Item::GetImage ( )
Item::GetType ( )
Item::GetValue ( )
Item::GetVerticalAlign ( )
Item::IsSelected ( )
Item::IsVisible ( )
Item::Item [in-charge] ( )
Item::Item [in-charge] std::string value )
Item::Item [in-charge] std::string value, bool checked )
Item::Item [in-charge] std::string value, std::string image )
Item::Item [not-in-charge] ( )
Item::Item [not-in-charge] std::string value )
Item::Item [not-in-charge] std::string value, bool checked )
Item::Item [not-in-charge] std::string value, std::string image )
Item::RemoveChild int index )
Item::RemoveChild Item* item )
Item::SetEnabled bool b )
Item::SetHorizontalAlign jhorizontal_align_t align )
Item::SetSelected bool b )
Item::SetVerticalAlign jvertical_align_t align )
Item::SetVisible bool b )
Item::~Item [in-charge-deleting] ( )
Item::~Item [in-charge] ( )
Item::~Item [not-in-charge] ( )
ItemComponent::AddCheckedItem std::string text, bool checked )
ItemComponent::AddEmptyItem ( )
ItemComponent::AddImageItem std::string text, std::string image )
ItemComponent::AddInternalItem Item* item )
ItemComponent::AddItem Item* item )
ItemComponent::AddItem Item* item, int index )
ItemComponent::AddItems std::vector<Item*>& items )
ItemComponent::AddTextItem std::string text )
ItemComponent::DispatchSelectEvent SelectEvent* event )
ItemComponent::GetCurrentIndex ( )
ItemComponent::GetCurrentItem ( )
ItemComponent::GetItem int index )
ItemComponent::GetItemColor ( )
ItemComponent::GetItemFocusColor ( )
ItemComponent::GetItemForegroundColor ( )
ItemComponent::GetItemForegroundFocusColor ( )
ItemComponent::GetItems ( )
ItemComponent::GetItemsSize ( )
ItemComponent::GetSelectedItemColor ( )
ItemComponent::GetSelectedItemForegroundColor ( )
ItemComponent::GetSelectListeners ( )
ItemComponent::ItemComponent [in-charge] int x, int y, int width, int height )
ItemComponent::ItemComponent [not-in-charge] int x, int y, int width, int height )
ItemComponent::RegisterSelectListener SelectListener* listener )
ItemComponent::RemoveItem int index )
ItemComponent::RemoveItem Item* item )
ItemComponent::RemoveItems ( )
ItemComponent::RemoveSelectListener SelectListener* listener )
ItemComponent::SetCurrentIndex int i )
ItemComponent::SetItemColor int red, int green, int blue, int alpha )
ItemComponent::SetItemColor jcolor_t color )
ItemComponent::SetItemFocusColor int red, int green, int blue, int alpha )
ItemComponent::SetItemFocusColor jcolor_t color )
ItemComponent::SetItemForegroundColor int red, int green, int blue, int alpha )
ItemComponent::SetItemForegroundColor jcolor_t color )
ItemComponent::SetItemForegroundFocusColor int red, int green, int blue, int alpha )
ItemComponent::SetItemForegroundFocusColor jcolor_t color )
ItemComponent::SetLoop bool loop )
ItemComponent::SetSelectedItemColor int red, int green, int blue, int alpha )
ItemComponent::SetSelectedItemColor jcolor_t color )
ItemComponent::SetSelectedItemForegroundColor int red, int green, int blue, int alpha )
ItemComponent::SetSelectedItemForegroundColor jcolor_t color )
ItemComponent::~ItemComponent [in-charge-deleting] ( )
ItemComponent::~ItemComponent [in-charge] ( )
ItemComponent::~ItemComponent [not-in-charge] ( )

jkeyboard.h, libjlibcpp-0.5.so
namespace jgui
Keyboard::DispatchKeyboardEvent KeyboardEvent* event )
Keyboard::GetTextSize ( )
Keyboard::SetTextSize int max )

jlabel.h, libjlibcpp-0.5.so
namespace jgui
Label::GetHorizontalAlign ( )
Label::GetPreferredSize ( )
Label::GetVerticalAlign ( )
Label::SetHorizontalAlign jhorizontal_align_t align )
Label::SetVerticalAlign jvertical_align_t align )

jlistbox.h, libjlibcpp-0.5.so
namespace jgui
ListBox::GetPreferredSize ( )
ListBox::SetForegroundColor int red, int green, int blue, int alpha )
ListBox::SetForegroundFocusColor int red, int green, int blue, int alpha )

jmarquee.h, libjlibcpp-0.5.so
namespace jgui
Marquee::GetText ( )
Marquee::Marquee [in-charge] std::string text, int x, int y, int width, int height )
Marquee::Marquee [not-in-charge] std::string text, int x, int y, int width, int height )

jmenu.h, libjlibcpp-0.5.so
namespace jgui
Menu::GetFrameInputListeners ( )
Menu::GetHeight ( )
Menu::GetLocation ( )
Menu::GetSize ( )
Menu::GetWidth ( )
Menu::GetX ( )
Menu::GetY ( )
Menu::Hide ( )
Menu::Move int x, int y )
Menu::RegisterInputListener FrameInputListener* listener )
Menu::Release ( )
Menu::RemoveInputListener FrameInputListener* listener )
Menu::Repaint ( )
Menu::SetBounds int x, int y, int w, int h )
Menu::SetCenteredInteraction bool b )
Menu::SetItemForegroundColor int red, int green, int blue, int alpha )
Menu::SetLocation int x, int y )
Menu::SetSize int w, int h )
Menu::ThemeChanged ThemeEvent* event )

jmenugroup.h, libjlibcpp-0.5.so
namespace jgui
MenuGroup::Add Item* item )
MenuGroup::ItemChanged SelectEvent* event )
MenuGroup::ItemSelected SelectEvent* event )
MenuGroup::Remove Item* item )
MenuGroup::Select Item* item )

jmessagedialogbox.h, libjlibcpp-0.5.so
namespace jgui
MessageDialogBox::ActionPerformed ButtonEvent* event )
MessageDialogBox::GetHorizontalAlign ( )
MessageDialogBox::GetVerticalAlign ( )
MessageDialogBox::MessageDialogBox [in-charge] std::string title, std::string msg, int x, int y )
MessageDialogBox::MessageDialogBox [not-in-charge] std::string title, std::string msg, int x, int y )
MessageDialogBox::SetHorizontalAlign jhorizontal_align_t align )
MessageDialogBox::SetVerticalAlign jvertical_align_t align )
MessageDialogBox::~MessageDialogBox [in-charge-deleting] ( )
MessageDialogBox::~MessageDialogBox [in-charge] ( )
MessageDialogBox::~MessageDialogBox [not-in-charge] ( )

jnullgraphics.h, libjlibcpp-0.5.so
namespace jgui
NullGraphics::DrawString std::string full_text, int x, int y, int width, int height, jhorizontal_align_t halign, jvertical_align_t valign )

jobject.h, libjlibcpp-0.5.so
namespace jcommon
Object::GetParents ( )

jpointer.h, libjlibcpp-0.5.so
namespace jcommon
ReferenceCounter::Allocate void* p )
ReferenceCounter::contem void* p )
ReferenceCounter::Free void* p )
ReferenceCounter::getInstance ( ) [static]

jprogramsysteminformationsection.h, libjlibcpp-0.5.so
namespace jmpeg
ProgramSystemInformationSection::Clear ( )

jscrollbar.h, libjlibcpp-0.5.so
namespace jgui
ScrollBar::DispatchAdjustmentEvent AdjustmentEvent* event )

jscrollpane.h, libjlibcpp-0.5.so
namespace jgui
ScrollPane::Paint Graphics* g )
ScrollPane::ScrollPane [in-charge] int x, int y, int width, int height, int scale_width, int scale_height )
ScrollPane::ScrollPane [not-in-charge] int x, int y, int width, int height, int scale_width, int scale_height )
ScrollPane::SetAutoScroll bool b )
ScrollPane::SetScrollType jscrollpane_type_t type )
ScrollPane::~ScrollPane [in-charge-deleting] ( )
ScrollPane::~ScrollPane [in-charge] ( )
ScrollPane::~ScrollPane [not-in-charge] ( )

jselectevent.h, libjlibcpp-0.5.so
namespace jgui
SelectEvent::GetItem ( )
SelectEvent::SelectEvent [in-charge] void* source, Item* item, int index, jselect_type_t type )
SelectEvent::SelectEvent [not-in-charge] void* source, Item* item, int index, jselect_type_t type )

jslider.h, libjlibcpp-0.5.so
namespace jgui
Slider::DispatchAdjustmentEvent AdjustmentEvent* event )

jsocketoption.h, libjlibcpp-0.5.so
namespace jsocket
SocketOption::SetNoDelay bool b_ )

jspin.h, libjlibcpp-0.5.so
namespace jgui
Spin::AddCheckedItem std::string text, bool checked )
Spin::AddEmptyItem ( )
Spin::AddImageItem std::string text, std::string image )
Spin::AddTextItem std::string text )

jtable.h, libjlibcpp-0.5.so
namespace jgui
Cell::GetHorizontalAlign ( )
Cell::GetVerticalAlign ( )
Cell::SetHorizontalAlign jhorizontal_align_t align )
Cell::SetVerticalAlign jvertical_align_t align )

jtextarea.h, libjlibcpp-0.5.so
namespace jgui
TextArea::TextArea [in-charge] int x, int y, int width, int height )
TextArea::TextArea [not-in-charge] int x, int y, int width, int height )

jtextcomponent.h, libjlibcpp-0.5.so
namespace jgui
TextComponent::Append std::string text )
TextComponent::Backspace ( )
TextComponent::DecrementCaretPosition int size )
TextComponent::Delete ( )
TextComponent::DispatchTextEvent TextEvent* event )
TextComponent::EchoCharIsSet ( )
TextComponent::GetCaretPosition ( )
TextComponent::GetEchoChar ( )
TextComponent::GetHorizontalAlign ( )
TextComponent::GetSelectedText ( )
TextComponent::GetSelectionEnd ( )
TextComponent::GetSelectionStart ( )
TextComponent::GetText ( )
TextComponent::GetTextListeners ( )
TextComponent::GetTextSize ( )
TextComponent::GetVerticalAlign ( )
TextComponent::IncrementCaretPosition int size )
TextComponent::Insert std::string text )
TextComponent::IsEditable ( )
TextComponent::RegisterTextListener TextListener* listener )
TextComponent::RemoveTextListener TextListener* listener )
TextComponent::Select int start, int end )
TextComponent::SelectAll ( )
TextComponent::SetCaretPosition int position )
TextComponent::SetCaretType jcursor_type_t t )
TextComponent::SetCaretVisible bool visible )
TextComponent::SetEchoChar char echo_char )
TextComponent::SetEditable bool b )
TextComponent::SetHorizontalAlign jhorizontal_align_t align )
TextComponent::SetSelectionEnd int position )
TextComponent::SetSelectionStart int position )
TextComponent::SetText std::string text )
TextComponent::SetTextSize int max )
TextComponent::SetVerticalAlign jvertical_align_t align )
TextComponent::TextComponent [in-charge] int x, int y, int width, int height )
TextComponent::TextComponent [not-in-charge] int x, int y, int width, int height )
TextComponent::~TextComponent [in-charge-deleting] ( )
TextComponent::~TextComponent [in-charge] ( )
TextComponent::~TextComponent [not-in-charge] ( )

jtextdialogbox.h, libjlibcpp-0.5.so
namespace jgui
TextDialogBox::GetHorizontalAlign ( )
TextDialogBox::GetVerticalAlign ( )
TextDialogBox::SetHorizontalAlign jhorizontal_align_t align )
TextDialogBox::SetVerticalAlign jvertical_align_t align )
TextDialogBox::TextDialogBox [in-charge] std::string msg, int x, int y, bool wrap )
TextDialogBox::TextDialogBox [not-in-charge] std::string msg, int x, int y, bool wrap )
TextDialogBox::~TextDialogBox [in-charge-deleting] ( )
TextDialogBox::~TextDialogBox [in-charge] ( )
TextDialogBox::~TextDialogBox [not-in-charge] ( )

jtextfield.h, libjlibcpp-0.5.so
namespace jgui
TextField::TextField [in-charge] int x, int y, int width, int height )
TextField::TextField [not-in-charge] int x, int y, int width, int height )

jtheme.h, libjlibcpp-0.5.so
namespace jgui
Theme::GetComponentBackgroundColor ( )
Theme::GetComponentBackgroundFocusColor ( )
Theme::GetComponentBorder ( )
Theme::GetComponentBorderColor ( )
Theme::GetComponentBorderFocusColor ( )
Theme::GetComponentBorderSize ( )
Theme::GetComponentFont ( )
Theme::GetComponentForegroundColor ( )
Theme::GetComponentForegroundFocusColor ( )
Theme::GetItemColor ( )
Theme::GetItemFocusColor ( )
Theme::GetItemForegroundColor ( )
Theme::GetItemForegroundFocusColor ( )
Theme::GetSelectedItemColor ( )
Theme::GetSelectedItemForegroundColor ( )
Theme::GetWindowBackgroundColor ( )
Theme::GetWindowBorder ( )
Theme::GetWindowBorderColor ( )
Theme::GetWindowBorderSize ( )
Theme::GetWindowFont ( )
Theme::GetWindowForegroundColor ( )
Theme::GetWindowInsets ( )
Theme::SetItemColor int red, int green, int blue, int alpha )
Theme::SetItemFocusColor int red, int green, int blue, int alpha )
Theme::SetItemForegroundColor int red, int green, int blue, int alpha )
Theme::SetItemForegroundFocusColor int red, int green, int blue, int alpha )
Theme::SetSelectedItemColor int red, int green, int blue, int alpha )
Theme::SetSelectedItemForegroundColor int red, int green, int blue, int alpha )

jthemeevent.h, libjlibcpp-0.5.so
namespace jgui
ThemeEvent::GetTheme ( )
ThemeEvent::ThemeEvent [in-charge] void* source, Theme* theme )
ThemeEvent::ThemeEvent [not-in-charge] void* source, Theme* theme )
ThemeEvent::~ThemeEvent [in-charge-deleting] ( )
ThemeEvent::~ThemeEvent [in-charge] ( )
ThemeEvent::~ThemeEvent [not-in-charge] ( )

jthemelistener.h, libjlibcpp-0.5.so
namespace jgui
ThemeListener::ThemeChanged ThemeEvent* event )
ThemeListener::ThemeListener [in-charge] ( )
ThemeListener::ThemeListener [not-in-charge] ( )
ThemeListener::~ThemeListener [in-charge-deleting] ( )
ThemeListener::~ThemeListener [in-charge] ( )
ThemeListener::~ThemeListener [not-in-charge] ( )

jthememanager.h, libjlibcpp-0.5.so
namespace jgui
ThemeManager::DispatchThemeEvent ThemeEvent* event )
ThemeManager::GetThemeListeners ( )
ThemeManager::RegisterThemeListener ThemeListener* listener )
ThemeManager::RemoveThemeListener ThemeListener* listener )

jthread.h, libjlibcpp-0.5.so
namespace jthread
Thread::GetID ( )

jtree.h, libjlibcpp-0.5.so
namespace jgui
Tree::Paint Graphics* g )
Tree::SetCenteredInteraction bool b )
Tree::SetTitle std::string title )

jwatch.h, libjlibcpp-0.5.so
namespace jgui
Watch::GetHorizontalAlign ( )
Watch::GetVerticalAlign ( )
Watch::SetHorizontalAlign jhorizontal_align_t align )
Watch::SetVerticalAlign jvertical_align_t align )
Watch::Watch [in-charge] jwatch_type_t type, int x, int y, int width, int height )
Watch::Watch [not-in-charge] jwatch_type_t type, int x, int y, int width, int height )

jwindow.h, libjlibcpp-0.5.so
namespace jgui
Window::DispatchWindowEvent WindowEvent* event )
Window::SetLocation int x1, int y1 )
Window::SetWorkingScreenSize int width, int height )
Window::ThemeChanged ThemeEvent* event )

jwindowlistener.h, libjlibcpp-0.5.so
namespace jgui
WindowListener::WindowPainted WindowEvent* event )

jyesnodialogbox.h, libjlibcpp-0.5.so
namespace jgui
YesNoDialogBox::ActionPerformed ButtonEvent* event )
YesNoDialogBox::GetHorizontalAlign ( )
YesNoDialogBox::GetResponse ( )
YesNoDialogBox::GetVerticalAlign ( )
YesNoDialogBox::SetHorizontalAlign jhorizontal_align_t align )
YesNoDialogBox::SetVerticalAlign jvertical_align_t align )
YesNoDialogBox::YesNoDialogBox [in-charge] std::string title, std::string msg, int x, int y )
YesNoDialogBox::YesNoDialogBox [not-in-charge] std::string title, std::string msg, int x, int y )
YesNoDialogBox::~YesNoDialogBox [in-charge-deleting] ( )
YesNoDialogBox::~YesNoDialogBox [in-charge] ( )
YesNoDialogBox::~YesNoDialogBox [not-in-charge] ( )

to the top

Removed Interfaces (357)


jbutton.h, libjlibcpp-0.5.so
namespace jgui
Button::DispatchEvent ButtonEvent* event )
Button::GetAlign ( )
Button::GetName ( )
Button::SetAlign jalign_t align )

jcalendardialog.h, libjlibcpp-0.5.so
namespace jgui
CalendarDialog::ActionPerformed ButtonEvent* event )
CalendarDialog::AddWarnning int day, int month, int year, int red, int green, int blue )
CalendarDialog::BuildCalendar ( )
CalendarDialog::CalendarDialog [in-charge] int x, int y )
CalendarDialog::CalendarDialog [not-in-charge] int x, int y )
CalendarDialog::DispatchEvent CalendarEvent* event )
CalendarDialog::GetCalendarListeners ( )
CalendarDialog::GetDay ( )
CalendarDialog::GetMonth ( )
CalendarDialog::GetYear ( )
CalendarDialog::InputChanged KeyEvent* event )
CalendarDialog::ItemChanged SelectEvent* event )
CalendarDialog::RegisterCalendarListener CalendarListener* listener )
CalendarDialog::RemoveAll ( )
CalendarDialog::RemoveCalendarListener CalendarListener* listener )
CalendarDialog::RemoveWarnning jcalendar_warnning_t t )
CalendarDialog::SetDay int d )
CalendarDialog::SetMonth int m )
CalendarDialog::SetYear int y )
CalendarDialog::~CalendarDialog [in-charge-deleting] ( )
CalendarDialog::~CalendarDialog [in-charge] ( )
CalendarDialog::~CalendarDialog [not-in-charge] ( )
vtable for CalendarDialog [data]

jcheckbutton.h, libjlibcpp-0.5.so
namespace jgui
CheckButton::DispatchEvent CheckButtonEvent* event )

jcombobox.h, libjlibcpp-0.5.so
namespace jgui
ComboBox::Add std::string text )
ComboBox::DispatchEvent SelectEvent* event )
ComboBox::GetArrowSize ( )
ComboBox::GetIndex ( )
ComboBox::GetSelectListeners ( )
ComboBox::GetValue ( )
ComboBox::ItemChanged MenuEvent* event )
ComboBox::ItemSelected MenuEvent* event )
ComboBox::RegisterSelectListener SelectListener* listener )
ComboBox::Remove int index )
ComboBox::RemoveAll ( )
ComboBox::RemoveSelectListener SelectListener* listener )
ComboBox::Run ( )
ComboBox::SetArrowSize int size )
ComboBox::SetIndex int i )
ComboMenu::AddMenuItem MenuItem* item )
ComboMenu::ComboMenu [in-charge] int x, int y, int width, int visible_items )
ComboMenu::ComboMenu [not-in-charge] int x, int y, int width, int visible_items )
ComboMenu::DispatchEvent MenuEvent* event )
ComboMenu::GetCurrentIndex ( )
ComboMenu::GetCurrentItem ( )
ComboMenu::GetItemColor ( )
ComboMenu::GetItemsSize ( )
ComboMenu::GetMenuListeners ( )
ComboMenu::GetVisibleItems ( )
ComboMenu::InputChanged KeyEvent* event )
ComboMenu::RegisterMenuListener MenuListener* listener )
ComboMenu::RemoveAll ( )
ComboMenu::RemoveItem int index )
ComboMenu::RemoveMenuListener MenuListener* listener )
ComboMenu::SetBackgroundColor int red, int green, int blue, int alpha )
ComboMenu::SetBackgroundColor jcolor_t color )
ComboMenu::SetComboMenuAlign jmenu_align_t align )
ComboMenu::SetCurrentIndex int i )
ComboMenu::SetForegroundColor int red, int green, int blue, int alpha )
ComboMenu::SetForegroundColor jcolor_t color )
ComboMenu::SetItemColor int red, int green, int blue, int alpha )
ComboMenu::SetItemColor jcolor_t color )
ComboMenu::SetLoop bool loop )
ComboMenu::SetTitle std::string title )
ComboMenu::Show bool modal )
ComboMenu::~ComboMenu [in-charge-deleting] ( )
ComboMenu::~ComboMenu [in-charge] ( )
ComboMenu::~ComboMenu [not-in-charge] ( )
ComboMenuComponent::AddEmptyItem ( )
ComboMenuComponent::AddItem std::string text )
ComboMenuComponent::AddItem std::string text, bool checked )
ComboMenuComponent::AddItem std::string text, std::string image )
ComboMenuComponent::AddMenuItem MenuItem* item )
ComboMenuComponent::ComboMenuComponent [in-charge] int x, int y, int width, int visible_items )
ComboMenuComponent::ComboMenuComponent [not-in-charge] int x, int y, int width, int visible_items )
ComboMenuComponent::GetCurrentIndex ( )
ComboMenuComponent::GetCurrentMenuItem ( )
ComboMenuComponent::GetItemColor ( )
ComboMenuComponent::GetItemsSize ( )
ComboMenuComponent::GetMenuItem int index )
ComboMenuComponent::Paint Graphics* g )
ComboMenuComponent::ProcessEvent KeyEvent* event )
ComboMenuComponent::RemoveAll ( )
ComboMenuComponent::RemoveItem int index )
ComboMenuComponent::SetCurrentIndex int i )
ComboMenuComponent::SetGap int hgap, int vgap )
ComboMenuComponent::SetItemColor int red, int green, int blue, int alpha )
ComboMenuComponent::SetItemColor jcolor_t color )
ComboMenuComponent::SetLoop bool loop )
ComboMenuComponent::~ComboMenuComponent [in-charge-deleting] ( )
ComboMenuComponent::~ComboMenuComponent [in-charge] ( )
ComboMenuComponent::~ComboMenuComponent [not-in-charge] ( )
vtable for ComboMenu [data]
vtable for ComboMenuComponent [data]

jcomponent.h, libjlibcpp-0.5.so
namespace jgui
Component::CountLines std::string text, int width, Font* font ) [static]
Component::DispatchEvent ComponentEvent* event )
Component::DispatchEvent FocusEvent* event )
Component::PaintBorder Graphics* g )
Component::SetPreferredSize jsize_t size )
Component::SetTruncated bool b )
Component::TruncateString std::string text, int width )

jcomponentlistener.h, libjlibcpp-0.5.so
namespace jgui
ComponentListener::ComponentRepainted ComponentEvent* event )

jcontainer.h, libjlibcpp-0.5.so
namespace jgui
Container::DispatchEvent ContainerEvent* event )

jcontainerevent.h, libjlibcpp-0.5.so
namespace jgui
ContainerEvent::ContainerEvent [in-charge] void* source, Component* component, frame_event_t type )
ContainerEvent::ContainerEvent [not-in-charge] void* source, Component* component, frame_event_t type )

jgraphics.h, libjlibcpp-0.5.so
namespace jgui
Graphics::DrawString std::string full_text, int x, int y, int width, int height, jalign_t align )
Graphics::GetDefaultFont ( ) [static]
Graphics::SetDefaultFont Font* font ) [static]

jicon.h, libjlibcpp-0.5.so
namespace jgui
Icon::Icon [in-charge] std::string p1, int x, int y, int width, int height, int scale_width, int scale_height )
Icon::Icon [not-in-charge] std::string p1, int x, int y, int width, int height, int scale_width, int scale_height )

jindexedbuffer.h, libjlibcpp-0.5.so
namespace jthread
IndexedBuffer::Write uint8_t const* data, int size )

jinputmanager.h, libjlibcpp-0.5.so
namespace jgui
InputManager::DispatchEvent KeyEvent* event )
InputManager::DispatchEvent MouseEvent* event )

jkeyboard.h, libjlibcpp-0.5.so
namespace jgui
Keyboard::Clear ( )
Keyboard::DispatchEvent KeyboardEvent* event )
Keyboard::SetMaxTextSize int max )

jlabel.h, libjlibcpp-0.5.so
namespace jgui
Label::GetAlign ( )
Label::SetAlign jalign_t align )

jlistbox.h, libjlibcpp-0.5.so
namespace jgui
ListBox::AddEmptyItem ( )
ListBox::AddItem std::string text )
ListBox::AddItem std::string text, std::string image )
ListBox::DispatchEvent SelectEvent* event )
ListBox::GetAlign ( )
ListBox::GetCurrentIndex ( )
ListBox::GetCurrentValue ( )
ListBox::GetItemColor ( )
ListBox::GetItemsSize ( )
ListBox::GetSelectListeners ( )
ListBox::GetValue int index )
ListBox::RegisterSelectListener SelectListener* listener )
ListBox::RemoveAll ( )
ListBox::RemoveItem int index )
ListBox::RemoveSelectListener SelectListener* listener )
ListBox::SetAlign jalign_t align )
ListBox::SetItemColor int red, int green, int blue, int alpha )
ListBox::SetItemColor jcolor_t color )
ListBox::SetLoop bool loop )

jmarquee.h, libjlibcpp-0.5.so
namespace jgui
Marquee::Marquee [in-charge] int x, int y, int width, int height )
Marquee::Marquee [not-in-charge] int x, int y, int width, int height )

jmenu.h, libjlibcpp-0.5.so
namespace jgui
Menu::AddMenuItem MenuItem* item )
Menu::AddMenuItems std::vector<MenuItem*>& items )
Menu::DispatchEvent MenuEvent* event )
Menu::GetItemColor ( )
Menu::GetItemsSize ( )
Menu::GetMenuListeners ( )
Menu::RegisterMenuListener MenuListener* listener )
Menu::RemoveAll ( )
Menu::RemoveMenuListener MenuListener* listener )
Menu::SetBackgroundColor jcolor_t color )
Menu::SetForegroundColor jcolor_t color )
Menu::SetItemColor jcolor_t color )
Menu::SetLoop bool loop )
MenuComponent::AddEmptyItem ( )
MenuComponent::AddItem std::string text )
MenuComponent::AddItem std::string text, bool checked )
MenuComponent::AddItem std::string text, std::string image )
MenuComponent::AddMenuItem MenuItem* item )
MenuComponent::GetCurrentIndex ( )
MenuComponent::GetCurrentMenuItem ( )
MenuComponent::GetItemColor ( )
MenuComponent::GetItemsSize ( )
MenuComponent::GetMenuItem int index )
MenuComponent::MenuComponent [in-charge] int x, int y, int width, int visible_items )
MenuComponent::MenuComponent [not-in-charge] int x, int y, int width, int visible_items )
MenuComponent::Paint Graphics* g )
MenuComponent::ProcessEvent KeyEvent* event )
MenuComponent::RemoveAll ( )
MenuComponent::RemoveItem int index )
MenuComponent::SetCenteredInteraction bool b )
MenuComponent::SetCurrentIndex int i )
MenuComponent::SetItemColor int red, int green, int blue, int alpha )
MenuComponent::SetItemColor jcolor_t color )
MenuComponent::SetLoop bool loop )
MenuComponent::~MenuComponent [in-charge-deleting] ( )
MenuComponent::~MenuComponent [in-charge] ( )
MenuComponent::~MenuComponent [not-in-charge] ( )
vtable for MenuComponent [data]
vtable for MenuItem [data]

jmenuevent.h, libjlibcpp-0.5.so
namespace jgui
MenuEvent::GetMenuItem ( )
MenuEvent::GetType ( )
MenuEvent::MenuEvent [in-charge] void* source, jmenu_event_t type, MenuItem* item )
MenuEvent::MenuEvent [not-in-charge] void* source, jmenu_event_t type, MenuItem* item )
MenuEvent::~MenuEvent [in-charge-deleting] ( )
MenuEvent::~MenuEvent [in-charge] ( )
MenuEvent::~MenuEvent [not-in-charge] ( )
vtable for MenuEvent [data]

jmenuexception.h, libjlibcpp-0.5.so
namespace jgui
MenuException::MenuException [in-charge] std::string reason )
MenuException::MenuException [not-in-charge] std::string reason )
MenuException::what ( )
MenuException::~MenuException [in-charge-deleting] ( )
MenuException::~MenuException [in-charge] ( )
MenuException::~MenuException [not-in-charge] ( )
vtable for MenuException [data]

jmenugroup.h, libjlibcpp-0.5.so
namespace jgui
MenuGroup::Add MenuItem* item )
MenuGroup::ItemChanged MenuEvent* event )
MenuGroup::ItemSelected MenuEvent* event )
MenuGroup::Remove MenuItem* item )
MenuGroup::Select MenuItem* item )

jmenulistener.h, libjlibcpp-0.5.so
namespace jgui
MenuListener::ItemChanged MenuEvent* event )
MenuListener::ItemSelected MenuEvent* event )
MenuListener::MenuListener [in-charge] ( )
MenuListener::MenuListener [not-in-charge] ( )
MenuListener::~MenuListener [in-charge-deleting] ( )
MenuListener::~MenuListener [in-charge] ( )
MenuListener::~MenuListener [not-in-charge] ( )
vtable for MenuListener [data]

jmessagedialog.h, libjlibcpp-0.5.so
namespace jgui
MessageDialog::ActionPerformed ButtonEvent* event )
MessageDialog::MessageDialog [in-charge] std::string title, std::string msg, int x, int y )
MessageDialog::MessageDialog [not-in-charge] std::string title, std::string msg, int x, int y )
MessageDialog::SetAlign jalign_t align )
MessageDialog::~MessageDialog [in-charge-deleting] ( )
MessageDialog::~MessageDialog [in-charge] ( )
MessageDialog::~MessageDialog [not-in-charge] ( )
vtable for MessageDialog [data]

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

jscrollbar.h, libjlibcpp-0.5.so
namespace jgui
ScrollBar::DispatchEvent AdjustmentEvent* event )
ScrollBar::GetArrowsSize ( )
ScrollBar::SetArrowsSize int size )

jselectevent.h, libjlibcpp-0.5.so
namespace jgui
SelectEvent::GetText ( )
SelectEvent::SelectEvent [in-charge] void* source, std::string text, int index, jselect_type_t type )
SelectEvent::SelectEvent [not-in-charge] void* source, std::string text, int index, jselect_type_t type )

jslider.h, libjlibcpp-0.5.so
namespace jgui
Slider::DispatchEvent AdjustmentEvent* event )

jspin.h, libjlibcpp-0.5.so
namespace jgui
Spin::Add std::string text )
Spin::DispatchEvent SelectEvent* event )
Spin::GetArrowsSize ( )
Spin::GetIndex ( )
Spin::GetSelectListeners ( )
Spin::GetValue ( )
Spin::RegisterSelectListener SelectListener* listener )
Spin::Remove int index )
Spin::RemoveAll ( )
Spin::RemoveSelectListener SelectListener* listener )
Spin::SetArrowsSize int size )
Spin::SetIndex int i )
Spin::SetLoop bool b )

jtable.h, libjlibcpp-0.5.so
namespace jgui
Cell::GetAlign ( )
Cell::SetAlign jalign_t align )

jtextarea.h, libjlibcpp-0.5.so
namespace jgui
TextArea::Append std::string text )
TextArea::Backspace ( )
TextArea::Clear ( )
TextArea::DecCaretPosition ( )
TextArea::Delete ( )
TextArea::DispatchEvent TextEvent* event )
TextArea::EchoCharIsSet ( )
TextArea::GetCaretPosition ( )
TextArea::GetCaretType ( )
TextArea::GetEchoChar ( )
TextArea::GetSelectedText ( )
TextArea::GetText ( )
TextArea::GetTextListeners ( )
TextArea::IncCaretPosition int size )
TextArea::Insert std::string text, int pos )
TextArea::IsEditable ( )
TextArea::RegisterTextListener TextListener* listener )
TextArea::RemoveTextListener TextListener* listener )
TextArea::SetCaretPosition int pos )
TextArea::SetCaretType jcursor_type_t t )
TextArea::SetCaretVisible bool visible )
TextArea::SetEchoChar char echo_char )
TextArea::SetEditable bool b )
TextArea::SetMaxTextSize int max )
TextArea::SetSelectedText int begin, int end )
TextArea::SetText std::string text )
TextArea::TextArea [in-charge] int x, int y, int width, int height, int max_text )
TextArea::TextArea [not-in-charge] int x, int y, int width, int height, int max_text )

jtextdialog.h, libjlibcpp-0.5.so
namespace jgui
TextDialog::TextDialog [in-charge] std::string msg, int x, int y, bool wrap )
TextDialog::TextDialog [not-in-charge] std::string msg, int x, int y, bool wrap )
TextDialog::~TextDialog [in-charge-deleting] ( )
TextDialog::~TextDialog [in-charge] ( )
TextDialog::~TextDialog [not-in-charge] ( )
vtable for TextDialog [data]

jtextfield.h, libjlibcpp-0.5.so
namespace jgui
TextField::Append std::string text )
TextField::Backspace ( )
TextField::Clear ( )
TextField::DecCaretPosition ( )
TextField::Delete ( )
TextField::DispatchEvent TextEvent* event )
TextField::EchoCharIsSet ( )
TextField::GetAlign ( )
TextField::GetEchoChar ( )
TextField::GetSelectedText ( )
TextField::GetText ( )
TextField::GetTextListeners ( )
TextField::IncCaretPosition int size )
TextField::Insert std::string text, int pos )
TextField::IsEditable ( )
TextField::RegisterTextListener TextListener* listener )
TextField::RemoveTextListener TextListener* listener )
TextField::SetAlign jalign_t align )
TextField::SetCaretType jcursor_type_t t )
TextField::SetCaretVisible bool visible )
TextField::SetEchoChar char echo_char )
TextField::SetEditable bool b )
TextField::SetMaxTextSize int max )
TextField::SetSelectedText int begin, int end )
TextField::SetText std::string text )
TextField::TextField [in-charge] int x, int y, int width, int height, int max_text )
TextField::TextField [not-in-charge] int x, int y, int width, int height, int max_text )

jtheme.h, libjlibcpp-0.5.so
namespace jgui
Theme::SetGradientLevel int level )

jthememanager.h, libjlibcpp-0.5.so
namespace jgui
ThemeManager::Update ( )

jthread.h, libjlibcpp-0.5.so
namespace jthread
Thread::GetId ( )

jtree.h, libjlibcpp-0.5.so
namespace jgui
Tree::AddTreeItem TreeItem* item )
Tree::DispatchEvent MenuEvent* event )
Tree::GetItemColor ( )
Tree::GetItemsSize ( )
Tree::GetMenuListeners ( )
Tree::GetVisibleItems ( )
Tree::RegisterMenuListener MenuListener* listener )
Tree::RemoveAll ( )
Tree::RemoveItem int index )
Tree::RemoveMenuListener MenuListener* listener )
Tree::SetCurrentIndex int i )
Tree::SetItemColor int red, int green, int blue, int alpha )
Tree::SetItemColor jcolor_t color )
Tree::SetLoop bool loop )
Tree::SetTreeAlign jmenu_align_t align )
TreeComponent::AddEmptyItem ( )
TreeComponent::AddItem std::string text )
TreeComponent::AddItem std::string text, bool checked )
TreeComponent::AddItem std::string text, std::string image )
TreeComponent::AddTreeItem TreeItem* item )
TreeComponent::GetCurrentIndex ( )
TreeComponent::GetCurrentTreeItem ( )
TreeComponent::GetItemColor ( )
TreeComponent::GetItemsSize ( )
TreeComponent::GetTreeItem int index )
TreeComponent::Paint Graphics* g )
TreeComponent::ProcessEvent KeyEvent* event )
TreeComponent::RemoveAll ( )
TreeComponent::RemoveItem int index )
TreeComponent::SetCurrentIndex int i )
TreeComponent::SetGap int hgap, int vgap )
TreeComponent::SetItemColor int red, int green, int blue, int alpha )
TreeComponent::SetItemColor jcolor_t color )
TreeComponent::SetLoop bool loop )
TreeComponent::TreeComponent [in-charge] int x, int y, int width, int visible_items )
TreeComponent::TreeComponent [not-in-charge] int x, int y, int width, int visible_items )
TreeComponent::~TreeComponent [in-charge-deleting] ( )
TreeComponent::~TreeComponent [in-charge] ( )
TreeComponent::~TreeComponent [not-in-charge] ( )
vtable for TreeComponent [data]

jwatch.h, libjlibcpp-0.5.so
namespace jgui
Watch::Watch [in-charge] int x, int y, int width, int height, jwatch_type_t type )
Watch::Watch [not-in-charge] int x, int y, int width, int height, jwatch_type_t type )

jwindow.h, libjlibcpp-0.5.so
namespace jgui
Window::DispatchEvent WindowEvent* event )
Window::SetPosition int x1, int y1 )

jyesnodialog.h, libjlibcpp-0.5.so
namespace jgui
YesNoDialog::ActionPerformed ButtonEvent* event )
YesNoDialog::GetResponse ( )
YesNoDialog::YesNoDialog [in-charge] std::string title, std::string msg, int x, int y )
YesNoDialog::YesNoDialog [not-in-charge] std::string title, std::string msg, int x, int y )
YesNoDialog::~YesNoDialog [in-charge-deleting] ( )
YesNoDialog::~YesNoDialog [in-charge] ( )
YesNoDialog::~YesNoDialog [not-in-charge] ( )
vtable for YesNoDialog [data]

to the top

Problems with Data Types, High risk (89)


Shorthand notations: this - pointer to method's object (C++).
jcombobox.h
namespace jgui
[+] ComboBox (3)

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

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

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

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

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

jgridbaglayout.h
namespace jgui
[+] GridBagConstraints (1)
[+] GridBagLayoutInfo (2)

jinputmanager.h
namespace jgui
[+] KeyProcess (1)
[+] MouseProcess (1)

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

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

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

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

jobject.h
namespace jcommon
[+] Object (2)

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

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

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

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

jtree.h
namespace jgui
[+] Tree (3)

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

to the top

Problems with Data Types, Medium risk (24)


Shorthand notations: this - pointer to method's object (C++).
jcombobox.h
namespace jgui
[+] ComboBox (2)

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

jcomponentlistener.h
namespace jgui
[+] ComponentListener (1)

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

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

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

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

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

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

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

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

jthememanager.h
namespace jgui
[+] ThemeManager (1)

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

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

to the top

Problems with Interfaces, Medium risk (4)


jgfxhandler.h, libjlibcpp-0.5.so
namespace jgui
[+] GFXHandler::InitEngine ( ) (1)

jmenu.h, libjlibcpp-0.5.so
namespace jgui
[+] Menu::GetCurrentItem ( ) (1)

jmenugroup.h, libjlibcpp-0.5.so
namespace jgui
[+] MenuGroup::GetSelected ( ) (1)

jtree.h, libjlibcpp-0.5.so
namespace jgui
[+] Tree::GetCurrentItem ( ) (1)

to the top

Problems with Data Types, Low risk (59)


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

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

jcanvas.h
namespace jgui
[+] Canvas (1)

jcombobox.h
namespace jgui
[+] ComboBox (2)

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

jcomponentevent.h
namespace jgui
[+] jcomponent_event_t (1)

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

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

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

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

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

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

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

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

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

jmenu.h
namespace jgui
[+] Menu (17)

jmenugroup.h
namespace jgui
[+] MenuGroup (4)

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

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

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

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

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

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

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

jthememanager.h
namespace jgui
[+] ThemeManager (1)

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

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

to the top

Problems with Interfaces, Low risk (37)


jcombobox.h, libjlibcpp-0.5.so
namespace jgui
[+] ComboBox::ComboBox [in-charge] int x, int y, int width, int height, int visible_items ) (1)
[+] ComboBox::ComboBox [not-in-charge] int x, int y, int width, int height, int visible_items ) (1)

jconnection.h
namespace jsocket
[+] Connection::GetReceiveBytes ( ) (1)
[+] Connection::GetSentBytes ( ) (1)

jconnectionpipe.h, libjlibcpp-0.5.so
namespace jsocket
[+] ConnectionPipe::GetReceiveBytes ( ) (1)
[+] ConnectionPipe::GetSentBytes ( ) (1)

jcontainerevent.h, libjlibcpp-0.5.so
namespace jgui
[+] ContainerEvent::GetType ( ) (1)

jdatagramsocket.h, libjlibcpp-0.5.so
namespace jsocket
[+] DatagramSocket::GetReceiveBytes ( ) (1)
[+] DatagramSocket::GetSentBytes ( ) (1)

jmulticastsocket.h, libjlibcpp-0.5.so
namespace jsocket
[+] MulticastSocket::GetReceiveBytes ( ) (1)
[+] MulticastSocket::GetSentBytes ( ) (1)

jobject.h, libjlibcpp-0.5.so
namespace jcommon
[+] Object::Hash ( ) (1)

jrawsocket.h, libjlibcpp-0.5.so
namespace jsocket
[+] RawSocket::GetReceiveBytes ( ) (1)
[+] RawSocket::GetSentBytes ( ) (1)

jsocket.h, libjlibcpp-0.5.so
namespace jsocket
[+] Socket::GetReceiveBytes ( ) (1)
[+] Socket::GetSentBytes ( ) (1)

jsocketinputstream.h, libjlibcpp-0.5.so
namespace jsocket
[+] SocketInputStream::Available ( ) (1)
[+] SocketInputStream::GetPosition ( ) (1)
[+] SocketInputStream::GetReceiveBytes ( ) (1)
[+] SocketInputStream::GetSize ( ) (1)
[+] SocketInputStream::Read char* data_, long long data_length_ ) (1)

jsocketoption.h, libjlibcpp-0.5.so
namespace jsocket
[+] SocketOption::GetTimeStamp ( ) (1)

jsocketoutputstream.h, libjlibcpp-0.5.so
namespace jsocket
[+] SocketOutputStream::Available ( ) (1)
[+] SocketOutputStream::Flush ( ) (1)
[+] SocketOutputStream::GetSentBytes ( ) (1)
[+] SocketOutputStream::GetSize ( ) (1)
[+] SocketOutputStream::Write char const* data_, long long data_length_ ) (1)

jsslsocketinputstream.h, libjlibcpp-0.5.so
namespace jsocket
[+] SSLSocketInputStream::Available ( ) (1)
[+] SSLSocketInputStream::GetPosition ( ) (1)
[+] SSLSocketInputStream::GetReceiveBytes ( ) (1)
[+] SSLSocketInputStream::GetSize ( ) (1)
[+] SSLSocketInputStream::Read char* data_, long long data_length_ ) (1)

jsslsocketoutputstream.h, libjlibcpp-0.5.so
namespace jsocket
[+] SSLSocketOutputStream::Available ( ) (1)
[+] SSLSocketOutputStream::Flush ( ) (1)
[+] SSLSocketOutputStream::GetSentBytes ( ) (1)
[+] SSLSocketOutputStream::GetSize ( ) (1)
[+] SSLSocketOutputStream::Write char const* data_, long long data_length_ ) (1)

to the top

Problems with Constants (3)


jcomponent.h
[+] DEFAULT_COMPONENT_HEIGHT
[+] DEFAULT_COMPONENT_WIDTH

jindexedbuffer.h
[+] MAX_CHUNK_SIZE

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
jindexedbuffer.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
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.5.so

to the top




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