bt747.waba_view
Class MyCheck

java.lang.Object
  extended by waba.ui.Control
      extended by waba.ui.Check
          extended by bt747.waba_view.MyCheck
All Implemented Interfaces:
waba.fx.ISurface

public final class MyCheck
extends waba.ui.Check

Author:
Mario De Weerd

Field Summary
 
Fields inherited from class waba.ui.Control
AFTER, appId, appObj, BEFORE, BOTTOM, CENTER, clearValueInt, clearValueStr, FILL, FIT, fm, focusTraversable, highlightRectsCount, LEFT, PREFERRED, RANGE, RIGHT, SAME, TOP, uiCE, uiFlat, uiPalm, uiVista
 
Constructor Summary
MyCheck(java.lang.String text)
           
 
Method Summary
 int getPreferredHeight()
           
 int getPreferredWidth()
           
 
Methods inherited from class waba.ui.Check
clear, getChecked, getText, onEvent, onPaint, paintCheck, setChecked, setText
 
Methods inherited from class waba.ui.Control
addTimer, changeHighlighted, contains, createGraphics, drawHighlight, getAbsoluteRect, getBackColor, getFont, getFontMetrics, getForeColor, getNext, getParent, getParentWindow, getPos, getRect, getSize, isDisplayed, isEnabled, isVisible, postEvent, removeTimer, repaint, repaintNow, requestFocus, setBackColor, setBackForeColors, setEnabled, setFocusLess, setFont, setForeColor, setRect, setRect, setRect, setVisible, translateFromOrigin, uiStyleChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyCheck

public MyCheck(java.lang.String text)
Parameters:
text -
Method Detail

getPreferredHeight

public final int getPreferredHeight()
Overrides:
getPreferredHeight in class waba.ui.Check

getPreferredWidth

public final int getPreferredWidth()
Overrides:
getPreferredWidth in class waba.ui.Check