com.hammingweight.hammock.mocks.microedition.lcdui
Class MockGauge
java.lang.Object
javax.microedition.lcdui.Item
javax.microedition.lcdui.Gauge
com.hammingweight.hammock.mocks.microedition.lcdui.MockGauge
- All Implemented Interfaces:
- IMockObject
public class MockGauge
- extends javax.microedition.lcdui.Gauge
- implements IMockObject
Fields inherited from class javax.microedition.lcdui.Gauge |
CONTINUOUS_IDLE, CONTINUOUS_RUNNING, INCREMENTAL_IDLE, INCREMENTAL_UPDATING, INDEFINITE |
Fields inherited from class javax.microedition.lcdui.Item |
BUTTON, HYPERLINK, LAYOUT_2, LAYOUT_BOTTOM, LAYOUT_CENTER, LAYOUT_DEFAULT, LAYOUT_EXPAND, LAYOUT_LEFT, LAYOUT_NEWLINE_AFTER, LAYOUT_NEWLINE_BEFORE, LAYOUT_RIGHT, LAYOUT_SHRINK, LAYOUT_TOP, LAYOUT_VCENTER, LAYOUT_VEXPAND, LAYOUT_VSHRINK, PLAIN |
Constructor Summary |
MockGauge(java.lang.String arg0,
boolean arg1,
int arg2,
int arg3)
|
MockGauge(java.lang.String arg0,
boolean arg1,
int arg2,
int arg3,
IInvocationHandler handler)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MTHD_ADD_COMMAND_$_COMMAND
public static final MockMethod MTHD_ADD_COMMAND_$_COMMAND
MTHD_GET_LABEL
public static final MockMethod MTHD_GET_LABEL
MTHD_GET_LAYOUT
public static final MockMethod MTHD_GET_LAYOUT
MTHD_GET_MAX_VALUE
public static final MockMethod MTHD_GET_MAX_VALUE
MTHD_GET_MINIMUM_HEIGHT
public static final MockMethod MTHD_GET_MINIMUM_HEIGHT
MTHD_GET_MINIMUM_WIDTH
public static final MockMethod MTHD_GET_MINIMUM_WIDTH
MTHD_GET_PREFERRED_HEIGHT
public static final MockMethod MTHD_GET_PREFERRED_HEIGHT
MTHD_GET_PREFERRED_WIDTH
public static final MockMethod MTHD_GET_PREFERRED_WIDTH
MTHD_GET_VALUE
public static final MockMethod MTHD_GET_VALUE
MTHD_IS_INTERACTIVE
public static final MockMethod MTHD_IS_INTERACTIVE
MTHD_NOTIFY_STATE_CHANGED
public static final MockMethod MTHD_NOTIFY_STATE_CHANGED
MTHD_REMOVE_COMMAND_$_COMMAND
public static final MockMethod MTHD_REMOVE_COMMAND_$_COMMAND
MTHD_SET_DEFAULT_COMMAND_$_COMMAND
public static final MockMethod MTHD_SET_DEFAULT_COMMAND_$_COMMAND
MTHD_SET_ITEM_COMMAND_LISTENER_$_ITEMCOMMANDLISTENER
public static final MockMethod MTHD_SET_ITEM_COMMAND_LISTENER_$_ITEMCOMMANDLISTENER
MTHD_SET_LABEL_$_STRING
public static final MockMethod MTHD_SET_LABEL_$_STRING
MTHD_SET_LAYOUT_$_INT
public static final MockMethod MTHD_SET_LAYOUT_$_INT
MTHD_SET_MAX_VALUE_$_INT
public static final MockMethod MTHD_SET_MAX_VALUE_$_INT
MTHD_SET_PREFERRED_SIZE_$_INT_INT
public static final MockMethod MTHD_SET_PREFERRED_SIZE_$_INT_INT
MTHD_SET_VALUE_$_INT
public static final MockMethod MTHD_SET_VALUE_$_INT
MockGauge
public MockGauge(java.lang.String arg0,
boolean arg1,
int arg2,
int arg3)
MockGauge
public MockGauge(java.lang.String arg0,
boolean arg1,
int arg2,
int arg3,
IInvocationHandler handler)
setInvocationHandler
public final void setInvocationHandler(IInvocationHandler handler)
- Description copied from interface:
IMockObject
- Sets the invocation handler that the mock object should use to evaluate
method invocations.
- Specified by:
setInvocationHandler
in interface IMockObject
- Parameters:
handler
- The invocation handler to be used by the mock object.
getInvocationHandler
public final IInvocationHandler getInvocationHandler()
- Description copied from interface:
IMockObject
- Gets the invocation handler that the mock object uses to evaluate method
invocations.
- Specified by:
getInvocationHandler
in interface IMockObject
- Returns:
- The invocation handler used by the mock object.
addCommand
public void addCommand(javax.microedition.lcdui.Command arg0)
- Overrides:
addCommand
in class javax.microedition.lcdui.Gauge
getLabel
public java.lang.String getLabel()
- Overrides:
getLabel
in class javax.microedition.lcdui.Item
getLayout
public int getLayout()
- Overrides:
getLayout
in class javax.microedition.lcdui.Item
getMaxValue
public int getMaxValue()
- Overrides:
getMaxValue
in class javax.microedition.lcdui.Gauge
getMinimumHeight
public int getMinimumHeight()
- Overrides:
getMinimumHeight
in class javax.microedition.lcdui.Item
getMinimumWidth
public int getMinimumWidth()
- Overrides:
getMinimumWidth
in class javax.microedition.lcdui.Item
getPreferredHeight
public int getPreferredHeight()
- Overrides:
getPreferredHeight
in class javax.microedition.lcdui.Item
getPreferredWidth
public int getPreferredWidth()
- Overrides:
getPreferredWidth
in class javax.microedition.lcdui.Item
getValue
public int getValue()
- Overrides:
getValue
in class javax.microedition.lcdui.Gauge
isInteractive
public boolean isInteractive()
- Overrides:
isInteractive
in class javax.microedition.lcdui.Gauge
notifyStateChanged
public void notifyStateChanged()
- Overrides:
notifyStateChanged
in class javax.microedition.lcdui.Item
removeCommand
public void removeCommand(javax.microedition.lcdui.Command arg0)
- Overrides:
removeCommand
in class javax.microedition.lcdui.Item
setDefaultCommand
public void setDefaultCommand(javax.microedition.lcdui.Command arg0)
- Overrides:
setDefaultCommand
in class javax.microedition.lcdui.Gauge
setItemCommandListener
public void setItemCommandListener(javax.microedition.lcdui.ItemCommandListener arg0)
- Overrides:
setItemCommandListener
in class javax.microedition.lcdui.Gauge
setLabel
public void setLabel(java.lang.String arg0)
- Overrides:
setLabel
in class javax.microedition.lcdui.Gauge
setLayout
public void setLayout(int arg0)
- Overrides:
setLayout
in class javax.microedition.lcdui.Gauge
setMaxValue
public void setMaxValue(int arg0)
- Overrides:
setMaxValue
in class javax.microedition.lcdui.Gauge
setPreferredSize
public void setPreferredSize(int arg0,
int arg1)
- Overrides:
setPreferredSize
in class javax.microedition.lcdui.Gauge
setValue
public void setValue(int arg0)
- Overrides:
setValue
in class javax.microedition.lcdui.Gauge