A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

I

Icalendar - Class in de.enough.polish.calendar
 
Icalendar() - Constructor for class de.enough.polish.calendar.Icalendar
 
IconCustomItem - Class in de.enough.polish.ui
Allows to use an image along with text within one icon.
IconCustomItem(String, Image) - Constructor for class de.enough.polish.ui.IconCustomItem
Creates a new icon.
IconCustomItem(String, Image, Style) - Constructor for class de.enough.polish.ui.IconCustomItem
Creates a new icon.
IconCustomItem(String, String, Image) - Constructor for class de.enough.polish.ui.IconCustomItem
Creates a new icon.
IconCustomItem(String, String, Image, Style) - Constructor for class de.enough.polish.ui.IconCustomItem
Creates a new icon.
IconItem - Class in de.enough.polish.ui
Shows a string with an optional image attached to it.
IconItem(String, Image) - Constructor for class de.enough.polish.ui.IconItem
Creates a new icon.
IconItem(String, Image, Style) - Constructor for class de.enough.polish.ui.IconItem
Creates a new icon.
IconItem(String, String, Image) - Constructor for class de.enough.polish.ui.IconItem
Creates a new icon.
IconItem(String, String, Image, Style) - Constructor for class de.enough.polish.ui.IconItem
Creates a new icon.
ID_BLANK - Static variable in class de.enough.polish.ui.keyboard.Keyboard
the key mappings placeholder for a blank space in a keyboard layout
ID_CLEAR - Static variable in class de.enough.polish.ui.keyboard.Keyboard
the key mappings placeholder for the clear key
ID_DELETE - Static variable in class de.enough.polish.ui.keyboard.Keyboard
the key mappings placeholder for the delete key
ID_MODE - Static variable in class de.enough.polish.ui.keyboard.Keyboard
the key mappings placeholder for the mode key
ID_SHIFT - Static variable in class de.enough.polish.ui.keyboard.Keyboard
the key mappings placeholder for the shift key
ID_SPACE - Static variable in class de.enough.polish.ui.keyboard.Keyboard
the key mappings placeholder for the space key
IdentityArrayList<K> - Class in de.enough.polish.util
Provides an flexible list for storing objects, instead of equals we use referential identity (==) for comparing objects, which makes this list faster.
IdentityArrayList() - Constructor for class de.enough.polish.util.IdentityArrayList
Creates an ArrayList with the initial capacity of 10 and a growth factor of 75%
IdentityArrayList(int) - Constructor for class de.enough.polish.util.IdentityArrayList
Creates an ArrayList with the given initial capacity and a growth factor of 75%
IdentityArrayList(int, int) - Constructor for class de.enough.polish.util.IdentityArrayList
Creates a new ArrayList
IdentityHashMap - Class in de.enough.polish.util
Provides the functionality of the J2SE java.util.HashMap for J2ME applications and uses reference checks for comparing keys.
IdentityHashMap() - Constructor for class de.enough.polish.util.IdentityHashMap
Creates a new HashMap with the default initial capacity 16 and a load factor of 75%.
IdentityHashMap(int) - Constructor for class de.enough.polish.util.IdentityHashMap
Creates a new HashMap with the specified initial capacity.
IdentityHashMap(int, int) - Constructor for class de.enough.polish.util.IdentityHashMap
Creates a new HashMap with the specified initial capacity and the specified load factor.
ignoreRepaintRequests - Variable in class de.enough.polish.ui.FakeCustomItem
 
ignoreRepaintRequests - Variable in class de.enough.polish.ui.Item
 
ignoreRepaintRequests - Variable in class de.enough.polish.ui.Screen
 
IllegalModeException - Exception in de.enough.polish.android.io.file
Represents an exception thrown when a method is invoked requiring a particular security mode (e.g.
IllegalModeException() - Constructor for exception de.enough.polish.android.io.file.IllegalModeException
Constructs a new instance of this class with its stack trace filled in.
IllegalModeException(String) - Constructor for exception de.enough.polish.android.io.file.IllegalModeException
Constructs a new instance of this class with its stack trace and message filled in.
IllegalStateException - Exception in de.enough.polish.doja.lang
Mapping for java.lang.IllegalStateException which is part of the MIDP standard.
IllegalStateException() - Constructor for exception de.enough.polish.doja.lang.IllegalStateException
Creates a new IllegalStateException object.
IllegalStateException(String) - Constructor for exception de.enough.polish.doja.lang.IllegalStateException
Creates a new IllegalStateException object.
Image - Class in de.enough.polish.android.lcdui
The Image class is used to hold graphical image data.
Image - Class in de.enough.polish.blackberry.ui
The Image class is used to hold graphical image data.
Image - Class in de.enough.polish.doja.ui
The Image class is used to hold graphical image data.
image - Variable in class de.enough.polish.ui.FakeIconCustomItem
 
image - Variable in class de.enough.polish.ui.IconItem
 
image - Variable in class de.enough.polish.ui.ImageItem
 
image - Variable in class de.enough.polish.ui.texteffects.SmileyTextEffect.Smiley
 
Image2DExtended - Class in de.enough.polish.graphics3d.m3g.utils
Image2D wrapper class.
Image2DExtended(int, Object) - Constructor for class de.enough.polish.graphics3d.m3g.utils.Image2DExtended
 
Image2DExtended(int, int, int, int[]) - Constructor for class de.enough.polish.graphics3d.m3g.utils.Image2DExtended
 
imageAlign - Variable in class de.enough.polish.ui.FakeIconCustomItem
 
imageAlign - Variable in class de.enough.polish.ui.IconItem
 
ImageBackground - Class in de.enough.polish.ui.backgrounds
Paints an image as a background.
ImageBackground(int, String, int) - Constructor for class de.enough.polish.ui.backgrounds.ImageBackground
Creates a new image background.
ImageBackground(int, String, int, int, int) - Constructor for class de.enough.polish.ui.backgrounds.ImageBackground
Creates a new image background.
ImageBackground(int, String, int, Dimension, Dimension) - Constructor for class de.enough.polish.ui.backgrounds.ImageBackground
Creates a new image background.
ImageBackground(int, Image, int) - Constructor for class de.enough.polish.ui.backgrounds.ImageBackground
Creates a new image background.
ImageBackground(int, Image, int, int, int) - Constructor for class de.enough.polish.ui.backgrounds.ImageBackground
Creates a new image background.
ImageBackground(int, Image, int, Dimension, Dimension) - Constructor for class de.enough.polish.ui.backgrounds.ImageBackground
Creates a new image background.
ImageBorder - Class in de.enough.polish.ui.borders
Paints an border with customizable images for each edge and each side.
ImageBorder(int, Image) - Constructor for class de.enough.polish.ui.borders.ImageBorder
 
ImageBorder(int, String) - Constructor for class de.enough.polish.ui.borders.ImageBorder
 
ImageConsumer - Interface in de.enough.polish.ui
Defines the interface of any object which needs images.
imageHeight - Variable in class de.enough.polish.ui.FakeIconCustomItem
 
imageHeight - Variable in class de.enough.polish.ui.IconItem
 
imageHeight - Variable in class de.enough.polish.ui.ImageItem
 
ImageItem - Class in de.enough.polish.ui
An item that can contain an image.
ImageItem(String, Image, int, String) - Constructor for class de.enough.polish.ui.ImageItem
Creates a new ImageItem with the given label, image, layout directive, and alternate text string.
ImageItem(String, Image, int, String, Style) - Constructor for class de.enough.polish.ui.ImageItem
Creates a new ImageItem with the given label, image, layout directive, and alternate text string.
ImageItem(String, Image, int, String, int) - Constructor for class de.enough.polish.ui.ImageItem
Creates a new ImageItem object with the given label, image, layout directive, alternate text string, and appearance mode.
ImageItem(String, Image, int, String, int, Style) - Constructor for class de.enough.polish.ui.ImageItem
Creates a new ImageItem object with the given label, image, layout directive, alternate text string, and appearance mode.
ImageQueue - Class in de.enough.polish.ui
Provides a queue for loading images in the background.
ImageQueue(ImageConsumer, boolean) - Constructor for class de.enough.polish.ui.ImageQueue
 
imagesByName - Static variable in class de.enough.polish.ui.StyleSheet
 
ImagesGaugeView - Class in de.enough.polish.ui.gaugeviews
Displays a list of images like an animated GIF
ImagesGaugeView() - Constructor for class de.enough.polish.ui.gaugeviews.ImagesGaugeView
 
ImageTask - Class in de.enough.polish.ui.tasks
Loads an Image in the background using a Timer.
ImageTask(String) - Constructor for class de.enough.polish.ui.tasks.ImageTask
Creates a new ImageTask.
imageToTextureMatrix(Image, int, Image[][]) - Static method in class de.enough.polish.graphics3d.utils.Utilities3d
Divides argument image into a matrix of smaller images based on the allowed maxTexDim size.
ImageUtil - Class in de.enough.polish.util
Utility class for transforming images.
imageWidth - Variable in class de.enough.polish.ui.FakeIconCustomItem
 
imageWidth - Variable in class de.enough.polish.ui.IconItem
 
imageWidth - Variable in class de.enough.polish.ui.ImageItem
 
iMax - Static variable in class de.enough.polish.math.HFloat
 
iMin - Static variable in class de.enough.polish.math.HFloat
 
IMPLICIT - Static variable in interface de.enough.polish.ui.Choice
IMPLICIT is a choice in which the currently focused element is selected when a Command is initiated.
IMPLICIT - Static variable in class de.enough.polish.ui.FilteredChoiceGroup
Only a single option can be selected - it is selected automatically when pressing FIRE.
importContact(Contact) - Method in interface de.enough.polish.android.pim.ContactList
Imports the given Contact into this contact list by making a new Contact for the list and filling its information with as much information as it can from the provided Contact.
importContact(ContactImpl) - Method in class de.enough.polish.android.pim.enough.ContactDao
 
importContact(Contact) - Method in class de.enough.polish.android.pim.enough.ContactListImpl
 
importEvent(Event) - Method in interface de.enough.polish.android.pim.EventList
Imports the given Event into this list by making a new Event for the list and filling its information with as much information as it can from the provided Event.
importToDo(ToDo) - Method in interface de.enough.polish.android.pim.ToDoList
Imports the given ToDo into this list by making a new ToDo for the list and filling its information with as much information as it can from the provided ToDo.
INAPPROPRIATE_KEY_USAGE - Static variable in exception de.enough.polish.android.pki.CertificateException
Indicates a certificate public key has been used in way deemed inappropriate by the issuer.
includeAllItems - Variable in class de.enough.polish.ui.containerviews.CoverFlowContainerView
 
includeAllItems - Variable in class de.enough.polish.ui.containerviews.FishEyeContainerView
 
includeLabel - Variable in class de.enough.polish.ui.FakeCustomItem
 
includeLabel - Variable in class de.enough.polish.ui.Item
 
includeSeconds() - Method in class de.enough.polish.ui.ClockItem
Determines whether seconds should be appended to this clock view.
increaseCaret() - Method in class de.enough.polish.predictive.TextBuilder
Increases the caret position to set in getCaretPosition() by setting the corresponding align and element index
INCREMENTAL_IDLE - Static variable in class de.enough.polish.ui.Gauge
The value representing the incremental-idle state of a non-interactive Gauge with indefinite range.
INCREMENTAL_UPDATING - Static variable in class de.enough.polish.ui.Gauge
The value representing the incremental-updating state of a non-interactive Gauge with indefinite range.
incrementSmartTimer(Object) - Static method in class de.enough.polish.benchmark.Benchmark
Increment a certain timer by 1.
inDaylightTime(Date) - Method in class de.enough.polish.calendar.CalendarTimeZone
Just a a dummy implementation for Java SE compatibility
INDEFINITE - Static variable in class de.enough.polish.ui.Gauge
A special value used for the maximum value in order to indicate that the Gauge has indefinite range.
indexOf(Item) - Method in class de.enough.polish.ui.Container
Retrieves the index of the specified item.
indexOf(Item) - Method in class de.enough.polish.ui.FakeContainerCustomItem
Retrieves the index of the specified item.
indexOf(Item) - Method in class de.enough.polish.ui.TableItem
 
indexOf(Item, Screen) - Static method in class de.enough.polish.ui.UiAccess
Retrieves the index of the specified item in the screen.
indexOf(Item, Screen) - Static method in class de.enough.polish.ui.UiAccess
Retrieves the index of the specified item in the screen.
indexOf(Item, Screen) - Static method in class de.enough.polish.ui.UiAccess
Retrieves the index of the specified item in the screen.
indexOf(Item, Screen) - Static method in class de.enough.polish.ui.UiAccess
Retrieves the index of the specified item in the screen.
indexOf(K) - Method in class de.enough.polish.util.ArrayList
Retrieves the index of the given object.
indexOf(boolean) - Method in class de.enough.polish.util.BooleanList
Retrieves the (first) index of the given boolean.
indexOf(K) - Method in class de.enough.polish.util.IdentityArrayList
Retrieves the index of the given object.
indexOf(int) - Method in class de.enough.polish.util.IntList
Retrieves the index of the given object.
indexOf(long) - Method in class de.enough.polish.util.LongList
Retrieves the index of the given object.
indexOfKey(K) - Method in class de.enough.polish.util.KeyValueList
Retrieves the (first) index of the given key.
indexOfValue(V) - Method in class de.enough.polish.util.KeyValueList
Retrieves the (first) index of the given value.
INDICATOR - Static variable in class de.enough.polish.ui.PredictiveAccess
The indicator which is shown in the info box of a textfield indication the predictive mode is activated
INFINITY - Static variable in class de.enough.polish.util.Locale
The string used to represent infinity.
INFO - Static variable in class de.enough.polish.android.lcdui.AlertType
An INFO AlertType typically provides non-threatening information to the user.
INFO - Static variable in class de.enough.polish.ui.AlertType
An INFO AlertType typically provides non-threatening information to the user.
infoHeight - Variable in class de.enough.polish.ui.Screen
determines whether the info text should be shown
infoItem - Variable in class de.enough.polish.ui.FakeTextFieldCustomItem
 
infoItem - Variable in class de.enough.polish.ui.TextField
 
informDefaultCommand(Command) - Method in class de.enough.polish.ui.MenuBar
Informs the menubar about an possibly updated default command.
init(int) - Method in class de.enough.polish.math.HFloat.HFloatHTaylor
 
init() - Method in class de.enough.polish.predictive.trie.TrieProvider
 
init(int, int, int) - Method in class de.enough.polish.ui.ChoiceGroup
 
init(int, int, int) - Method in class de.enough.polish.ui.FakeChoiceGroupCustomItem
 
init(int, int, int) - Method in class de.enough.polish.ui.FakeCustomItem
Initialises this item.
init(int, int, int) - Method in class de.enough.polish.ui.Item
Initialises this item.
init(Item, Item) - Method in class de.enough.polish.ui.ItemTransition
Initializes this transition
init(Item, int, int, int) - Method in class de.enough.polish.ui.ItemView
Initialises this item view.
init(TextField) - Method in class de.enough.polish.ui.PredictiveAccess
Initializes the predictive input for a textfield by creating objects for the choices container and setting the input mode
init(int, int, int) - Method in class de.enough.polish.ui.remotescreen.BluetoothRemoteScreen
 
init(int, int, int) - Method in interface de.enough.polish.ui.RemoteScreen
Initializes the remote screen, this may be called several times, e.g.
init(int, int) - Method in class de.enough.polish.ui.Screen
Initialises this screen before it is painted for the first time.
init(int, int) - Method in class de.enough.polish.ui.TabbedPane
 
init() - Static method in class de.enough.polish.ui.texteffects.SmileyTextEffect
Intializes this effect and loads smileys.
init(Item, int, int, int) - Static method in class de.enough.polish.ui.UiAccess
Intializes the specified item with the specified dimensions
init(Item, int, int, int) - Static method in class de.enough.polish.ui.UiAccess
Intializes the specified item with the specified dimensions
init(Screen) - Static method in class de.enough.polish.ui.UiAccess
Intializes the specified screen
initAnimation() - Method in class de.enough.polish.ui.containerviews.SlideContainerView
Initializes the animation.
initApp() - Method in interface de.enough.polish.ui.splash.ApplicationInitializer
Initialises the application and returns the first screen that should be shown after the splash screen.
initContent(int, int, int) - Method in class de.enough.polish.browser.Browser
 
initContent(int, int, int) - Method in class de.enough.polish.ui.ChartItem
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.chartviews.PieChartView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.chartviews.VerticalBarChartView
 
initContent(int, int, int) - Method in class de.enough.polish.ui.ChoiceGroup
 
initContent(int, int, int) - Method in class de.enough.polish.ui.ChoiceItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.ChoiceTextField
 
initContent(int, int, int) - Method in class de.enough.polish.ui.ClockItem
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.clockviews.BinaryTextClockView
 
initContent(int, int, int) - Method in class de.enough.polish.ui.CommandItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.Container
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.ContainerView
Initializes this container view.
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.AlignAtContentContainerView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.CarouselContainerView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.CenterNavigationContainerView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.CoverFlowContainerView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.DroppingView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.ExclusiveSingleLineView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.FishEyeContainerView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.HorizontalChoiceView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.HorizontalContainerView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.HorizontalGrayOutContainerView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.LayerContainerView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.Midp2ContainerView
 
initContent(Item[], int, int, int) - Method in class de.enough.polish.ui.containerviews.Midp2ContainerView
Initiates this view for the specified items
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.MIDP2LayoutView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.NumberedContainerView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.RelativeLayoutView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.RemoveTextContainerView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.ShuffleView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.SlideContainerView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.SpringContainerView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.containerviews.VerticalFixedContainerView
 
initContent(int, int, int) - Method in class de.enough.polish.ui.CustomItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.DateField
 
initContent(int, int, int) - Method in class de.enough.polish.ui.FakeChoiceGroupCustomItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.FakeContainerCustomItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.FakeCustomItem
Initialises this item.
initContent(int, int, int) - Method in class de.enough.polish.ui.FakeIconCustomItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.FakeStringCustomItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.FakeTextFieldCustomItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.Gauge
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.gaugeviews.CyclingIconsGaugeView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.gaugeviews.CyclingSpheresGaugeView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.gaugeviews.HorizontalIconsGaugeView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.gaugeviews.HorizontalSpheresGaugeView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.gaugeviews.ImagesGaugeView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.gaugeviews.RecLineGaugeView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.gaugeviews.RotatingArcsGaugeView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.gaugeviews.RotatingCirclesGaugeView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.gaugeviews.TachometerGaugeView
 
initContent(int, int, int) - Method in class de.enough.polish.ui.IconItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.ImageItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.Item
Initialises this item.
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.ItemView
Initialises this item view.
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.itemviews.ExplodingParticlesItemView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.itemviews.FadeInItemView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.itemviews.FadeOutItemView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.itemviews.SizeDecreaseItemView
 
initContent(Item, int, int, int) - Method in class de.enough.polish.ui.itemviews.SizeIncreaseItemView
 
initContent(int, int, int) - Method in class de.enough.polish.ui.keyboard.KeyItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.MenuBar
 
initContent(int, int, int) - Method in class de.enough.polish.ui.PictureBrowserItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.RgbImageItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.ScaledImageItem
 
initContent(Container) - Method in class de.enough.polish.ui.Screen
Initializes the container and background position
initContent(int, int, int) - Method in class de.enough.polish.ui.ScrollBar
 
initContent(int, int, int) - Method in class de.enough.polish.ui.Spacer
 
initContent(int, int, int) - Method in class de.enough.polish.ui.StringItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.TabBar
 
initContent(Container) - Method in class de.enough.polish.ui.TabbedForm
 
initContent(int, int, int) - Method in class de.enough.polish.ui.TableItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.TextField
 
initContent(int, int, int) - Method in class de.enough.polish.ui.Ticker
 
initContent(int, int, int) - Method in class de.enough.polish.ui.TimeEntryItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.TimeTitleItem
 
initContent(int, int, int) - Method in class de.enough.polish.ui.TitleMenuBar
 
initContent(int, int, int) - Method in class de.enough.polish.video.VideoContainer
 
initContentByParent(Item, int, int, int) - Method in class de.enough.polish.ui.ItemView
Calls the original initContent method on the parent.
initDisplay(VideoSource) - Method in class de.enough.polish.video.VideoContainer
Initializes the display by using the content area of the Container.
initDisplayMode(int, Object) - Method in interface de.enough.polish.android.media.control.GUIControl
Initialize the mode on how the GUI is displayed.
initDisplayMode(int, Object) - Method in interface de.enough.polish.android.media.control.VideoControl
Initialize the mode on how the video is displayed.
initForm() - Method in class de.enough.polish.predictive.trie.TrieSetup
 
INITIAL_CAPS_NEVER - Static variable in class de.enough.polish.ui.TextField
A flag to hint to the implementation that during text editing,the initial letter of each sentence should NOT be capitalized.
INITIAL_CAPS_SENTENCE - Static variable in class de.enough.polish.ui.FakeTextFieldCustomItem
This flag is a hint to the implementation that during text editing, the initial letter of each sentence should be capitalized.
INITIAL_CAPS_SENTENCE - Static variable in class de.enough.polish.ui.TextField
This flag is a hint to the implementation that during text editing, the initial letter of each sentence should be capitalized.
INITIAL_CAPS_WORD - Static variable in class de.enough.polish.ui.FakeTextFieldCustomItem
This flag is a hint to the implementation that during text editing, the initial letter of each word should be capitalized.
INITIAL_CAPS_WORD - Static variable in class de.enough.polish.ui.TextField
This flag is a hint to the implementation that during text editing, the initial letter of each word should be capitalized.
InitializerMovieScreen - Class in de.enough.polish.ui.splash
Provides a SplashScreen that initializes the real application in a background thread while playing back a movie.
InitializerMovieScreen(Display, String, String, ApplicationInitializer) - Constructor for class de.enough.polish.ui.splash.InitializerMovieScreen
Creates a new InitializerMovieScreen using the provided movie URL and a white background.
InitializerMovieScreen(Display, String, String, ApplicationInitializer, Style) - Constructor for class de.enough.polish.ui.splash.InitializerMovieScreen
Creates a new InitializerMovieScreen using the provided movie URL and the background specified by the style.
InitializerMovieScreen(Display, String, String, int, ApplicationInitializer) - Constructor for class de.enough.polish.ui.splash.InitializerMovieScreen
Creates a new InitializerMovieScreen using the internal default view.
InitializerMovieScreen(Display, String, String, int, ApplicationInitializer, Style) - Constructor for class de.enough.polish.ui.splash.InitializerMovieScreen
Creates a new InitializerMovieScreen using the internal default view.
InitializerSplashScreen - Class in de.enough.polish.ui.splash
Provides a SplashScreen that initializes the real application in a background thread.
InitializerSplashScreen(Display, Image, ApplicationInitializer) - Constructor for class de.enough.polish.ui.splash.InitializerSplashScreen
Creates a new InitializerSplashScreen using the internal default view and a white background.
InitializerSplashScreen(Display, Image, ApplicationInitializer, Style) - Constructor for class de.enough.polish.ui.splash.InitializerSplashScreen
Creates a new InitializerSplashScreen using the internal default view and a white background.
InitializerSplashScreen(Display, Image, int, String, int, ApplicationInitializer) - Constructor for class de.enough.polish.ui.splash.InitializerSplashScreen
Creates a new InitializerSplashScreen using the internal default view.
InitializerSplashScreen(Display, Image, int, String, int, ApplicationInitializer, Style) - Constructor for class de.enough.polish.ui.splash.InitializerSplashScreen
Creates a new InitializerSplashScreen using the internal default view.
InitializerSplashScreen(Display, SplashView, ApplicationInitializer) - Constructor for class de.enough.polish.ui.splash.InitializerSplashScreen
 
initItemArrangement(int, int, Item[], int, int, int) - Method in class de.enough.polish.ui.containerviews.CarouselContainerView
 
initItemArrangement(int, Item[], int, int, int) - Method in class de.enough.polish.ui.containerviews.CoverFlowContainerView
Arranges the items in this view.
initItemArrangement(int, int, Item[], int, int, int) - Method in class de.enough.polish.ui.containerviews.FishEyeContainerView
Arranges the items in this view.
initPaint(Paint) - Method in class de.enough.polish.android.lcdui.Font
 
initPredictiveInput(String[]) - Method in class de.enough.polish.ui.PredictiveAccess
Initializes the predictive input.
initScrollBar(int, int, int, int, int, int, int, int) - Method in class de.enough.polish.ui.ScrollBar
Initializes this scrollbar.
initSource(VideoSource) - Method in class de.enough.polish.video.VideoContainer
Initializes the source by calling open() on it
initStyle() - Method in class de.enough.polish.ui.FakeCustomItem
Initialises the appropriate style for this item.
initStyle() - Method in class de.enough.polish.ui.Item
Initialises the appropriate style for this item.
initSymbolsList() - Static method in class de.enough.polish.ui.FakeTextFieldCustomItem
 
initSymbolsList() - Static method in class de.enough.polish.ui.TextField
 
initTransition(RgbImage, RgbImage, UiElement) - Method in class de.enough.polish.ui.Transition
Initializes this transition shortly before it is shown.
initVolume(VideoSource) - Method in class de.enough.polish.video.VideoContainer
Initializes the volume
innerColor - Variable in class de.enough.polish.ui.borders.SquareSonarBorder
 
INPUT_NAME - Static variable in class de.enough.polish.browser.html.HtmlTagHandler
name attribute
INPUT_TYPE - Static variable in class de.enough.polish.browser.html.HtmlTagHandler
type attribute
INPUT_VALUE - Static variable in class de.enough.polish.browser.html.HtmlTagHandler
value attribute
InputConnection - Interface in de.enough.polish.android.io
 
inputMode - Variable in class de.enough.polish.ui.FakeTextFieldCustomItem
 
inputMode - Variable in class de.enough.polish.ui.TextField
 
INPUTTYPE_CHECKBOX - Static variable in class de.enough.polish.browser.html.HtmlTagHandler
checkbox type-value
INPUTTYPE_HIDDEN - Static variable in class de.enough.polish.browser.html.HtmlTagHandler
hidden type-value
INPUTTYPE_PASSWORD - Static variable in class de.enough.polish.browser.html.HtmlTagHandler
password type-value
INPUTTYPE_RADIO - Static variable in class de.enough.polish.browser.html.HtmlTagHandler
radio type-value
INPUTTYPE_SUBMIT - Static variable in class de.enough.polish.browser.html.HtmlTagHandler
submit type-value
INPUTTYPE_TEXT - Static variable in class de.enough.polish.browser.html.HtmlTagHandler
text type-value
INQUIRY_COMPLETED - Static variable in interface de.enough.polish.android.bluetooth.DiscoveryListener
Indicates the normal completion of device discovery.
INQUIRY_ERROR - Static variable in interface de.enough.polish.android.bluetooth.DiscoveryListener
Indicates that the inquiry request failed to complete normally, but was not cancelled.
INQUIRY_TERMINATED - Static variable in interface de.enough.polish.android.bluetooth.DiscoveryListener
Indicates device discovery has been canceled by the application and did not complete.
inquiryCompleted(int) - Method in interface de.enough.polish.android.bluetooth.DiscoveryListener
Called when an inquiry is completed.
inquiryCompleted(int) - Method in class de.enough.polish.bluetooth.DiscoveryHelper
 
insert(int, String, Image) - Method in interface de.enough.polish.ui.Choice
Inserts an element into the Choice just prior to the element specified.
insert(int, String, Image) - Method in class de.enough.polish.ui.ChoiceGroup
Inserts an element into the ChoiceGroup just prior to the element specified.
insert(int, String, Image, Style) - Method in class de.enough.polish.ui.ChoiceGroup
Inserts an element into the ChoiceGroup just prior to the element specified.
insert(int, ChoiceItem) - Method in class de.enough.polish.ui.ChoiceGroup
Inserts an element into the ChoiceGroup just prior to the element specified.
insert(int, ChoiceItem, Style) - Method in class de.enough.polish.ui.ChoiceGroup
Inserts an element into the ChoiceGroup just prior to the element specified.
insert(int, String, Image) - Method in class de.enough.polish.ui.FakeChoiceGroupCustomItem
Inserts an element into the ChoiceGroup just prior to the element specified.
insert(int, String, Image, Style) - Method in class de.enough.polish.ui.FakeChoiceGroupCustomItem
Inserts an element into the ChoiceGroup just prior to the element specified.
insert(int, ChoiceItem) - Method in class de.enough.polish.ui.FakeChoiceGroupCustomItem
Inserts an element into the ChoiceGroup just prior to the element specified.
insert(int, ChoiceItem, Style) - Method in class de.enough.polish.ui.FakeChoiceGroupCustomItem
Inserts an element into the ChoiceGroup just prior to the element specified.
insert(String, int) - Method in class de.enough.polish.ui.FakeTextFieldCustomItem
Inserts a string into the contents of the TextField.
insert(char[], int, int, int) - Method in class de.enough.polish.ui.FakeTextFieldCustomItem
Inserts a subrange of an array of characters into the contents of the TextField.
insert(int, String, Image) - Method in class de.enough.polish.ui.FilteredChoiceGroup
 
insert(int, String, Image, Style) - Method in class de.enough.polish.ui.FilteredChoiceGroup
Inserts an element with an attached style definition
insert(int, ChoiceItem) - Method in class de.enough.polish.ui.FilteredList
 
insert(int, Item) - Method in class de.enough.polish.ui.Form
Inserts an item into the Form just prior to the item specified.
insert(int, Item) - Method in class de.enough.polish.ui.Form
Inserts an item into the Form just prior to the item specified.
insert(int, Item, Style) - Method in class de.enough.polish.ui.Form
Inserts an item into the Form just prior to the item specified.
insert(Layer, int) - Method in class de.enough.polish.ui.game.LayerManager
Inserts a new Layer in this LayerManager at the specified index.
insert(int, String, Image) - Method in class de.enough.polish.ui.List
Inserts an element into the List just prior to the element specified.
insert(int, String, Image, Style) - Method in class de.enough.polish.ui.List
Inserts an element into the List just prior to the element specified.
insert(int, ChoiceItem) - Method in class de.enough.polish.ui.List
Inserts an element into the List just prior to the element specified.
insert(int, Item) - Method in class de.enough.polish.ui.ListItem
Inserts the specified item into this list.
insert(int, Item) - Method in class de.enough.polish.ui.ListItem
Inserts the specified item into this list.
insert(int, Item, Style) - Method in class de.enough.polish.ui.ListItem
Inserts the specified item into this list and provides it with a style.
insert(int, int, Item) - Method in class de.enough.polish.ui.TabbedForm
Inserts an item into this form just prior to the item specified on the specified tab.
insert(int, int, Item) - Method in class de.enough.polish.ui.TabbedForm
Inserts an item into this form just prior to the item specified on the specified tab.
insert(int, int, Item, Style) - Method in class de.enough.polish.ui.TabbedForm
Inserts an item into this form just prior to the item specified on the specified tab.
insert(int, int, Item, Style) - Method in class de.enough.polish.ui.TabbedForm
Inserts an item into this form just prior to the item specified on the specified tab.
insert(int, int, String, Image) - Method in class de.enough.polish.ui.TabbedList
Inserts an element into the Choice just prior to the element specified.
insert(int, int, String, Image, Style) - Method in class de.enough.polish.ui.TabbedList
Inserts an element into the Choice just prior to the element specified.
insert(int, int, ChoiceItem, Style) - Method in class de.enough.polish.ui.TabbedList
Inserts an element into the Choice just prior to the element specified.
insert(String, int) - Method in class de.enough.polish.ui.TextBox
Inserts a string into the contents of the TextBox.
insert(char[], int, int, int) - Method in class de.enough.polish.ui.TextBox
Inserts a subrange of an array of characters into the contents of the TextBox.
insert(String, int) - Method in class de.enough.polish.ui.TextField
Inserts a string into the contents of the TextField.
insert(char[], int, int, int) - Method in class de.enough.polish.ui.TextField
Inserts a subrange of an array of characters into the contents of the TextField.
insertCharacter(char, boolean, boolean) - Method in class de.enough.polish.ui.FakeTextFieldCustomItem
 
insertCharacter(char, boolean, boolean) - Method in class de.enough.polish.ui.TextField
 
insertColumn(int) - Method in class de.enough.polish.ui.TableItem
Inserts a column before the specified index.
insertColumn(int) - Method in class de.enough.polish.util.TableData
Inserts a column before the specified index.
insertElementAt(DataElement, int) - Method in class de.enough.polish.android.bluetooth.DataElement
Inserts a DataElement at the specified location.
insertRow(int) - Method in class de.enough.polish.ui.TableItem
Inserts a row before the specified index.
insertRow(int) - Method in class de.enough.polish.util.TableData
Inserts a row before the specified index.
insertTab(int, Displayable, Image) - Method in class de.enough.polish.ui.TabbedPane
Inserts a tab element into the TabbedPane prior to the element specified.
insertTab(int, Displayable, Image) - Method in class de.enough.polish.ui.TabbedPane
 
insertTab(int, Displayable, Image, String) - Method in class de.enough.polish.ui.TabbedPane
Inserts a tab element into the TabbedPane prior to the element specified.
insertTab(int, Displayable, Image, String) - Method in class de.enough.polish.ui.TabbedPane
 
insertTab(int, Displayable, Image, String, Style) - Method in class de.enough.polish.ui.TabbedPane
Inserts a tab element into the TabbedPane prior to the element specified.
insertTab(int, Displayable, Image, String, Style) - Method in class de.enough.polish.ui.TabbedPane
 
insertTab(int, Displayable, IconItem) - Method in class de.enough.polish.ui.TabbedPane
Inserts a tab element into the TabbedPane prior to the element specified.
insertTab(int, Displayable, IconItem) - Method in class de.enough.polish.ui.TabbedPane
 
insertTab(int, Displayable, IconItem, Style) - Method in class de.enough.polish.ui.TabbedPane
Inserts a tab element into the TabbedPane prior to the element specified.
insertTab(int, Displayable, IconItem, Style) - Method in class de.enough.polish.ui.TabbedPane
 
install() - Method in class de.enough.polish.predictive.trie.TrieSetup
 
INSTALL_PREDICTIVE_CMD - Static variable in class de.enough.polish.ui.PredictiveAccess
The command for starting the setup dialog of the predictive input
instance - Static variable in class de.enough.polish.android.midlet.MidletBridge
 
INSTANCE - Static variable in class de.enough.polish.blackberry.ui.BackgroundWrapper
 
instance - Static variable in class de.enough.polish.doja.ui.Display
 
INT - Static variable in interface de.enough.polish.android.pim.PIMItem
Data type indicating data is of int primitive data type.
INT_1 - Static variable in class de.enough.polish.android.bluetooth.DataElement
Defines a signed integer of size one byte.
INT_16 - Static variable in class de.enough.polish.android.bluetooth.DataElement
Defines a signed integer of size sixteen bytes.
INT_2 - Static variable in class de.enough.polish.android.bluetooth.DataElement
Defines a signed integer of size two bytes.
INT_4 - Static variable in class de.enough.polish.android.bluetooth.DataElement
Defines a signed integer of size four bytes.
INT_8 - Static variable in class de.enough.polish.android.bluetooth.DataElement
Defines a signed integer of size eight bytes.
IntegerCssAnimation - Class in de.enough.polish.ui.cssanimations
Animates numerical integer CSS attributes.
IntegerCssAnimation(int, String, long, long, int, int, String, Integer, Integer) - Constructor for class de.enough.polish.ui.cssanimations.IntegerCssAnimation
 
integerParseInt(String) - Method in class de.enough.polish.math.HFloat
 
INTERACTIVE - Static variable in class de.enough.polish.ui.FakeCustomItem
A J2ME Polish appearance mode value indicating that the Item accepts input from the user.
INTERACTIVE - Static variable in class de.enough.polish.ui.Item
A J2ME Polish appearance mode value indicating that the Item accepts input from the user.
internalHeight - Variable in class de.enough.polish.ui.FakeCustomItem
The internal height of this item's content.
internalHeight - Variable in class de.enough.polish.ui.Item
The internal height of this item's content.
internalWidth - Variable in class de.enough.polish.ui.FakeCustomItem
The internal width of this item's content.
internalWidth - Variable in class de.enough.polish.ui.Item
The internal width of this item's content.
internalX - Variable in class de.enough.polish.ui.FakeCustomItem
The internal horizontal position of this item's content relative to it's left edge.
internalX - Variable in class de.enough.polish.ui.Item
The internal horizontal position of this item's content relative to it's left edge.
internalY - Variable in class de.enough.polish.ui.FakeCustomItem
the vertical position of this item's internal content relative to it's top edge
internalY - Variable in class de.enough.polish.ui.Item
the vertical position of this item's internal content relative to it's top edge
INTERVAL - Static variable in class de.enough.polish.android.pim.RepeatRule
Field specifying the number of iterations of the frequency between occurring dates, or how often the frequency repeats.
IntHashMap - Class in de.enough.polish.util
Provides the functionality of the J2SE java.util.HashMap for J2ME applications and uses int keys.
IntHashMap() - Constructor for class de.enough.polish.util.IntHashMap
Creates a new IntHashMap with the default initial capacity 16 and a load factor of 75%.
IntHashMap(int) - Constructor for class de.enough.polish.util.IntHashMap
Creates a new IntHashMap with the specified initial capacity.
IntHashMap(int, int) - Constructor for class de.enough.polish.util.IntHashMap
Creates a new IntHashMap with the specified initial capacity and the specified load factor.
IntList - Class in de.enough.polish.util
Provides an flexible list for storing objects.
IntList() - Constructor for class de.enough.polish.util.IntList
Creates an ArrayList with the initial capacity of 10 and a growth factor of 75%
IntList(int) - Constructor for class de.enough.polish.util.IntList
Creates an ArrayList with the given initial capacity and a growth factor of 75%
IntList(int, int) - Constructor for class de.enough.polish.util.IntList
Creates a new ArrayList
IntStack - Class in de.enough.polish.util
Provides a lifo stack for primitive int types
IntStack() - Constructor for class de.enough.polish.util.IntStack
Creates a new stack with the initial capacity of 10 and a growth factor of 75%
IntStack(int) - Constructor for class de.enough.polish.util.IntStack
Creates a new stack with the given initial capacity and a growth factor of 75%
IntStack(int, int) - Constructor for class de.enough.polish.util.IntStack
Creates a new stack
intToByte(int) - Static method in class de.enough.polish.predictive.trie.TrieUtils
 
intToFix(int) - Static method in class de.enough.polish.math.FP
Converts a integer number to fixed point number.
intValue() - Method in class de.enough.polish.math.BigInteger
 
inv() - Method in class de.enough.polish.math.HFloat
 
invalidate() - Method in class de.enough.polish.ui.CustomItem
Signals that the CustomItem's size and traversal location need to be updated.
InvalidRecordIDException - Exception in de.enough.polish.android.rms
Thrown to indicate an operation could not be completed because the record ID was invalid.
InvalidRecordIDException(String) - Constructor for exception de.enough.polish.android.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with the specified detail message.
InvalidRecordIDException() - Constructor for exception de.enough.polish.android.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with no detail message.
InvalidRecordIDException - Exception in de.enough.polish.doja.rms
Thrown to indicate an operation could not be completed because the record ID was invalid.
InvalidRecordIDException(String) - Constructor for exception de.enough.polish.doja.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with the specified detail message.
InvalidRecordIDException() - Constructor for exception de.enough.polish.doja.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with no detail message.
iQuick(int[], int) - Static method in class de.enough.polish.util.Arrays
Sorts the given int array
isAccelerationSensorSupported() - Static method in class de.enough.polish.util.sensor.AccelerationUtil
Determines if the acceleration sensor is supported on this device.
isActive() - Method in class de.enough.polish.ui.RgbFilter
Determines whether this filter is active.
isActive() - Method in class de.enough.polish.ui.rgbfilters.GaussianBlurRgbFilter
 
isActive() - Method in class de.enough.polish.ui.rgbfilters.GrayscaleRgbFilter
 
isActive() - Method in class de.enough.polish.ui.rgbfilters.OpacityRgbFilter
 
isActive() - Method in class de.enough.polish.ui.rgbfilters.RotateRgbFilter
 
isActive() - Method in class de.enough.polish.ui.rgbfilters.ScaleRgbFilter
 
isActive() - Method in class de.enough.polish.ui.Screen
Indicates if this screen is active (scrolling, key pressed etc.)
isAddressInfoRequired() - Method in class de.enough.polish.android.location.Criteria
Returns whether the location provider should be able to determine textual address information.
isAlignHeights - Variable in class de.enough.polish.ui.ContainerView
 
isAllday() - Method in class de.enough.polish.calendar.CalendarEntry
 
isAllowedToCost() - Method in class de.enough.polish.android.location.Criteria
Returns the preferred cost setting.
isAllowHtmlEntitiesInAttributes() - Method in class de.enough.polish.browser.Browser
Determines whether the browser should allow HTML entities like & in tag attributes.
isAllowTimeoutInterrupt() - Method in class de.enough.polish.ui.SplashScreen
Can be the splashscreen interrupted (dismissed) by the user pressing a key?
isAltitudeRequired() - Method in class de.enough.polish.android.location.Criteria
Returns whether the location provider should be able to determine altitude.
isAnimated - Variable in class de.enough.polish.ui.Screen
 
isAnimationStopped - Variable in class de.enough.polish.ui.borders.SquareSonarBorder
 
isAuthenticated() - Method in class de.enough.polish.android.bluetooth.RemoteDevice
Determines if this RemoteDevice has been authenticated.
isAuthorized(Connection) - Method in class de.enough.polish.android.bluetooth.RemoteDevice
Determines if this RemoteDevice has been authorized previously by the BCC of the local device to exchange data related to the service associated with the connection.
isAutofocus() - Method in class de.enough.polish.ui.SnapshotScreen
Checks if the autofocus mode is enabled.
isBankQuerySupported() - Method in interface de.enough.polish.android.media.control.MIDIControl
Returns whether banks of the synthesizer can be queried.
isBold() - Method in class de.enough.polish.android.lcdui.Font
Returns true if the font is bold.
isBold() - Method in class de.enough.polish.blackberry.ui.Font
Returns true if the font is bold.
isBold() - Method in class de.enough.polish.doja.ui.Font
Returns true if the font is bold.
isBusy() - Method in class de.enough.polish.ui.SnapshotScreen
Determines whether this snapshot screen is currently busy and should not be interrupted.
isCanceled() - Method in class de.enough.polish.browser.Browser
 
isCategory(String) - Method in class de.enough.polish.android.pim.enough.ContactListImpl
 
isCategory(String) - Method in interface de.enough.polish.android.pim.PIMList
Returns indication of whether the given category is a valid existing category for this list.
isClear(int) - Method in class de.enough.polish.android.lcdui.DisplayUtil
 
isClosed() - Method in class de.enough.polish.android.rms.RecordStore
 
isColor() - Method in class de.enough.polish.android.lcdui.AndroidDisplay
Gets information about color support of the device.
isColor() - Method in class de.enough.polish.blackberry.ui.NativeDisplayImpl
 
isColor() - Method in class de.enough.polish.doja.ui.Display
Gets information about color support of the device.
isColor() - Method in class de.enough.polish.midp.ui.NativeDisplayImpl
 
isColor() - Method in class de.enough.polish.ui.Display
Gets information about color support of the device.
isColor() - Method in interface de.enough.polish.ui.NativeDisplay
Gets information about color support of the device.
isCompleted() - Method in class de.enough.polish.pim.PimToDo
returns priority
isContentVisible - Variable in class de.enough.polish.ui.FakeCustomItem
 
isContentVisible - Variable in class de.enough.polish.ui.Item
 
isCskOpensNativeEditor() - Method in class de.enough.polish.ui.TextField
Returns true if the flag to open the native editor on CenterSoftKey press is set to true
isCustomFound() - Method in class de.enough.polish.predictive.array.ArrayTextElement
 
isCustomFound() - Method in class de.enough.polish.predictive.trie.TrieTextElement
 
isDirectory() - Method in interface de.enough.polish.android.io.file.FileConnection
Checks if the URL passed to the Connector.open() is a directory.
isDirectory() - Method in class de.enough.polish.android.io.file.FileConnectionImpl
 
isDirectory() - Method in class de.enough.polish.io.file.FileSystemNode
 
isDoubleBuffered() - Method in class de.enough.polish.android.lcdui.Canvas
Checks if the Canvas is double buffered by the implementation.
isDoubleBuffered() - Method in class de.enough.polish.blackberry.ui.BaseScreen
Checks if the Canvas is double buffered by the implementation.
isDoubleBuffered() - Method in class de.enough.polish.doja.ui.Canvas
Checks if the Canvas is double buffered by the implementation.
isDoubleBuffered() - Method in class de.enough.polish.ui.Canvas
Checks if the Canvas is double buffered by the implementation.
isDynamic() - Method in class de.enough.polish.ui.Color
Determines whether this color is a dynamic one like Display.COLOR_BACKGROUND
isEmpty() - Method in class de.enough.polish.predictive.PredictiveReader
 
isEmpty() - Method in class de.enough.polish.util.HashMap
 
isEmpty() - Method in class de.enough.polish.util.IdentityHashMap
 
isEmpty() - Method in class de.enough.polish.util.IntHashMap
Checks if this map does not contain any values
isEmpty() - Method in class de.enough.polish.util.LongHashMap
Checks if this map does not contain any values
isEmpty() - Method in interface de.enough.polish.util.Map
Determines whether this map is empty.
isEmpty() - Method in class de.enough.polish.util.OAHashMap
 
isEmpty() - Method in class de.enough.polish.util.OAIdentityHashMap
 
isEmpty() - Method in class de.enough.polish.util.zip.ZipIntMultShortHashMap
 
isEmptyElementTag() - Method in class de.enough.polish.xml.XmlPullParser
 
isEncrypted() - Method in class de.enough.polish.android.bluetooth.RemoteDevice
Determines if data exchanges with this RemoteDevice are currently being encrypted.
isEventHandled - Variable in class de.enough.polish.ui.CustomItem
indivates whether a user input event has been handled
isExpandItems - Variable in class de.enough.polish.ui.Container
 
isExpandItems - Variable in class de.enough.polish.ui.ContainerView
 
isExpandItems - Variable in class de.enough.polish.ui.FakeContainerCustomItem
 
isFallbackToNetworkLocationOnGpsDisabled() - Static method in class de.enough.polish.util.DeviceControl
Deprecated.  
isFinished() - Method in class de.enough.polish.ui.ItemTransition
 
isFinished() - Method in class de.enough.polish.ui.itemtransitions.PositionItemTransition
 
isFinished - Variable in class de.enough.polish.ui.Transition
 
isFinished() - Method in class de.enough.polish.ui.Transition
Determines whether this transition is finished.
isFocused - Variable in class de.enough.polish.ui.FakeCustomItem
flag indicating whether this item is focused
isFocused - Variable in class de.enough.polish.ui.Item
flag indicating whether this item is focused
isFocused - Variable in class de.enough.polish.ui.ItemView
 
isForwardAnimation - Variable in class de.enough.polish.ui.ScreenChangeAnimation
 
isFullscreen() - Method in class de.enough.polish.video.VideoContainer
Returns true if the video is played in fullscreen mode
isGameActionFire(int, int) - Method in class de.enough.polish.ui.Display
Determines whether the given key is really a Canvas.FIRE game action
isGameActionFire(int, int) - Method in class de.enough.polish.ui.Screen
Determines whether the given key is really a Canvas.FIRE game action
isGameActionFire(int, int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key is really a Canvas.FIRE game action
isGameActionFire(int, int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key is really a Canvas.FIRE game action
isGet() - Method in class de.enough.polish.browser.html.HtmlForm
 
isGpsEnabled() - Static method in class de.enough.polish.location.LocationService
Informs the caller about the status of the GPS device.
isGpsEnabled() - Static method in class de.enough.polish.util.DeviceControl
Deprecated. Use LocationService.isGpsEnabled()
isHandled() - Method in class de.enough.polish.event.UiEvent
Determines whether this event has been handled.
isHidden() - Method in interface de.enough.polish.android.io.file.FileConnection
Checks if the file is hidden.
isHidden() - Method in class de.enough.polish.android.io.file.FileConnectionImpl
 
isHorizontal - Variable in class de.enough.polish.ui.ContainerView
 
isHorizontalAnimationDirectionRight - Variable in class de.enough.polish.ui.StringItem
 
isInBottomRow(int) - Method in class de.enough.polish.ui.ContainerView
Detects if the specified item index is within the last row of this view.
isIncludeDescriptions() - Method in class de.enough.polish.browser.rss.RssBrowser
Determines whether RSS descriptions should be included directly on the overview page
isIncludeDescriptions() - Method in class de.enough.polish.browser.rss.RssTagHandler
Determines whether RSS descriptions should be included directly on the overview page
isInContentArea(int, int) - Method in class de.enough.polish.ui.ChoiceGroup
 
isInContentArea(int, int) - Method in class de.enough.polish.ui.FakeChoiceGroupCustomItem
 
isInContentArea(int, int) - Method in class de.enough.polish.ui.FakeCustomItem
Determines whether the given relative x/y position is inside of this item's content area.
isInContentArea(int, int) - Method in class de.enough.polish.ui.Item
Determines whether the given relative x/y position is inside of this item's content area.
isInContentWithPaddingArea(int, int) - Method in class de.enough.polish.ui.Item
Determines whether the given relative x/y position is inside of this item's content area.
isInit() - Method in class de.enough.polish.predictive.trie.TrieProvider
 
isInItemArea(int, int) - Method in class de.enough.polish.ui.ChoiceGroup
 
isInItemArea(int, int) - Method in class de.enough.polish.ui.CommandItem
 
isInItemArea(int, int, Item) - Method in class de.enough.polish.ui.Container
 
isInItemArea(int, int) - Method in class de.enough.polish.ui.Container
 
isInItemArea(int, int) - Method in class de.enough.polish.ui.FakeChoiceGroupCustomItem
 
isInItemArea(int, int) - Method in class de.enough.polish.ui.FakeCustomItem
Determines whether the given relative x/y position is inside of this item's area including paddings, margins and label.
isInItemArea(int, int, Item) - Method in class de.enough.polish.ui.FakeCustomItem
Determines whether the given relative x/y position is inside of the specified child item's area including paddings, margins and label.
isInItemArea(int, int) - Method in class de.enough.polish.ui.Item
Determines whether the given relative x/y position is inside of this item's area including paddings, margins and label.
isInItemArea(int, int, Item) - Method in class de.enough.polish.ui.Item
Determines whether the given relative x/y position is inside of the specified child item's area including paddings, margins and label.
isInitialized() - Method in class de.enough.polish.ui.FakeCustomItem
Determines the initialization state of this item
isInitialized() - Method in class de.enough.polish.ui.Item
Determines the initialization state of this item
isInitialized() - Method in class de.enough.polish.util.BitMapFontViewer
 
isInitRequested - Variable in class de.enough.polish.ui.Screen
requests a call to calcuateContentArea() the next time this screen is being painted
isInlineLabel - Variable in class de.enough.polish.ui.FakeCustomItem
 
isInlineLabel - Variable in class de.enough.polish.ui.Item
 
isInMenubar(int) - Method in class de.enough.polish.ui.MenuBar
Returns true if the specified relativeY is in the menubar
isInMenubar(int) - Method in class de.enough.polish.ui.TitleMenuBar
 
isInteracted(long) - Method in class de.enough.polish.ui.Screen
Indicates if this screen was interacted with in the given timespan
isInteractive() - Method in class de.enough.polish.ui.FakeCustomItem
Determines whether this item is interactive and thus can be selected.
isInteractive() - Method in class de.enough.polish.ui.Gauge
Tells whether the user is allowed to change the value of the Gauge.
isInteractive() - Method in class de.enough.polish.ui.Item
Determines whether this item is interactive and thus can be selected.
isInvisible - Variable in class de.enough.polish.ui.FakeCustomItem
 
isInvisible - Variable in class de.enough.polish.ui.Item
 
isItalic() - Method in class de.enough.polish.android.lcdui.Font
Returns true if the font is italic.
isItalic() - Method in class de.enough.polish.blackberry.ui.Font
Returns true if the font is italic.
isItalic() - Method in class de.enough.polish.doja.ui.Font
Returns true if the font is italic.
isKeptUpdated() - Method in interface de.enough.polish.android.rms.RecordEnumeration
Returns true if the enumeration keeps its enumeration current with any changes in the records.
isKeptUpdated() - Method in class de.enough.polish.android.rms.SqlRecordEnumeration
 
isKeptUpdated() - Method in interface de.enough.polish.doja.rms.RecordEnumeration
Returns true if the enumeration keeps its enumeration current with any changes in the records.
isKeptUpdated() - Method in class de.enough.polish.doja.rms.RecordEnumerationImpl
 
isKeyboardAccessible() - Method in class de.enough.polish.ui.Screen
Checks if the keyboard (if any) is currently accessible by the application.
isKeyPressValid(int) - Method in interface de.enough.polish.ui.Display.UserInputValidator
 
isKeyReleaseValid(int) - Method in interface de.enough.polish.ui.Display.UserInputValidator
 
isKeyRepeatedValid(int) - Method in interface de.enough.polish.ui.Display.UserInputValidator
 
isLandscape() - Method in class de.enough.polish.video.VideoContainer
Returns true if the video should be played in landscape mode
isLayoutBottom() - Method in class de.enough.polish.ui.FakeCustomItem
Determines the layout of this item.
isLayoutBottom() - Method in class de.enough.polish.ui.Item
Determines the layout of this item.
isLayoutCenter - Variable in class de.enough.polish.ui.FakeCustomItem
 
isLayoutCenter() - Method in class de.enough.polish.ui.FakeCustomItem
Determines the layout of this item.
isLayoutCenter - Variable in class de.enough.polish.ui.Item
 
isLayoutCenter() - Method in class de.enough.polish.ui.Item
Determines the layout of this item.
isLayoutCenter - Variable in class de.enough.polish.ui.ItemView
 
isLayoutExpand() - Method in class de.enough.polish.ui.ContainerView
Determines whether this view should be expanded horizontally
isLayoutExpand - Variable in class de.enough.polish.ui.FakeCustomItem
 
isLayoutExpand - Variable in class de.enough.polish.ui.Item
 
isLayoutExpand() - Method in class de.enough.polish.ui.Item
Determines the layout of this item.
isLayoutLeft() - Method in class de.enough.polish.ui.FakeCustomItem
Determines the layout of this item.
isLayoutLeft() - Method in class de.enough.polish.ui.Item
Determines the layout of this item.
isLayoutNewlineAfter() - Method in class de.enough.polish.ui.Item
Determines the layout of this item.
isLayoutNewlineBefore() - Method in class de.enough.polish.ui.Item
Determines the layout of this item.
isLayoutRight - Variable in class de.enough.polish.ui.FakeCustomItem
 
isLayoutRight() - Method in class de.enough.polish.ui.FakeCustomItem
Determines the layout of this item.
isLayoutRight - Variable in class de.enough.polish.ui.Item
 
isLayoutRight() - Method in class de.enough.polish.ui.Item
Determines the layout of this item.
isLayoutRight - Variable in class de.enough.polish.ui.ItemView
 
isLayoutShrink() - Method in class de.enough.polish.ui.Item
Determines the layout of this item.
isLayoutTop() - Method in class de.enough.polish.ui.FakeCustomItem
Determines the layout of this item.
isLayoutTop() - Method in class de.enough.polish.ui.Item
Determines the layout of this item.
isLayoutVerticalCenter() - Method in class de.enough.polish.ui.FakeCustomItem
Determines the layout of this item.
isLayoutVerticalCenter() - Method in class de.enough.polish.ui.Item
Determines the layout of this item.
isLayoutVerticalExpand() - Method in class de.enough.polish.ui.Item
Determines the layout of this item.
isLayoutVerticalShrink() - Method in class de.enough.polish.ui.Item
Determines the layout of this item.
isLeaf(Object) - Method in class de.enough.polish.io.file.FileSystemTreeModel
 
isLeaf(Object) - Method in class de.enough.polish.io.file.UiFileSystemTreeModel
 
isLeaf(Object) - Method in interface de.enough.polish.ui.TreeModel
Returns true if node is a leaf.
isLightSupported() - Static method in class de.enough.polish.util.DeviceControl
Checks if backlight can be controlled by the application
isMenu(int) - Method in class de.enough.polish.android.lcdui.DisplayUtil
 
isMenuOpened() - Method in class de.enough.polish.ui.Screen
Checks whether the commands menu of the screen is currently opened.
isMenuOpened(Screen) - Static method in class de.enough.polish.ui.UiAccess
Checks whether the commands menu of the screen is currently opened.
isMenuOpened(Screen) - Static method in class de.enough.polish.ui.UiAccess
Checks whether the commands menu of the screen is currently opened.
isModified() - Method in class de.enough.polish.android.pim.enough.ContactImpl
 
isModified() - Method in interface de.enough.polish.android.pim.PIMItem
This method returns a boolean indicating whether any of this item's fields have been modified since the item was retrieved or last committed.
isMoveBothItems - Variable in class de.enough.polish.ui.itemtransitions.PositionItemTransition
 
isMutable() - Method in class de.enough.polish.android.lcdui.Image
Check if this image is mutable.
isMutable() - Method in class de.enough.polish.blackberry.ui.Image
Check if this image is mutable.
isMutable() - Method in class de.enough.polish.doja.ui.Image
Check if this image is mutable.
isMute() - Method in class de.enough.polish.video.VideoContainer
 
isMuted() - Method in interface de.enough.polish.android.media.control.VolumeControl
Get the mute state of the signal associated with this VolumeControl.
isMuted() - Method in class de.enough.polish.multimedia.AudioPlayer
Detects the the player is currently muted
isNativeUiShownFor(Item) - Method in class de.enough.polish.blackberry.ui.BaseScreen
Determines whether a native UI component is shown for the specified item.
isNativeUiShownFor(Item) - Method in class de.enough.polish.ui.Display
Determines whether a native UI component is shown for the specified item.
isNativeUiShownFor(Item) - Method in class de.enough.polish.ui.Screen
Determines whether a native UI component is shown for the specified item.
isNetworkLocationProviderEnabled() - Static method in class de.enough.polish.location.LocationService
Informs the caller about the status of the Network location provider.
isNewFiltersActive - Variable in class de.enough.polish.ui.transitions.RgbFilterTransition
 
isOldFiltersActive - Variable in class de.enough.polish.ui.transitions.RgbFilterTransition
 
isOpen() - Method in interface de.enough.polish.android.io.file.FileConnection
Returns an indication of whether the file connection is currently open or not.
isOpen() - Method in class de.enough.polish.android.io.file.FileConnectionImpl
 
isOpen() - Method in class de.enough.polish.ui.CommandItem
Tells whether this item is open so that the children commands are visible (or not).
isOpen() - Method in class de.enough.polish.ui.PredictiveAccess
 
isOpened - Variable in class de.enough.polish.ui.MenuBar
 
isOrientationMagnetic() - Method in class de.enough.polish.android.location.Orientation
Returns a boolean value that indicates whether this Orientation is relative to the magnetic field of the Earth or relative to true north and gravity.
isOrientationVertical - Variable in class de.enough.polish.ui.MenuBar
 
isOrientationVertical() - Method in class de.enough.polish.ui.MenuBar
 
isOutbound - Variable in class de.enough.polish.ui.borders.SquareSonarBorder
 
isPercent() - Method in class de.enough.polish.ui.Dimension
 
isPlain() - Method in class de.enough.polish.android.lcdui.Font
Returns true if the font is plain.
isPlain() - Method in class de.enough.polish.blackberry.ui.Font
Returns true if the font is plain.
isPlain() - Method in class de.enough.polish.doja.ui.Font
Returns true if the font is plain.
isPlaying() - Method in class de.enough.polish.multimedia.AudioPlayer
Determines if the audio player is currently playing music
isPointerDragValid(int, int) - Method in interface de.enough.polish.ui.Display.UserInputValidator
 
isPointerPressedHandled - Variable in class de.enough.polish.ui.ContainerView
 
isPointerPressedHandled - Variable in class de.enough.polish.ui.ScrollBar
 
isPointerPressValid(int, int) - Method in interface de.enough.polish.ui.Display.UserInputValidator
 
isPointerReleaseValid(int, int) - Method in interface de.enough.polish.ui.Display.UserInputValidator
 
isPopupClosed() - Method in class de.enough.polish.ui.ChoiceGroup
Checks if the popup window is currently closed for a POPUP ChoiceGroup.
isPopupClosed() - Method in class de.enough.polish.ui.FakeChoiceGroupCustomItem
Checks if the popup window is currently closed for a POPUP ChoiceGroup.
isPost() - Method in class de.enough.polish.browser.html.HtmlForm
 
isPowerOn() - Static method in class de.enough.polish.android.bluetooth.LocalDevice
Queries the power state of the Bluetooth device.
isPredictiveEnabled() - Method in class de.enough.polish.ui.PredictiveAccess
 
isPredictiveInstalled() - Static method in class de.enough.polish.predictive.trie.TrieProvider
 
isPresed() - Method in class de.enough.polish.ui.Item
Determines whether this item is currently pressed.
isPressed - Variable in class de.enough.polish.ui.FakeCustomItem
 
isPressed - Variable in class de.enough.polish.ui.Item
 
isProbablePrime(int) - Method in class de.enough.polish.math.BigInteger
return whether or not a BigInteger is probably prime with a probability of 1 - (1/2)**certainty.
isProcessTransparency() - Method in class de.enough.polish.util.RgbImage
Determines whether transparency is processsed
isRegistered - Variable in class de.enough.polish.log.display.LogCanvas
 
isRemoveText - Variable in class de.enough.polish.ui.containerviews.CoverFlowContainerView
 
isRemoveText - Variable in class de.enough.polish.ui.containerviews.FishEyeContainerView
 
isRemoveText - Variable in class de.enough.polish.ui.containerviews.RemoveTextContainerView
 
isRepaintRequested - Variable in class de.enough.polish.ui.Screen
 
isRepeat() - Method in class de.enough.polish.video.VideoContainer
Returns true if the video should be repeated
isReturn(int) - Method in class de.enough.polish.android.lcdui.DisplayUtil
 
isRoundtrip() - Method in class de.enough.polish.ui.TabBar
Specifies if cycling is allowed
isRunning() - Method in class de.enough.polish.browser.Browser
 
isScrollBackground - Variable in class de.enough.polish.ui.Screen
 
isSeekSupported(Player) - Static method in class de.enough.polish.video.VideoContainer.Test
Tests on a player if seek (FF/RW) is supported
isSelected(int) - Method in interface de.enough.polish.ui.Choice
Gets a boolean value indicating whether this element is selected.
isSelected(int) - Method in class de.enough.polish.ui.ChoiceGroup
Gets a boolean value indicating whether this element is selected.
isSelected - Variable in class de.enough.polish.ui.ChoiceItem
determines whether this item is currently selected
isSelected(int) - Method in class de.enough.polish.ui.FakeChoiceGroupCustomItem
Gets a boolean value indicating whether this element is selected.
isSelected(int) - Method in class de.enough.polish.ui.FilteredChoiceGroup
 
isSelected(int) - Method in class de.enough.polish.ui.FilteredList
 
isSelected(int) - Method in class de.enough.polish.ui.List
Gets a boolean value indicating whether this element is selected.
isSelected(int, int) - Method in class de.enough.polish.ui.TabbedList
Gets a boolean value indicating whether this element is selected.
isSelectedCustom() - Method in class de.enough.polish.predictive.array.ArrayTextElement
 
isSelectedCustom() - Method in class de.enough.polish.predictive.TextElement
 
isSelectedCustom() - Method in class de.enough.polish.predictive.trie.TrieTextElement
 
isSequentialTraversal - Variable in class de.enough.polish.ui.ContainerView
 
isShift() - Method in class de.enough.polish.ui.keyboard.Keyboard
Returns true if shift is activated
isShown() - Method in class de.enough.polish.android.lcdui.Canvas
Checks if the Displayable is actually visible on the display.
isShown() - Method in class de.enough.polish.blackberry.ui.BaseScreen
Determines whether this screen is shown
isShown - Variable in class de.enough.polish.doja.ui.Displayable
 
isShown() - Method in class de.enough.polish.doja.ui.Displayable
Checks if the Displayable is actually visible on the display.
isShown() - Method in class de.enough.polish.ui.Canvas
Determines whether this canvas is currently being shown.
isShown() - Method in interface de.enough.polish.ui.Displayable
Checks if the Displayable is actually visible on the display.
isShown - Variable in class de.enough.polish.ui.FakeCustomItem
 
isShown - Variable in class de.enough.polish.ui.Item
 
isShowTextInTitle - Variable in class de.enough.polish.ui.containerviews.CoverFlowContainerView
 
isShowTextInTitle - Variable in class de.enough.polish.ui.containerviews.FishEyeContainerView
 
isShowTextInTitle - Variable in class de.enough.polish.ui.containerviews.RemoveTextContainerView
 
isSnapshotInProgress() - Method in class de.enough.polish.ui.SnapshotScreen
Determines whether a snapshot is currently made
isSoftKey(int) - Method in class de.enough.polish.ui.Display
Determines if the given keycode belongs to a softkey
isSoftKey(int, int) - Method in class de.enough.polish.ui.Display
Determines if the given keycode belongs to a soft key
isSoftKey(int) - Method in class de.enough.polish.ui.Screen
Determines if the given keycode belongs to a softkey
isSoftKey(int, int) - Method in class de.enough.polish.ui.Screen
Determines if the given keycode belongs to a soft key
isSoftKey(int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key code is a soft key for the given screen.
isSoftKey(int, int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key code is a soft key for the given screen.
isSoftKey(int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key code is the middle soft key for the given screen.
isSoftKey(int, int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key code is a soft key for the given screen.
isSoftKeyboadShown() - Method in class de.enough.polish.android.midlet.MidletBridge
Determines whether the softkeyboard is currently shown
isSoftKeyboardShown() - Static method in class de.enough.polish.util.DeviceControl
Checks is a virtual keyboard is currently shown.
isSoftKeyLeft(int, int) - Method in class de.enough.polish.ui.Display
Checks if the given keycode is the left softkey
isSoftKeyLeft(int, int) - Method in class de.enough.polish.ui.Screen
Checks if the given keycode is the left softkey
isSoftKeyLeft(int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key code is the left soft key for the given screen.
isSoftKeyLeft(int, int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key code is the left soft key for the given screen.
isSoftKeyLeft(int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key code is the left soft key for the given screen.
isSoftKeyLeft(int, int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key code is the left soft key for the given screen.
isSoftKeyMiddle(int, int) - Method in class de.enough.polish.ui.Display
Checks if the given keycode is the middle softkey
isSoftKeyMiddle(int, int) - Method in class de.enough.polish.ui.Screen
Checks if the given keycode is the middle softkey
isSoftKeyMiddle(int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key code is the middle soft key for the given screen.
isSoftKeyMiddle(int, int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key code is the middle soft key for the given screen.
isSoftKeyMiddle(int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key code is the middle soft key for the given screen.
isSoftKeyMiddle(int, int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key code is the middle soft key for the given screen.
isSoftKeyPressed - Variable in class de.enough.polish.ui.MenuBar
 
isSoftKeyRight(int, int) - Method in class de.enough.polish.ui.Display
Checks if the given keycode is the right softkey
isSoftKeyRight(int, int) - Method in class de.enough.polish.ui.Screen
Checks if the given keycode is the right softkey
isSoftKeyRight(int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key code is the right soft key for the given screen.
isSoftKeyRight(int, int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key code is the right soft key for the given screen.
isSoftKeyRight(int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key code is the right soft key for the given screen.
isSoftKeyRight(int, int, Screen) - Static method in class de.enough.polish.ui.UiAccess
Determines whether the given key code is the right soft key for the given screen.
isSpeedAndCourseRequired() - Method in class de.enough.polish.android.location.Criteria
Returns whether the location provider should be able to determine speed and course.
isString(int) - Method in class de.enough.polish.predictive.TextBuilder
Returns true, if the element at offset from the current element index is a character or a TrieReader
isString() - Method in class de.enough.polish.predictive.TextElement
 
isStyleInitialised - Variable in class de.enough.polish.ui.FakeCustomItem
Determines whether the style has be dynamically assigned already.
isStyleInitialised - Variable in class de.enough.polish.ui.Item
Determines whether the style has be dynamically assigned already.
isSupportedArrayElement(int, int) - Method in class de.enough.polish.android.pim.enough.AbstractPIMList
 
isSupportedArrayElement(int, int) - Method in interface de.enough.polish.android.pim.PIMList
Indicates whether or not the given element in a array is supported for the indicated field in this PIM list.
isSupportedAttribute(int, int) - Method in class de.enough.polish.android.pim.enough.AbstractPIMList
 
isSupportedAttribute(int, int) - Method in interface de.enough.polish.android.pim.PIMList
Indicates whether or not the given attribute is supported in this PIM list for the indicated field.
isSupportedAudioType(String, String) - Static method in class de.enough.polish.multimedia.AudioPlayer
Determines whether the given audio format is supported by this device for the specified protocol.
isSupportedField(int) - Method in class de.enough.polish.android.pim.enough.AbstractPIMList
 
isSupportedField(int) - Method in interface de.enough.polish.android.pim.PIMList
Indicates whether or not the given field is supported in this PIM list.
isSuppressCommands() - Method in class de.enough.polish.ui.FakeTextFieldCustomItem
Checks if commands are currently suppressed by this TextField.
isSuppressCommands() - Method in class de.enough.polish.ui.TextField
Checks if commands are currently suppressed by this TextField.
isTextInitializationRequired - Variable in class de.enough.polish.ui.StringItem
 
isTextSensitive - Variable in class de.enough.polish.ui.TextEffect
Specifies if this effect needs a lot of texte dependent resources or processing power.
isTextVisible - Variable in class de.enough.polish.ui.FakeIconCustomItem
 
isTextVisible() - Method in class de.enough.polish.ui.FakeIconCustomItem
Determines if the text of this icon item is visible
isTextVisible - Variable in class de.enough.polish.ui.IconItem
 
isTextVisible() - Method in class de.enough.polish.ui.IconItem
Determines if the text of this icon item is visible
isTransparent() - Method in class de.enough.polish.blackberry.ui.BackgroundWrapper
 
isTransparent() - Method in class de.enough.polish.ui.Color
Determines whether this color represents transparent.
isTrustedDevice() - Method in class de.enough.polish.android.bluetooth.RemoteDevice
Determines if this is a trusted device according to the BCC.
isUnderlined() - Method in class de.enough.polish.android.lcdui.Font
Returns true if the font is underlined.
isUnderlined() - Method in class de.enough.polish.blackberry.ui.Font
Returns true if the font is underlined.
isUnderlined() - Method in class de.enough.polish.doja.ui.Font
Returns true if the font is underlined.
isUneditable - Variable in class de.enough.polish.ui.FakeTextFieldCustomItem
 
isUneditable - Variable in class de.enough.polish.ui.TextField
 
isValid() - Method in class de.enough.polish.android.location.Location
Returns whether this Location instance represents a valid location with coordinates or an invalid one where all the data, especially the latitude and longitude coordinates, may not be present.
isValid(Item, Style) - Method in class de.enough.polish.ui.clockviews.BinaryTextClockView
 
isValid(Item, Style) - Method in class de.enough.polish.ui.ContainerView
 
isValid(Item, Style) - Method in class de.enough.polish.ui.containerviews.CenterNavigationContainerView
 
isValid(Item, Style) - Method in class de.enough.polish.ui.containerviews.ExclusiveSingleLineView
 
isValid(Item, Style) - Method in class de.enough.polish.ui.containerviews.HorizontalChoiceView
 
isValid(Item, Style) - Method in class de.enough.polish.ui.containerviews.HorizontalGrayOutContainerView
 
isValid(Item, Style) - Method in class de.enough.polish.ui.gaugeviews.CyclingIconsGaugeView
Determines whether this view is valid for the given item.
isValid(Item, Style) - Method in class de.enough.polish.ui.gaugeviews.CyclingSpheresGaugeView
Determines whether this view is valid for the given item.
isValid(Item, Style) - Method in class de.enough.polish.ui.gaugeviews.HorizontalIconsGaugeView
Determines whether this view is valid for the given item.
isValid(Item, Style) - Method in class de.enough.polish.ui.gaugeviews.HorizontalSpheresGaugeView
Determines whether this view is valid for the given item.
isValid(Item, Style) - Method in class de.enough.polish.ui.gaugeviews.RecLineGaugeView
Determines whether this view is valid for the given item.
isValid(Item, Style) - Method in class de.enough.polish.ui.gaugeviews.RotatingArcsGaugeView
Determines whether this view is valid for the given item.
isValid(Item, Style) - Method in class de.enough.polish.ui.gaugeviews.RotatingCirclesGaugeView
Determines whether this view is valid for the given item.
isValid(Item, Style) - Method in class de.enough.polish.ui.gaugeviews.TachometerGaugeView
Determines whether this view is valid for the given item.
isValid(Item, Style) - Method in class de.enough.polish.ui.ItemView
Implementation that are valid only for specific item classes can override this method so that they cannot be accidently attached to unsupported classes.
isValidInput(char, int, String) - Method in class de.enough.polish.ui.FakeTextFieldCustomItem
 
isValidInput(char, int, String) - Method in class de.enough.polish.ui.TextField
 
isValidPixel(int, int) - Method in class de.enough.polish.util.BitMapFontViewer
 
isVertical - Variable in class de.enough.polish.ui.ContainerView
 
isVibrateSupported() - Static method in class de.enough.polish.util.DeviceControl
Checks if vibration can be controlled by the application
isVirtualContainer() - Method in class de.enough.polish.ui.ContainerView
Checks if this view is a virtual container.
isVisible() - Method in class de.enough.polish.ui.FakeCustomItem
Gets the visible status of this item.
isVisible - Variable in class de.enough.polish.ui.game.Layer
 
isVisible() - Method in class de.enough.polish.ui.game.Layer
Gets the visibility of this Layer.
isVisible() - Method in class de.enough.polish.ui.Item
Gets the visible status of this item.
isVisible() - Static method in class de.enough.polish.ui.ScreenInfo
Determines whether the ScreenInfo object should be painted.
isVisible - Variable in class de.enough.polish.ui.ScrollBar
 
isVisible(Item) - Static method in class de.enough.polish.ui.UiAccess
Gets the visible status of the specified item.
isVisible(List, int) - Static method in class de.enough.polish.ui.UiAccess
Gets the visible status of the specified list-item.
isVisible(Item) - Static method in class de.enough.polish.ui.UiAccess
Gets the visible status of the specified item.
isVisible(List, int) - Static method in class de.enough.polish.ui.UiAccess
Gets the visible status of the specified list-item.
isWhitespace() - Method in class de.enough.polish.xml.XmlPullParser
 
isWordFound() - Method in class de.enough.polish.predictive.array.ArrayTextElement
 
isWordFound() - Method in class de.enough.polish.predictive.PredictiveReader
 
isWordFound() - Method in class de.enough.polish.predictive.TextElement
 
isWordFound() - Method in class de.enough.polish.predictive.trie.TrieTextElement
 
isWorking() - Method in class de.enough.polish.browser.Browser
 
ITEM - Static variable in class de.enough.polish.android.lcdui.Command
With this command type the application can hint to the implementation that the command is specific to the items of the Screen or the elements of a Choice.
ITEM - Static variable in class de.enough.polish.doja.ui.Command
With this command type the application can hint to the implementation that the command is specific to the items of the Screen or the elements of a Choice.
ITEM - Static variable in class de.enough.polish.ui.Command
With this command type the application can hint to the implementation that the command is specific to the items of the Screen or the elements of a Choice.
Item - Class in de.enough.polish.ui
A superclass for components that can be added to a Form.
Item() - Constructor for class de.enough.polish.ui.Item
Convenience constructor.
Item(Style) - Constructor for class de.enough.polish.ui.Item
Convenience constructor.
Item(String, int) - Constructor for class de.enough.polish.ui.Item
Convenience constructor.
Item(String, int, int, Style) - Constructor for class de.enough.polish.ui.Item
Creates a new Item.
item - Static variable in class de.enough.polish.ui.ScreenInfo
 
itemCommandListener - Variable in class de.enough.polish.ui.FakeCustomItem
 
itemCommandListener - Variable in class de.enough.polish.ui.Item
 
ItemCommandListener - Interface in de.enough.polish.ui
A listener type for receiving notification of commands that have been invoked on Item objects.
ItemCreator - Interface in de.enough.polish.io.file
Creates items for a UiFileSystemTreeModel
itemCreator - Variable in class de.enough.polish.io.file.UiFileSystemTreeModel
 
itemHeight - Variable in class de.enough.polish.ui.FakeCustomItem
the height of this item - only for read access
itemHeight - Variable in class de.enough.polish.ui.Item
the height of this item - only for read access
ItemPreinit - Class in de.enough.polish.util
 
ItemPreinit() - Constructor for class de.enough.polish.util.ItemPreinit
 
items() - Method in class de.enough.polish.android.pim.enough.ContactDao
 
items(ContactImpl) - Method in class de.enough.polish.android.pim.enough.ContactDao
 
items(String) - Method in class de.enough.polish.android.pim.enough.ContactDao
 
items() - Method in class de.enough.polish.android.pim.enough.ContactListImpl
 
items(PIMItem) - Method in class de.enough.polish.android.pim.enough.ContactListImpl
 
items(String) - Method in class de.enough.polish.android.pim.enough.ContactListImpl
 
items(int, long, long, boolean) - Method in interface de.enough.polish.android.pim.EventList
Return an enumeration of all the Events where at least one of the Event's occurrences falls in the specified range from startDate to endDate inclusive.
items() - Method in interface de.enough.polish.android.pim.PIMList
Return an Enumeration of all items in the list.
items(PIMItem) - Method in interface de.enough.polish.android.pim.PIMList
Return an Enumeration of all items in the list that contain fields that match all of those fields specified in the given matching item.
items(String) - Method in interface de.enough.polish.android.pim.PIMList
Return an Enumeration of all items in the list that contain at least one String field data value that matches the string value provided.
items(int, long, long) - Method in interface de.enough.polish.android.pim.ToDoList
Return an enumeration of all the ToDos in the list where the value of the specified date field falls in the range from startDate to endDate inclusive.
itemsByCategory(String) - Method in class de.enough.polish.android.pim.enough.ContactDao
 
itemsByCategory(String) - Method in class de.enough.polish.android.pim.enough.ContactListImpl
 
itemsByCategory(String) - Method in interface de.enough.polish.android.pim.PIMList
Returns an enumeration of all items in the PIM list that match the provided category.
ItemScreenChangeAnimation - Class in de.enough.polish.ui.screenanimations
Just animates content parts of two different screens rather than the complete screen.
ItemScreenChangeAnimation() - Constructor for class de.enough.polish.ui.screenanimations.ItemScreenChangeAnimation
Creates a new item screen transition.
itemsList - Variable in class de.enough.polish.ui.Container
 
itemsList - Variable in class de.enough.polish.ui.FakeContainerCustomItem
 
itemStateChanged(Item) - Method in class de.enough.polish.ui.FilteredList
 
itemStateChanged(Item) - Method in interface de.enough.polish.ui.ItemStateListener
Called when internal state of an Item has been changed by the user.
itemStateChanged(Item) - Method in class de.enough.polish.video.control.VolumeControlItem
 
ItemStateListener - Interface in de.enough.polish.ui
This interface is used by applications which need to receive events that indicate changes in the internal state of the interactive items within a Form screen.
itemStateListener - Variable in class de.enough.polish.ui.Screen
 
itemStyle - Variable in class de.enough.polish.ui.Container
 
itemStyle - Variable in class de.enough.polish.ui.FakeContainerCustomItem
 
ItemTransition - Class in de.enough.polish.ui
Provides a transition from one item to another item
ItemTransition() - Constructor for class de.enough.polish.ui.ItemTransition
Creates a new instance of this transition.
ItemView - Class in de.enough.polish.ui
An item view can take over the rendering of an item.
ItemView() - Constructor for class de.enough.polish.ui.ItemView
 
itemWidth - Variable in class de.enough.polish.ui.FakeCustomItem
the width of this item - only for read access
itemWidth - Variable in class de.enough.polish.ui.Item
the width of this item - only for read access
Iterator<K> - Interface in de.enough.polish.util
Is used to traverse through maps and lists.
iterator(Object) - Static method in class de.enough.polish.util.IteratorUtil
 
IteratorUtil - Class in de.enough.polish.util
Is used to traverse through maps and lists.
IteratorUtil() - Constructor for class de.enough.polish.util.IteratorUtil
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _