| Methods in org.nakedobjects.plugins.dnd.viewer.border with parameters of type WindowControl |
void |
SimpleStyleWindowBorder.draw(Canvas canvas,
Size s,
boolean hasFocus,
ViewState state,
WindowControl[] controls,
java.lang.String title)
|
void |
BorderDrawing.draw(Canvas canvas,
Size s,
boolean hasFocus,
ViewState state,
WindowControl[] controls,
java.lang.String title)
|
void |
SwingStyleWindowBorder.draw(Canvas canvas,
Size s,
boolean hasFocus,
ViewState state,
WindowControl[] controls,
java.lang.String title)
|
void |
LineStyleWindowBorder.draw(Canvas canvas,
Size s,
boolean hasFocus,
ViewState state,
WindowControl[] controls,
java.lang.String title)
|
void |
SimpleStyleWindowBorder.getRequiredSize(Size size,
java.lang.String title,
WindowControl[] controls)
|
void |
BorderDrawing.getRequiredSize(Size size,
java.lang.String title,
WindowControl[] controls)
|
void |
SwingStyleWindowBorder.getRequiredSize(Size size,
java.lang.String title,
WindowControl[] controls)
|
void |
LineStyleWindowBorder.getRequiredSize(Size size,
java.lang.String title,
WindowControl[] controls)
|
void |
SimpleStyleWindowBorder.layoutControls(Size size,
WindowControl[] controls)
|
void |
BorderDrawing.layoutControls(Size size,
WindowControl[] controls)
|
void |
SwingStyleWindowBorder.layoutControls(Size size,
WindowControl[] controls)
|
void |
LineStyleWindowBorder.layoutControls(Size size,
WindowControl[] controls)
|
protected void |
AbstractWindowBorder.setControls(WindowControl[] controls)
|