|
Deprecated Methods |
amber.server.component.ComplexListHandler.add(Vector)
The correct interface now uses the ComplexLine class. |
amber.server.component.ComplexListHandler.add(Vector, int)
The correct interface now uses the ComplexLine class. |
amber.server.application.ApplicationHandler.addComponent(ComponentHandler)
This function is now replaced by add for consistency with standard Java. |
amber.server.application.ApplicationHandler.addComponent(ComponentHandler, int, int, int, int, int)
This function is now replaced by add for consistency with standard Java. |
amber.server.panel.BasePanel.addComponent(ComponentHandler, int, int, int, int, String, String, boolean)
This function is now replaced by add() to make panels more like Java panels. |
amber.server.component.ComplexListHandler.addItem(Vector)
The correct interface now uses the ComplexLine class. |
amber.server.component.ComplexListHandler.addItem(Vector, int)
The correct interface now uses the ComplexLine class. |
amber.server.component.ComplexListHandler.insert(Vector, int)
The correct interface now uses the ComplexLine class. |
amber.server.component.ComplexListHandler.insert(Vector, int, int)
The correct interface now uses the ComplexLine class. |
amber.server.component.ComplexListHandler.insertItem(Vector, int)
The correct interface now uses the ComplexLine class. |
amber.server.component.ComplexListHandler.insertItem(Vector, int, int)
The correct interface now uses the ComplexLine class. |
amber.server.panel.BasePanel.removeComponent(ComponentHandler)
Now replaced with the function remove () for consistency with Java panels. |
amber.server.component.ComplexListHandler.replaceItem(Vector, int)
The correct interface now uses the ComplexLine class. |
amber.server.component.ComplexListHandler.replaceItem(Vector, int, int)
The correct interface now uses the ComplexLine class. |
amber.server.component.ComplexListHandler.setColumnHeaders(Vector)
The correct interface is now the setColumns function. |
amber.server.component.ComplexListHandler.setColumnSizes(Vector)
The correct interface is now the setColumns function. |
amber.server.application.ApplicationHandler.setUpComponent(ComponentHandler)
This function is now replaced by add for consistency with standard Java. |
amber.server.application.ApplicationHandler.setUpComponent(ComponentHandler, int, int, int, int, int)
This function is now replaced by add for consistency with standard Java. |