⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-7.html.svn-base

📁 j2me设计的界面包
💻 SVN-BASE
📖 第 1 页 / 共 5 页
字号:
<DT><A HREF="../com/sun/lwuit/events/ActionEvent.html#getKeyEvent()"><B>getKeyEvent()</B></A> - 
Method in class com.sun.lwuit.events.<A HREF="../com/sun/lwuit/events/ActionEvent.html" title="class in com.sun.lwuit.events">ActionEvent</A>
<DD>If this event was triggered by a key press this method will return the  appropriate keycode
<DT><A HREF="../com/sun/lwuit/util/Resources.html#getL10N(java.lang.String, java.lang.String)"><B>getL10N(String, String)</B></A> - 
Method in class com.sun.lwuit.util.<A HREF="../com/sun/lwuit/util/Resources.html" title="class in com.sun.lwuit.util">Resources</A>
<DD>Returns a hashmap containing localized String key/value pairs for the given locale name
<DT><A HREF="../com/sun/lwuit/util/Resources.html#getL10NResourceNames()"><B>getL10NResourceNames()</B></A> - 
Method in class com.sun.lwuit.util.<A HREF="../com/sun/lwuit/util/Resources.html" title="class in com.sun.lwuit.util">Resources</A>
<DD>Returns the names of the localization bundles within this bundle
<DT><A HREF="../com/sun/lwuit/plaf/DefaultLookAndFeel.html#getLabelPreferredSize(com.sun.lwuit.Label)"><B>getLabelPreferredSize(Label)</B></A> - 
Method in class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/DefaultLookAndFeel.html" title="class in com.sun.lwuit.plaf">DefaultLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/plaf/LookAndFeel.html#getLabelPreferredSize(com.sun.lwuit.Label)"><B>getLabelPreferredSize(Label)</B></A> - 
Method in class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/LookAndFeel.html" title="class in com.sun.lwuit.plaf">LookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/Container.html#getLayout()"><B>getLayout()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Container.html" title="class in com.sun.lwuit">Container</A>
<DD>Returns the layout manager responsible for arranging this container
<DT><A HREF="../com/sun/lwuit/Container.html#getLayoutHeight()"><B>getLayoutHeight()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Container.html" title="class in com.sun.lwuit">Container</A>
<DD>Returns the height for layout manager purposes, this takes scrolling into consideration unlike the getWidth method.
<DT><A HREF="../com/sun/lwuit/layouts/GroupLayout.html#getLayoutStyle()"><B>getLayoutStyle()</B></A> - 
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/GroupLayout.html" title="class in com.sun.lwuit.layouts">GroupLayout</A>
<DD>Returns the LayoutStyle instance to use
<DT><A HREF="../com/sun/lwuit/Container.html#getLayoutWidth()"><B>getLayoutWidth()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Container.html" title="class in com.sun.lwuit">Container</A>
<DD>Returns the width for layout manager purposes, this takes scrolling into consideration unlike the getWidth method.
<DT><A HREF="../com/sun/lwuit/util/Log.html#getLevel()"><B>getLevel()</B></A> - 
Static method in class com.sun.lwuit.util.<A HREF="../com/sun/lwuit/util/Log.html" title="class in com.sun.lwuit.util">Log</A>
<DD>Returns the logging level for printing log details, the lower the value  the more verbose would the printouts be
<DT><A HREF="../com/sun/lwuit/TextArea.html#getLines()"><B>getLines()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextArea.html" title="class in com.sun.lwuit">TextArea</A>
<DD>Returns the number of text lines in the TextArea
<DT><A HREF="../com/sun/lwuit/list/DefaultListCellRenderer.html#getListCellRendererComponent(com.sun.lwuit.List, java.lang.Object, int, boolean)"><B>getListCellRendererComponent(List, Object, int, boolean)</B></A> - 
Method in class com.sun.lwuit.list.<A HREF="../com/sun/lwuit/list/DefaultListCellRenderer.html" title="class in com.sun.lwuit.list">DefaultListCellRenderer</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/list/ListCellRenderer.html#getListCellRendererComponent(com.sun.lwuit.List, java.lang.Object, int, boolean)"><B>getListCellRendererComponent(List, Object, int, boolean)</B></A> - 
Method in interface com.sun.lwuit.list.<A HREF="../com/sun/lwuit/list/ListCellRenderer.html" title="interface in com.sun.lwuit.list">ListCellRenderer</A>
<DD>Returns a component instance that is already set to render "value".
<DT><A HREF="../com/sun/lwuit/list/DefaultListCellRenderer.html#getListFocusComponent(com.sun.lwuit.List)"><B>getListFocusComponent(List)</B></A> - 
Method in class com.sun.lwuit.list.<A HREF="../com/sun/lwuit/list/DefaultListCellRenderer.html" title="class in com.sun.lwuit.list">DefaultListCellRenderer</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/list/ListCellRenderer.html#getListFocusComponent(com.sun.lwuit.List)"><B>getListFocusComponent(List)</B></A> - 
Method in interface com.sun.lwuit.list.<A HREF="../com/sun/lwuit/list/ListCellRenderer.html" title="interface in com.sun.lwuit.list">ListCellRenderer</A>
<DD>Rreturns a component instance that paints the list focus item.
<DT><A HREF="../com/sun/lwuit/plaf/DefaultLookAndFeel.html#getListPreferredSize(com.sun.lwuit.List)"><B>getListPreferredSize(List)</B></A> - 
Method in class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/DefaultLookAndFeel.html" title="class in com.sun.lwuit.plaf">DefaultLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/plaf/LookAndFeel.html#getListPreferredSize(com.sun.lwuit.List)"><B>getListPreferredSize(List)</B></A> - 
Method in class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/LookAndFeel.html" title="class in com.sun.lwuit.plaf">LookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/TextField.html#getLongClickDuration()"><B>getLongClickDuration()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextField.html" title="class in com.sun.lwuit">TextField</A>
<DD>The amount of time considered as a "long click" causing the long click method to be invoked.
<DT><A HREF="../com/sun/lwuit/TextField.html#getLongClickInputMode()"><B>getLongClickInputMode()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextField.html" title="class in com.sun.lwuit">TextField</A>
<DD>Returns the input mode for the ong click mode
<DT><A HREF="../com/sun/lwuit/plaf/UIManager.html#getLookAndFeel()"><B>getLookAndFeel()</B></A> - 
Method in class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/UIManager.html" title="class in com.sun.lwuit.plaf">UIManager</A>
<DD>Returns the currently installed look and feel
<DT><A HREF="../com/sun/lwuit/plaf/Style.html#getMargin(int)"><B>getMargin(int)</B></A> - 
Method in class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/Style.html" title="class in com.sun.lwuit.plaf">Style</A>
<DD>Returns the Margin
<DT><A HREF="../com/sun/lwuit/TextArea.html#getMaxSize()"><B>getMaxSize()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/TextArea.html" title="class in com.sun.lwuit">TextArea</A>
<DD>Returns the maximum size for the text area
<DT><A HREF="../com/sun/lwuit/M3G.html#getMaxTextureDimension()"><B>getMaxTextureDimension()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/M3G.html" title="class in com.sun.lwuit">M3G</A>
<DD>Returns the maximum size for a texture according to the underlying graphics engine
<DT><A HREF="../com/sun/lwuit/MediaComponent.html#getMediaTime()"><B>getMediaTime()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/MediaComponent.html" title="class in com.sun.lwuit">MediaComponent</A>
<DD>Return the duration of the media
<DT><A HREF="../com/sun/lwuit/Form.html#getMenuStyle()"><B>getMenuStyle()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Form.html" title="class in com.sun.lwuit">Form</A>
<DD>Returns the style of the menu bar
<DT><A HREF="../com/sun/lwuit/List.html#getModel()"><B>getModel()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/List.html" title="class in com.sun.lwuit">List</A>
<DD>Returns the model underlying the list
<DT><A HREF="../com/sun/lwuit/plaf/DefaultLookAndFeel.html#getMonthViewPreferredSize(com.sun.lwuit.Component)"><B>getMonthViewPreferredSize(Component)</B></A> - 
Method in class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/DefaultLookAndFeel.html" title="class in com.sun.lwuit.plaf">DefaultLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/plaf/LookAndFeel.html#getMonthViewPreferredSize(com.sun.lwuit.Component)"><B>getMonthViewPreferredSize(Component)</B></A> - 
Method in class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/LookAndFeel.html" title="class in com.sun.lwuit.plaf">LookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/animations/CommonTransitions.html#getMotion()"><B>getMotion()</B></A> - 
Method in class com.sun.lwuit.animations.<A HREF="../com/sun/lwuit/animations/CommonTransitions.html" title="class in com.sun.lwuit.animations">CommonTransitions</A>
<DD>Motion represents the physical movement within a transition, it can be replaced by the user to provide a more appropriate physical feel
<DT><A HREF="../com/sun/lwuit/Component.html#getNextFocusDown()"><B>getNextFocusDown()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Component.html" title="class in com.sun.lwuit">Component</A>
<DD>Allows us to determine which component will receive focus next when travering  with the down key
<DT><A HREF="../com/sun/lwuit/Component.html#getNextFocusRight()"><B>getNextFocusRight()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Component.html" title="class in com.sun.lwuit">Component</A>
<DD>Allows us to determine which component will receive focus next when travering  with the right key
<DT><A HREF="../com/sun/lwuit/List.html#getOrientation()"><B>getOrientation()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/List.html" title="class in com.sun.lwuit">List</A>
<DD>Returns the list orientation
<DT><A HREF="../com/sun/lwuit/plaf/Style.html#getPadding(int)"><B>getPadding(int)</B></A> - 
Method in class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/Style.html" title="class in com.sun.lwuit.plaf">Style</A>
<DD>Returns the Padding
<DT><A HREF="../com/sun/lwuit/Component.html#getParent()"><B>getParent()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Component.html" title="class in com.sun.lwuit">Component</A>
<DD>Returns the container in which this component is contained
<DT><A HREF="../com/sun/lwuit/layouts/LayoutStyle.html#getPreferredGap(com.sun.lwuit.Component, com.sun.lwuit.Component, int, int, com.sun.lwuit.Container)"><B>getPreferredGap(Component, Component, int, int, Container)</B></A> - 
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/LayoutStyle.html" title="class in com.sun.lwuit.layouts">LayoutStyle</A>
<DD>Returns the amount of space to use between two components.
<DT><A HREF="../com/sun/lwuit/Component.html#getPreferredH()"><B>getPreferredH()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Component.html" title="class in com.sun.lwuit">Component</A>
<DD>Helper method to retrieve the preferred height of the component.
<DT><A HREF="../com/sun/lwuit/Component.html#getPreferredSize()"><B>getPreferredSize()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Component.html" title="class in com.sun.lwuit">Component</A>
<DD>Returns the Component Preferred Size, there is no garuntee the Component will  be sized at its Preferred Size.
<DT><A HREF="../com/sun/lwuit/layouts/BorderLayout.html#getPreferredSize(com.sun.lwuit.Container)"><B>getPreferredSize(Container)</B></A> - 
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/BorderLayout.html" title="class in com.sun.lwuit.layouts">BorderLayout</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/layouts/BoxLayout.html#getPreferredSize(com.sun.lwuit.Container)"><B>getPreferredSize(Container)</B></A> - 
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/BoxLayout.html" title="class in com.sun.lwuit.layouts">BoxLayout</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/layouts/FlowLayout.html#getPreferredSize(com.sun.lwuit.Container)"><B>getPreferredSize(Container)</B></A> - 
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/FlowLayout.html" title="class in com.sun.lwuit.layouts">FlowLayout</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/layouts/GridLayout.html#getPreferredSize(com.sun.lwuit.Container)"><B>getPreferredSize(Container)</B></A> - 
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/GridLayout.html" title="class in com.sun.lwuit.layouts">GridLayout</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/layouts/GroupLayout.html#getPreferredSize(com.sun.lwuit.Container)"><B>getPreferredSize(Container)</B></A> - 
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/GroupLayout.html" title="class in com.sun.lwuit.layouts">GroupLayout</A>
<DD>Returns the preferred size for the specified container.
<DT><A HREF="../com/sun/lwuit/layouts/Layout.html#getPreferredSize(com.sun.lwuit.Container)"><B>getPreferredSize(Container)</B></A> - 
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/Layout.html" title="class in com.sun.lwuit.layouts">Layout</A>
<DD>Returns the container preferred size
<DT><A HREF="../com/sun/lwuit/Component.html#getPreferredW()"><B>getPreferredW()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Component.html" title="class in com.sun.lwuit">Component</A>
<DD>Helper method to retrieve the preferred width of the component.
<DT><A HREF="../com/sun/lwuit/Button.html#getPressedIcon()"><B>getPressedIcon()</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Button.html" title="class in com.sun.lwuit">Button</A>
<DD>Indicates the icon that is displayed on the button when the button is in  pressed state
<DT><A HREF="../com/sun/lwuit/ButtonGroup.html#getRadioButton(int)"><B>getRadioButton(int)</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/ButtonGroup.html" title="class in com.sun.lwuit">ButtonGroup</A>
<DD>Returns the radio button at the given group index
<DT><A HREF="../com/sun/lwuit/plaf/DefaultLookAndFeel.html#getRadioButtonPreferredSize(com.sun.lwuit.RadioButton)"><B>getRadioButtonPreferredSize(RadioButton)</B></A> - 
Method in class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/DefaultLookAndFeel.html" title="class in com.sun.lwuit.plaf">DefaultLookAndFeel</A>
<DD>&nbsp;
<DT><A HREF="../com/sun/lwuit/plaf/LookAndFeel.html#getRadioButtonPreferredSize(com.sun.lwuit.RadioButton)"><B>getRadioButtonPreferredSize(RadioButton)</B></A> - 
Method in class com.sun.lwuit.plaf.<A HREF="../com/sun/lwuit/plaf/LookAndFeel.html" title="class in com.sun.lwuit.plaf">LookAndFeel</A>
<DD>&nbsp;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -