|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Component | |
|---|---|
| org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
| org.apache.pivot.wtk.content | Contains classes representing component data, such as list items or table rows. |
| org.apache.pivot.wtk.effects | Contains classes supporting visual effects such as blurs, reflections, and drop shadows. |
| org.apache.pivot.wtk.skin | Contains common skins and abstract base classes for theme-specific skins. |
| org.apache.pivot.wtk.text | Contains classes representing a text object model. |
| Uses of Component in org.apache.pivot.wtk |
|---|
| Subclasses of Component in org.apache.pivot.wtk | |
|---|---|
class |
Accordion
Component that provides access to a set of components via selectable headers. |
class |
ActivityIndicator
Component representing an activity indicator. |
class |
Alert
Class representing an "alert", a dialog commonly used to facilitate simple user interaction. |
class |
Border
Container that displays a border. |
class |
BoxPane
Container that arranges components in a line, either vertically or horizontally. |
class |
Button
Abstract base class for button components. |
class |
Calendar
Component that allows the user to select a date. |
class |
CalendarButton
A component that allows a user to select a calendar date. |
class |
CardPane
Container that behaves like a deck of cards, only one of which may be visible at a time. |
class |
Checkbox
Component representing a checkbox. |
class |
ColorChooser
Component that allows the user to select a color. |
class |
ColorChooserButton
A component that allows a user to select a color. |
class |
Container
Abstract base class for containers. |
class |
Dialog
Window class whose primary purpose is to facilitate interaction between an application and a user. |
class |
Display
Container that serves as the root of a component hierarchy. |
class |
Expander
Navigation container that allows a user to expand and collapse a content component. |
class |
FileBrowser
Component representing a file browser. |
class |
FileBrowserSheet
File browser sheet. |
class |
FillPane
Container that fills it space and then arranges components in a line, either vertically or horizontally. |
class |
FlowPane
Container that arranges components in a horizontal line, wrapping when contents don't fit on a single line. |
class |
Form
A container that arranges field components in a form layout. |
class |
Frame
Container class representing a decorated frame window. |
class |
GridPane
Container that arranges components in a two-dimensional grid, where every cell is the same size. |
static class |
GridPane.Filler
Component that can be used as filler for empty cells. |
class |
ImageView
Component that displays an image. |
class |
Label
Component that displays a string of text. |
class |
LinkButton
Button component that resembles an HTML hyperlink. |
class |
ListButton
Component that allows a user to select one of several list options. |
class |
ListView
Component that displays a sequence of items, optionally allowing a user to select or check one or more items. |
class |
Menu
Component that presents a cascading menu. |
static class |
Menu.Item
Component representing a menu item. |
class |
MenuBar
Component representing a menu bar. |
static class |
MenuBar.Item
Component representing a menu bar item. |
class |
MenuButton
Component that allows a user to select one of several menu options. |
class |
MenuPopup
Popup class that displays a cascading menu. |
class |
Meter
Component that displays progress information. |
class |
MovieView
Component that plays a movie. |
class |
Palette
Window representing a "tool palette". |
class |
Panel
Simple container that performs no layout. |
class |
Panorama
Container that provides a scrollable view of a component. |
class |
Prompt
Class representing a "prompt", a sheet commonly used to facilitate simple user interaction. |
class |
PushButton
Component representing a push button. |
class |
RadioButton
Component representing a "radio button". |
class |
Rollup
Container that can be expanded or collapsed to respectively show or hide its content. |
class |
ScrollBar
Component that allows a user to select one of a range of values. |
class |
ScrollPane
Container that provides a scrollable view of a component, with optional fixed row and column headers. |
static class |
ScrollPane.Corner
Component class representing the components that will get placed in the corners of a ScrollPane. |
class |
Separator
Component representing a horizontal divider. |
class |
Sheet
Window class representing a "sheet". |
class |
Slider
Allows a user to select one of a range of values. |
class |
Spinner
Component that presents a means of cycling through a list of items. |
class |
SplitPane
A SplitPane is a container component that splits its size up into two regions, each of which is capable of holding one component. |
class |
StackPane
Container that behaves like a stack of transparencies, all of which are visible at the same time. |
class |
SuggestionPopup
Popup that presents a list of text suggestions to the user. |
class |
TablePane
Container that arranges components in a two-dimensional grid, optionally spanning multiple rows and columns, much like an HTML <table> element. |
static class |
TablePane.Filler
Component that can be used as filler for empty cells. |
class |
TableView
Component that displays a sequence of rows partitioned into columns, optionally allowing a user to select one or more rows. |
class |
TableViewHeader
Component representing a table view header. |
class |
TabPane
Container that provides access to a set of components via selectable tabs, only one of which is visible at a time. |
class |
TextArea
A component that allows a user to enter multiple lines of unformatted text. |
class |
TextInput
A component that allows a user to enter a single line of unformatted text. |
class |
TextPane
Component that allows a user to enter and edit multiple lines of (optionally formatted) text. |
class |
Tooltip
Window representing a "tooltip". |
class |
TreeView
Class that displays a hierarchical data structure, allowing a user to select one or more paths. |
class |
Viewport
Abstract base class for viewport components. |
class |
Window
Top-level container representing the entry point into a user interface. |
| Fields in org.apache.pivot.wtk with type parameters of type Component | |
|---|---|
protected org.apache.pivot.collections.HashMap<Class<? extends Component>,Class<? extends Skin>> |
Theme.componentSkinMap
|
| Methods in org.apache.pivot.wtk that return Component | |
|---|---|
Component |
Form.Section.get(int index)
|
Component |
TabPane.TabSequence.get(int index)
|
Component |
Container.get(int index)
|
Component |
TablePane.Row.get(int index)
|
Component |
GridPane.Row.get(int index)
|
Component |
Accordion.PanelSequence.get(int index)
|
static Component |
Automation.get(String automationID)
|
Component |
Prompt.getBody()
|
Component |
Alert.getBody()
|
Component |
SplitPane.getBottom()
|
Component |
SplitPane.getBottomRight()
|
static Component |
Mouse.getCapturer()
Returns the mouse capturer. |
Component |
TablePane.getCellComponent(int rowIndex,
int columnIndex)
Gets the component at the specified cell in this table pane. |
Component |
GridPane.getCellComponent(int rowIndex,
int columnIndex)
Gets the component at the specified cell in this grid pane. |
Component |
ScrollPane.getColumnHeader()
|
Component |
Skin.getComponent()
Returns the component with which a skin is associated. |
Component |
Container.getComponentAt(int x,
int y)
|
Component |
Border.getContent()
Returns the border's content component. |
Component |
Rollup.getContent()
|
Component |
Window.getContent()
|
Component |
Expander.getContent()
|
Component |
ScrollPane.getCorner()
|
Component |
TabPane.getCorner()
|
Component |
Container.getDescendantAt(int x,
int y)
|
Component |
Window.getFocusDescendant()
Returns the window descendant to which focus will be restored when this window is moved to the front. |
static Component |
Component.getFocusedComponent()
Returns the currently focused component. |
Component |
Rollup.getHeading()
|
Component |
SplitPane.getLeft()
|
Component |
Container.getNamedComponent(String name)
|
Component |
FocusTraversalPolicy.getNextComponent(Container container,
Component component,
FocusTraversalDirection direction)
Returns the next focus destination according to this traversal policy. |
Component |
SplitPane.getRight()
|
Component |
ScrollPane.getRowHeader()
|
Component |
CardPane.getSelectedCard()
|
Component |
Accordion.getSelectedPanel()
|
Component |
TabPane.getSelectedTab()
|
Component |
SplitPane.getTop()
|
Component |
SplitPane.getTopLeft()
|
Component |
Viewport.getView()
|
Component |
Container.transferFocus(Component component,
FocusTraversalDirection direction)
Transfers focus to the next focusable component. |
Component |
Component.transferFocus(FocusTraversalDirection direction)
Transfers focus to the next focusable component. |
Component |
Form.Section.update(int index,
Component field)
|
Component |
TabPane.TabSequence.update(int index,
Component tab)
|
Component |
Container.update(int index,
Component component)
|
Component |
TablePane.Row.update(int index,
Component component)
|
Component |
GridPane.Row.update(int index,
Component component)
|
Component |
Accordion.PanelSequence.update(int index,
Component panel)
|
Component |
Prompt.OptionSequence.update(int index,
Object option)
|
Component |
Alert.OptionSequence.update(int index,
Object option)
|
| Methods in org.apache.pivot.wtk that return types with arguments of type Component | |
|---|---|
static org.apache.pivot.collections.Map<Class<? extends Component>,org.apache.pivot.collections.Map<String,?>> |
Component.getTypedStyles()
Returns the typed style dictionary. |
Iterator<Component> |
Form.Section.iterator()
|
Iterator<Component> |
TabPane.TabSequence.iterator()
|
Iterator<Component> |
Container.iterator()
|
Iterator<Component> |
TablePane.Row.iterator()
|
Iterator<Component> |
GridPane.Row.iterator()
|
Iterator<Component> |
Accordion.PanelSequence.iterator()
|
org.apache.pivot.collections.Sequence<Component> |
Border.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
ScrollPane.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
Viewport.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
Form.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
Form.Section.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
MenuBar.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
SplitPane.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
TabPane.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
TabPane.TabSequence.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
Container.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
Menu.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
TablePane.remove(int index,
int count)
Overrides the base method to check whether or not a cell component is being removed, and fires the appropriate event in that case. |
org.apache.pivot.collections.Sequence<Component> |
TablePane.Row.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
CardPane.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
GridPane.remove(int index,
int count)
Overrides the base method to check whether or not a cell component is being removed, and fires the appropriate event in that case. |
org.apache.pivot.collections.Sequence<Component> |
GridPane.Row.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
Rollup.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
Frame.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
Window.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
Expander.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
Accordion.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
Accordion.PanelSequence.remove(int index,
int count)
|
org.apache.pivot.collections.Sequence<Component> |
Container.removeAll()
|
| Methods in org.apache.pivot.wtk with parameters of type Component | |
|---|---|
int |
Form.Section.add(Component field)
|
int |
TabPane.TabSequence.add(Component tab)
|
int |
Container.add(Component component)
|
int |
TablePane.Row.add(Component component)
|
int |
GridPane.Row.add(Component component)
|
int |
Accordion.PanelSequence.add(Component panel)
|
protected static void |
Automation.add(String automationID,
Component component)
|
static void |
Alert.alert(MessageType messageType,
String message,
Component body,
Window owner)
|
static void |
Alert.alert(MessageType messageType,
String message,
Component body,
Window owner,
DialogCloseListener dialogCloseListener)
|
static void |
Alert.alert(MessageType messageType,
String message,
String title,
Component body,
Window owner,
DialogCloseListener dialogCloseListener)
|
static void |
Container.assertEventDispatchThread(Component component)
|
boolean |
DragSource.beginDrag(Component component,
int x,
int y)
Called by the framework to initiate a drag operation. |
void |
AlertListener.bodyChanged(Alert alert,
Component previousBody)
Called when an alert's body has changed. |
void |
AlertListener.Adapter.bodyChanged(Alert alert,
Component previousBody)
|
void |
PromptListener.bodyChanged(Prompt prompt,
Component previousBody)
Called when a prompt's body has changed. |
void |
PromptListener.Adapter.bodyChanged(Prompt prompt,
Component previousBody)
|
void |
SplitPaneListener.bottomRightChanged(SplitPane splitPane,
Component previousBottomRight)
Called when a split pane's bottom right component has changed. |
void |
SplitPaneListener.Adapter.bottomRightChanged(SplitPane splitPane,
Component previousBottomRight)
|
static void |
Mouse.capture(Component capturer)
"Captures" the mouse, causing all mouse input to be delegated to the given component rather than propagating down the component hierarchy. |
void |
GridPaneListener.cellUpdated(GridPane.Row row,
int column,
Component previousComponent)
Called when a cell has been updated in a grid pane. |
void |
GridPaneListener.Adapter.cellUpdated(GridPane.Row row,
int column,
Component previousComponent)
|
void |
TablePaneListener.cellUpdated(TablePane.Row row,
int column,
Component previousComponent)
Called when a cell has been updated in a table pane. |
void |
TablePaneListener.Adapter.cellUpdated(TablePane.Row row,
int column,
Component previousComponent)
|
void |
Container.EDT_Checker.check(Component component)
|
void |
MenuHandler.cleanupMenuBar(Component component,
MenuBar menuBar)
Called when a component to which this handler is attached loses the focus. |
void |
MenuHandler.Adapter.cleanupMenuBar(Component component,
MenuBar menuBar)
|
static void |
Form.clearFlag(Component component)
|
void |
ScrollPaneListener.columnHeaderChanged(ScrollPane scrollPane,
Component previousColumnHeader)
Called when the scroll pane's column header changed. |
void |
ScrollPaneListener.Adapter.columnHeaderChanged(ScrollPane scrollPane,
Component previousColumnHeader)
|
void |
TablePaneAttributeListener.columnSpanChanged(TablePane tablePane,
Component component,
int previousColumnSpan)
Called when a component's column span attribute has changed. |
void |
TablePaneAttributeListener.Adapter.columnSpanChanged(TablePane tablePane,
Component component,
int previousColumnSpan)
|
boolean |
MenuHandler.configureContextMenu(Component component,
Menu menu,
int x,
int y)
Called when the user right-clicks on a component to which this handler is attached. |
boolean |
MenuHandler.Adapter.configureContextMenu(Component component,
Menu menu,
int x,
int y)
|
void |
MenuHandler.configureMenuBar(Component component,
MenuBar menuBar)
Called when a component to which this handler is attached gains the focus. |
void |
MenuHandler.Adapter.configureMenuBar(Component component,
MenuBar menuBar)
|
void |
BorderListener.contentChanged(Border border,
Component previousContent)
Called when a border's content component has changed. |
void |
BorderListener.Adapter.contentChanged(Border border,
Component previousContent)
|
void |
ExpanderListener.contentChanged(Expander expander,
Component previousContent)
Called when an expander's content component has changed. |
void |
ExpanderListener.Adapter.contentChanged(Expander expander,
Component previousContent)
|
void |
RollupListener.contentChanged(Rollup rollup,
Component previousContent)
Called when a rollup's content component changed. |
void |
RollupListener.Adapter.contentChanged(Rollup rollup,
Component previousContent)
|
void |
WindowListener.contentChanged(Window window,
Component previousContent)
Called when a window's content component has changed. |
void |
WindowListener.Adapter.contentChanged(Window window,
Component previousContent)
|
void |
ScrollPaneListener.cornerChanged(ScrollPane scrollPane,
Component previousCorner)
Called when the scroll pane's corner component changed. |
void |
ScrollPaneListener.Adapter.cornerChanged(ScrollPane scrollPane,
Component previousCorner)
|
void |
TabPaneListener.cornerChanged(TabPane tabPane,
Component previousCorner)
Called when a tab pane's corner component has changed. |
void |
TabPaneListener.Adapter.cornerChanged(TabPane tabPane,
Component previousCorner)
|
void |
ComponentListener.cursorChanged(Component component,
Cursor previousCursor)
Called when a component's cursor has changed. |
void |
ComponentListener.Adapter.cursorChanged(Component component,
Cursor previousCursor)
|
void |
ComponentDecoratorListener.decoratorInserted(Component component,
int index)
Called when a decorator has been inserted into a component's decorator sequence. |
void |
ComponentDecoratorListener.Adapter.decoratorInserted(Component component,
int index)
|
void |
ComponentDecoratorListener.decoratorsRemoved(Component component,
int index,
org.apache.pivot.collections.Sequence<Decorator> decorators)
Called when decorators have been removed from a component's decorator sequence. |
void |
ComponentDecoratorListener.Adapter.decoratorsRemoved(Component component,
int index,
org.apache.pivot.collections.Sequence<Decorator> decorators)
|
void |
ComponentDecoratorListener.decoratorUpdated(Component component,
int index,
Decorator previousDecorator)
Called when a decorator has been updated in a component's decorator sequence. |
void |
ComponentDecoratorListener.Adapter.decoratorUpdated(Component component,
int index,
Decorator previousDecorator)
|
protected void |
Container.descendantAdded(Component descendant)
|
protected void |
Display.descendantAdded(Component descendant)
|
protected void |
Container.descendantGainedFocus(Component descendant,
Component previousFocusedComponent)
|
protected void |
Frame.descendantGainedFocus(Component descendant,
Component previousFocusedComponent)
|
protected void |
Window.descendantGainedFocus(Component descendant,
Component previousFocusedComponent)
|
protected void |
Container.descendantLostFocus(Component descendant)
|
protected void |
Frame.descendantLostFocus(Component descendant)
|
protected void |
Container.descendantRemoved(Component descendant)
|
protected void |
Display.descendantRemoved(Component descendant)
|
protected void |
Window.descendantRemoved(Component descendant)
|
DropAction |
DropTarget.dragEnter(Component component,
Manifest dragContent,
int supportedDropActions,
DropAction userDropAction)
Called when the mouse first enters a drop target during a drag operation. |
void |
DropTarget.dragExit(Component component)
Called when the mouse leaves a drop target during a drag operation. |
DropAction |
DropTarget.dragMove(Component component,
Manifest dragContent,
int supportedDropActions,
int x,
int y,
DropAction userDropAction)
Called when the mouse is moved while positioned over a drop target during a drag operation. |
void |
ComponentListener.dragSourceChanged(Component component,
DragSource previousDragSource)
Called when a component's drag source has changed. |
void |
ComponentListener.Adapter.dragSourceChanged(Component component,
DragSource previousDragSource)
|
DropAction |
DropTarget.drop(Component component,
Manifest dragContent,
int supportedDropActions,
int x,
int y,
DropAction userDropAction)
Called to drop the drag content. |
void |
ComponentListener.dropTargetChanged(Component component,
DropTarget previousDropTarget)
Called when a component's drop target has changed. |
void |
ComponentListener.Adapter.dropTargetChanged(Component component,
DropTarget previousDropTarget)
|
void |
ComponentStateListener.enabledChanged(Component component)
Called when a component's enabled state has changed. |
void |
ComponentStateListener.Adapter.enabledChanged(Component component)
|
void |
DragSource.endDrag(Component component,
DropAction dropAction)
Called by the framework to terminate a drag operation. |
void |
FormAttributeListener.flagChanged(Form form,
Component field,
Form.Flag previousFlag)
Called when a field's flag attribute has changed. |
void |
FormAttributeListener.Adapter.flagChanged(Form form,
Component field,
Form.Flag previousFlag)
|
void |
ComponentStateListener.focusedChanged(Component component,
Component obverseComponent)
Called when a component's focused state has changed. |
void |
ComponentStateListener.Adapter.focusedChanged(Component component,
Component obverseComponent)
|
void |
ComponentClassListener.focusedComponentChanged(Component previousFocusedComponent)
Called when the focused component changes. |
static int |
TablePane.getColumnSpan(Component component)
|
static Form.Flag |
Form.getFlag(Component component)
|
static Object |
Accordion.getHeaderData(Component component)
|
static String |
Form.getLabel(Component component)
|
Component |
FocusTraversalPolicy.getNextComponent(Container container,
Component component,
FocusTraversalDirection direction)
Returns the next focus destination according to this traversal policy. |
static int |
TablePane.getRowSpan(Component component)
|
static Form.Section |
Form.getSection(Component component)
|
static Object |
TabPane.getTabData(Component component)
|
static String |
TabPane.getTooltipText(Component component)
|
static String |
Accordion.getTooltipText(Component component)
|
void |
AccordionAttributeListener.headerDataChanged(Accordion accordion,
Component component,
Object previousHeaderData)
Called when a panel's header data attribute has changed. |
void |
AccordionAttributeListener.Adapter.headerDataChanged(Accordion accordion,
Component component,
Object previousHeaderData)
|
void |
RollupListener.headingChanged(Rollup rollup,
Component previousHeading)
Called when a rollup's heading component changed. |
void |
RollupListener.Adapter.headingChanged(Rollup rollup,
Component previousHeading)
|
void |
ComponentListener.heightLimitsChanged(Component component,
int previousMinimumHeight,
int previousMaximumHeight)
Called when a component's preferred height limits have changed. |
void |
ComponentListener.Adapter.heightLimitsChanged(Component component,
int previousMinimumHeight,
int previousMaximumHeight)
|
int |
Form.Section.indexOf(Component field)
|
int |
TabPane.TabSequence.indexOf(Component tab)
|
int |
Container.indexOf(Component component)
|
int |
TablePane.Row.indexOf(Component component)
|
int |
GridPane.Row.indexOf(Component component)
|
int |
Accordion.PanelSequence.indexOf(Component panel)
|
void |
Form.Section.insert(Component field,
int index)
|
void |
TabPane.TabSequence.insert(Component tab,
int index)
|
void |
Container.insert(Component component,
int index)
|
void |
TablePane.Row.insert(Component component,
int index)
|
void |
CardPane.insert(Component component,
int index)
|
void |
GridPane.Row.insert(Component component,
int index)
|
void |
Display.insert(Component component,
int index)
|
void |
Accordion.PanelSequence.insert(Component panel,
int index)
|
void |
Skin.install(Component component)
Associates a skin with a component. |
boolean |
Container.isAncestor(Component component)
Tests if this container is an ancestor of a given component. |
static boolean |
Form.isRequired(Component component)
|
boolean |
ComponentKeyListener.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
Called when a key has been pressed. |
boolean |
ComponentKeyListener.Adapter.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
ComponentKeyListener.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
Called when a key has been released. |
boolean |
ComponentKeyListener.Adapter.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
ComponentKeyListener.keyTyped(Component component,
char character)
Called when a key has been typed. |
boolean |
ComponentKeyListener.Adapter.keyTyped(Component component,
char character)
|
void |
FormAttributeListener.labelChanged(Form form,
Component field,
String previousLabel)
Called when a fields's label attribute has changed. |
void |
FormAttributeListener.Adapter.labelChanged(Form form,
Component field,
String previousLabel)
|
void |
ComponentListener.locationChanged(Component component,
int previousX,
int previousY)
Called when a component's location has changed. |
void |
ComponentListener.Adapter.locationChanged(Component component,
int previousX,
int previousY)
|
void |
ComponentListener.menuHandlerChanged(Component component,
MenuHandler previousMenuHandler)
Called when a component's context menu handler has changed. |
void |
ComponentListener.Adapter.menuHandlerChanged(Component component,
MenuHandler previousMenuHandler)
|
boolean |
ComponentMouseButtonListener.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
Called when a mouse button is clicked over a component. |
boolean |
ComponentMouseButtonListener.Adapter.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
ComponentMouseButtonListener.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
Called when a mouse button is pressed over a component. |
boolean |
ComponentMouseButtonListener.Adapter.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ComponentMouseListener.mouseMove(Component component,
int x,
int y)
Called when the mouse is moved over a component. |
boolean |
ComponentMouseListener.Adapter.mouseMove(Component component,
int x,
int y)
|
void |
ComponentMouseListener.mouseOut(Component component)
Called when the mouse exits a component. |
void |
ComponentMouseListener.Adapter.mouseOut(Component component)
|
void |
ComponentMouseListener.mouseOver(Component component)
Called when the mouse enters a component. |
void |
ComponentMouseListener.Adapter.mouseOver(Component component)
|
boolean |
ComponentMouseButtonListener.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
Called when a mouse button is released over a component. |
boolean |
ComponentMouseButtonListener.Adapter.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ComponentMouseWheelListener.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
Called when the mouse wheel is scrolled over a component. |
void |
ComponentListener.nameChanged(Component component,
String previousName)
Called when a component's name has changed. |
void |
ComponentListener.Adapter.nameChanged(Component component,
String previousName)
|
void |
ComponentListener.parentChanged(Component component,
Container previousParent)
Called when a component's parent has changed (when the component is either added to or removed from a container). |
void |
ComponentListener.Adapter.parentChanged(Component component,
Container previousParent)
|
abstract void |
Action.perform(Component source)
Performs the action. |
void |
ComponentListener.preferredSizeChanged(Component component,
int previousPreferredWidth,
int previousPreferredHeight)
Called when a component's preferred size has changed. |
void |
ComponentListener.Adapter.preferredSizeChanged(Component component,
int previousPreferredWidth,
int previousPreferredHeight)
|
static void |
Prompt.prompt(MessageType messageType,
String message,
Component body,
Window owner)
|
static void |
Prompt.prompt(MessageType messageType,
String message,
Component body,
Window owner,
SheetCloseListener sheetCloseListener)
|
int |
Form.Section.remove(Component field)
|
int |
TabPane.TabSequence.remove(Component tab)
|
int |
Container.remove(Component component)
|
int |
TablePane.Row.remove(Component component)
|
int |
GridPane.Row.remove(Component component)
|
int |
Accordion.PanelSequence.remove(Component panel)
|
void |
FormAttributeListener.requiredChanged(Form form,
Component field)
Called when a fields's required attribute has changed. |
void |
FormAttributeListener.Adapter.requiredChanged(Form form,
Component field)
|
void |
ScrollPaneListener.rowHeaderChanged(ScrollPane scrollPane,
Component previousRowHeader)
Called when the scroll pane's row header changed. |
void |
ScrollPaneListener.Adapter.rowHeaderChanged(ScrollPane scrollPane,
Component previousRowHeader)
|
void |
TablePaneAttributeListener.rowSpanChanged(TablePane tablePane,
Component component,
int previousRowSpan)
Called when a component's row span attribute has changed. |
void |
TablePaneAttributeListener.Adapter.rowSpanChanged(TablePane tablePane,
Component component,
int previousRowSpan)
|
void |
Prompt.setBody(Component body)
|
void |
Alert.setBody(Component body)
|
void |
SplitPane.setBottom(Component component)
|
void |
SplitPane.setBottomRight(Component bottomRight)
|
void |
ScrollPane.setColumnHeader(Component columnHeader)
|
static void |
TablePane.setColumnSpan(Component component,
int columnSpan)
|
void |
Border.setContent(Component content)
Sets the border's content component. |
void |
Rollup.setContent(Component content)
|
void |
Window.setContent(Component content)
|
void |
Expander.setContent(Component content)
|
void |
ScrollPane.setCorner(Component corner)
|
void |
TabPane.setCorner(Component corner)
|
static void |
Mouse.setCursor(Component component)
Sets the cursor based on a given component. |
static void |
Form.setFlag(Component component,
Form.Flag flag)
|
static void |
Form.setFlag(Component component,
String flag)
|
protected void |
Component.setFocused(boolean focused,
Component obverseComponent)
Called to notify a component that its focus state has changed. |
static void |
Accordion.setHeaderData(Component component,
Object headerData)
|
void |
Rollup.setHeading(Component heading)
|
static void |
Form.setLabel(Component component,
String label)
|
void |
SplitPane.setLeft(Component component)
|
static void |
Form.setRequired(Component component,
boolean required)
|
void |
SplitPane.setRight(Component component)
|
void |
ScrollPane.setRowHeader(Component rowHeader)
|
static void |
TablePane.setRowSpan(Component component,
int rowSpan)
|
void |
TabPane.setSelectedTab(Component comp)
|
static void |
TabPane.setTabData(Component component,
Object tabData)
|
static void |
TabPane.setTooltipText(Component component,
String tooltipText)
|
static void |
Accordion.setTooltipText(Component component,
String tooltipText)
|
void |
SplitPane.setTop(Component component)
|
void |
SplitPane.setTopLeft(Component topLeft)
|
void |
Viewport.setView(Component view)
|
void |
ComponentListener.sizeChanged(Component component,
int previousWidth,
int previousHeight)
Called when a component's size has changed. |
void |
ComponentListener.Adapter.sizeChanged(Component component,
int previousWidth,
int previousHeight)
|
void |
ComponentStyleListener.styleUpdated(Component component,
String styleKey,
Object previousValue)
Called when a component style has been updated. |
void |
TabPaneAttributeListener.tabDataChanged(TabPane tabPane,
Component component,
Object previousTabData)
Called when a tab's tab data attribute has changed. |
void |
TabPaneAttributeListener.Adapter.tabDataChanged(TabPane tabPane,
Component component,
Object previousTabData)
|
void |
ComponentListener.tooltipDelayChanged(Component component,
int previousTooltipDelay)
Called when a component's tooltip delay has changed. |
void |
ComponentListener.Adapter.tooltipDelayChanged(Component component,
int previousTooltipDelay)
|
void |
AccordionAttributeListener.tooltipTextChanged(Accordion accordion,
Component component,
String previousTooltipText)
Called when a panel's tooltip text has changed. |
void |
AccordionAttributeListener.Adapter.tooltipTextChanged(Accordion accordion,
Component component,
String previousTooltipText)
|
void |
ComponentListener.tooltipTextChanged(Component component,
String previousTooltipText)
Called when a component's tooltip text has changed. |
void |
ComponentListener.Adapter.tooltipTextChanged(Component component,
String previousTooltipText)
|
void |
TabPaneAttributeListener.tooltipTextChanged(TabPane tabPane,
Component component,
String previousTooltipText)
Called when a tab's tooltipText attribute has changed. |
void |
TabPaneAttributeListener.Adapter.tooltipTextChanged(TabPane tabPane,
Component component,
String previousTooltipText)
|
void |
ComponentTooltipListener.tooltipTriggered(Component component,
int x,
int y)
Called when a tooltip has been triggered over a component. |
void |
SplitPaneListener.topLeftChanged(SplitPane splitPane,
Component previousTopLeft)
Called when a split pane's top left component has changed. |
void |
SplitPaneListener.Adapter.topLeftChanged(SplitPane splitPane,
Component previousTopLeft)
|
Component |
Container.transferFocus(Component component,
FocusTraversalDirection direction)
Transfers focus to the next focusable component. |
Component |
Form.Section.update(int index,
Component field)
|
Component |
TabPane.TabSequence.update(int index,
Component tab)
|
Component |
Container.update(int index,
Component component)
|
Component |
TablePane.Row.update(int index,
Component component)
|
Component |
GridPane.Row.update(int index,
Component component)
|
Component |
Accordion.PanelSequence.update(int index,
Component panel)
|
DropAction |
DropTarget.userDropActionChange(Component component,
Manifest dragContent,
int supportedDropActions,
int x,
int y,
DropAction userDropAction)
Called when the user drop action changes while the mouse is positioned over a drop target during a drag operation. |
void |
ComponentDataListener.valueAdded(Component component,
String key)
Called when a value has been added to a component's user data dictionary. |
void |
ComponentDataListener.Adapter.valueAdded(Component component,
String key)
|
void |
ComponentDataListener.valueRemoved(Component component,
String key,
Object value)
Called when a value has been removed from a component's user data dictionary. |
void |
ComponentDataListener.Adapter.valueRemoved(Component component,
String key,
Object value)
|
void |
ComponentDataListener.valueUpdated(Component component,
String key,
Object previousValue)
Called when a value has been updated in a component's user data dictionary. |
void |
ComponentDataListener.Adapter.valueUpdated(Component component,
String key,
Object previousValue)
|
void |
ViewportListener.viewChanged(Viewport scrollPane,
Component previousView)
Called when a viewport's view component has changed. |
void |
ViewportListener.Adapter.viewChanged(Viewport scrollPane,
Component previousView)
|
void |
ComponentListener.visibleChanged(Component component)
Called when a component's visible flag has changed. |
void |
ComponentListener.Adapter.visibleChanged(Component component)
|
void |
ComponentListener.widthLimitsChanged(Component component,
int previousMinimumWidth,
int previousMaximumWidth)
Called when a component's preferred width limits have changed. |
void |
ComponentListener.Adapter.widthLimitsChanged(Component component,
int previousMinimumWidth,
int previousMaximumWidth)
|
| Method parameters in org.apache.pivot.wtk with type arguments of type Component | |
|---|---|
void |
GridPaneListener.cellsRemoved(GridPane.Row row,
int column,
org.apache.pivot.collections.Sequence<Component> removed)
Called when cell's have been removed from a grid pane. |
void |
GridPaneListener.Adapter.cellsRemoved(GridPane.Row row,
int column,
org.apache.pivot.collections.Sequence<Component> removed)
|
void |
TablePaneListener.cellsRemoved(TablePane.Row row,
int column,
org.apache.pivot.collections.Sequence<Component> removed)
Called when cell's have been removed from a table pane. |
void |
TablePaneListener.Adapter.cellsRemoved(TablePane.Row row,
int column,
org.apache.pivot.collections.Sequence<Component> removed)
|
void |
ContainerListener.componentsRemoved(Container container,
int index,
org.apache.pivot.collections.Sequence<Component> removed)
Called when components have been removed from a container's component sequence. |
void |
ContainerListener.Adapter.componentsRemoved(Container container,
int index,
org.apache.pivot.collections.Sequence<Component> removed)
|
void |
FormListener.fieldsRemoved(Form.Section section,
int index,
org.apache.pivot.collections.Sequence<Component> fields)
Called when forms fields items have been removed. |
void |
FormListener.Adapter.fieldsRemoved(Form.Section section,
int index,
org.apache.pivot.collections.Sequence<Component> fields)
|
Class<? extends Skin> |
Theme.get(Class<? extends Component> componentClass)
Returns the skin class responsible for skinning the specified component class. |
Class<? extends Skin> |
Theme.getSkinClass(Class<? extends Component> componentClass)
|
protected void |
Component.installSkin(Class<? extends Component> componentClass)
Installs the skin for the given component class, as defined by the current theme. |
void |
AccordionListener.panelsRemoved(Accordion accordion,
int index,
org.apache.pivot.collections.Sequence<Component> removed)
Called when a panel has been removed from an accordion's panel sequence. |
void |
AccordionListener.Adapter.panelsRemoved(Accordion accordion,
int index,
org.apache.pivot.collections.Sequence<Component> removed)
|
void |
Theme.set(Class<? extends Component> componentClass,
Class<? extends Skin> skinClass)
Sets the skin class responsible for skinning the specified component class. |
void |
TabPaneListener.tabsRemoved(TabPane tabPane,
int index,
org.apache.pivot.collections.Sequence<Component> tabs)
Called when a tab has been removed from a tab pane's tab sequence. |
void |
TabPaneListener.Adapter.tabsRemoved(TabPane tabPane,
int index,
org.apache.pivot.collections.Sequence<Component> tabs)
|
| Constructors in org.apache.pivot.wtk with parameters of type Component | |
|---|---|
Alert(MessageType messageType,
String message,
org.apache.pivot.collections.Sequence<?> options,
Component body)
|
|
Alert(MessageType messageType,
String message,
org.apache.pivot.collections.Sequence<?> options,
Component body,
boolean modal)
|
|
Border(Component content)
|
|
Dialog(Component content)
|
|
Dialog(Component content,
boolean modal)
|
|
Dialog(String title,
Component content)
|
|
Dialog(String title,
Component content,
boolean modal)
|
|
Frame(Component content)
|
|
Frame(String title,
Component content)
|
|
Palette(Component content)
|
|
Palette(String title,
Component content)
|
|
Panorama(Component view)
|
|
Prompt(MessageType messageType,
String message,
org.apache.pivot.collections.Sequence<?> options,
Component body)
|
|
Rollup(boolean expanded,
Component content)
|
|
Rollup(Component content)
|
|
Sheet(Component content)
Creates a new sheet with an initial content component. |
|
SplitPane(Orientation orientation,
Component topLeft,
Component bottomRight)
|
|
Tooltip(Component content)
|
|
Window(Component content)
|
|
| Uses of Component in org.apache.pivot.wtk.content |
|---|
| Subclasses of Component in org.apache.pivot.wtk.content | |
|---|---|
class |
AccordionHeaderDataRenderer
Default accordion header data renderer. |
class |
ButtonDataRenderer
Default button data renderer. |
class |
CalendarButtonDataRenderer
Default calendar button data renderer. |
class |
LinkButtonDataRenderer
Default link button data renderer. |
class |
ListButtonColorItemRenderer
List button renderer for displaying color swatches. |
class |
ListButtonDataRenderer
Default list button data renderer. |
class |
ListViewColorItemRenderer
List view renderer for displaying color swatches. |
class |
ListViewItemEditor
Default list view item editor. |
class |
ListViewItemRenderer
Default list view item renderer. |
class |
MenuBarItemDataRenderer
Default menu bar item data renderer. |
class |
MenuButtonDataRenderer
Default menu button data renderer. |
class |
MenuItemDataRenderer
Default menu item data renderer. |
class |
SpinnerItemRenderer
Default spinner item renderer, which renders all items as strings by calling toString() on them. |
class |
TableViewBooleanCellRenderer
Default renderer for table view cells that contain boolean data. |
class |
TableViewCellRenderer
Default table cell renderer. |
class |
TableViewCheckboxCellRenderer
Default renderer for table view cells that contain boolean data. |
class |
TableViewDateCellRenderer
Default renderer for table view cells that contain date data. |
class |
TableViewFileSizeCellRenderer
Default renderer for table view cells that contain file size data. |
class |
TableViewHeaderDataRenderer
Default table view header data renderer. |
class |
TableViewImageCellRenderer
Default renderer for table view cells that contain image data. |
class |
TableViewNumberCellRenderer
Default renderer for table view cells that contain numeric data. |
class |
TableViewRowEditor
Default table view row editor. |
class |
TableViewTextAreaCellRenderer
Renders cell contents as a string using a text area (which supports line feeds, which the default label-based table view cell renderer does not). |
class |
TableViewTriStateCellRenderer
Default renderer for table view cells that contain tri-state data. |
class |
TreeViewNodeEditor
Default tree view node editor. |
class |
TreeViewNodeRenderer
Default tree node renderer, which knows how to render instances of TreeNode and Image. |
| Methods in org.apache.pivot.wtk.content that return types with arguments of type Component | |
|---|---|
org.apache.pivot.collections.Dictionary<String,Component> |
TableViewRowEditor.getCellEditors()
Gets this row editor's cell editor dictionary. |
| Uses of Component in org.apache.pivot.wtk.effects |
|---|
| Methods in org.apache.pivot.wtk.effects that return Component | |
|---|---|
Component |
FadeTransition.getComponent()
|
Component |
OverlayDecorator.getOverlay()
|
| Methods in org.apache.pivot.wtk.effects with parameters of type Component | |
|---|---|
Bounds |
BaselineDecorator.getBounds(Component component)
|
Bounds |
ShadeDecorator.getBounds(Component component)
|
Bounds |
ReflectionDecorator.getBounds(Component component)
|
Bounds |
TranslationDecorator.getBounds(Component component)
|
Bounds |
OverlayDecorator.getBounds(Component component)
|
Bounds |
ScaleDecorator.getBounds(Component component)
|
Bounds |
FadeDecorator.getBounds(Component component)
|
Bounds |
Decorator.getBounds(Component component)
Returns the bounding area of the decorator. |
Bounds |
ClipDecorator.getBounds(Component component)
|
Bounds |
SaturationDecorator.getBounds(Component component)
|
Bounds |
TagDecorator.getBounds(Component component)
|
Bounds |
WatermarkDecorator.getBounds(Component component)
|
Bounds |
BlurDecorator.getBounds(Component component)
|
Bounds |
RotationDecorator.getBounds(Component component)
Returns the bounding area of the decorator. |
Bounds |
DropShadowDecorator.getBounds(Component component)
|
Bounds |
GrayscaleDecorator.getBounds(Component component)
|
AffineTransform |
BaselineDecorator.getTransform(Component component)
|
AffineTransform |
ShadeDecorator.getTransform(Component component)
|
AffineTransform |
ReflectionDecorator.getTransform(Component component)
|
AffineTransform |
TranslationDecorator.getTransform(Component component)
|
AffineTransform |
OverlayDecorator.getTransform(Component component)
|
AffineTransform |
ScaleDecorator.getTransform(Component component)
|
AffineTransform |
FadeDecorator.getTransform(Component component)
|
AffineTransform |
Decorator.getTransform(Component component)
Returns the transformation the decorator applies to the component's coordinate space. |
AffineTransform |
ClipDecorator.getTransform(Component component)
|
AffineTransform |
SaturationDecorator.getTransform(Component component)
|
AffineTransform |
TagDecorator.getTransform(Component component)
|
AffineTransform |
WatermarkDecorator.getTransform(Component component)
|
AffineTransform |
BlurDecorator.getTransform(Component component)
|
AffineTransform |
RotationDecorator.getTransform(Component component)
Returns the transformation the decorator applies to the component's coordinate space. |
AffineTransform |
DropShadowDecorator.getTransform(Component component)
|
AffineTransform |
GrayscaleDecorator.getTransform(Component component)
|
Graphics2D |
BaselineDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
ShadeDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
ReflectionDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
TranslationDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
OverlayDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
ScaleDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
FadeDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
Decorator.prepare(Component component,
Graphics2D graphics)
Prepares the graphics context into which the component or prior decorator will paint. |
Graphics2D |
ClipDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
SaturationDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
TagDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
WatermarkDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
BlurDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
RotationDecorator.prepare(Component component,
Graphics2D graphics)
Prepares the graphics context into which the component or prior decorator will paint. |
Graphics2D |
DropShadowDecorator.prepare(Component component,
Graphics2D graphics)
|
Graphics2D |
GrayscaleDecorator.prepare(Component component,
Graphics2D graphics)
|
void |
ScaleDecorator.repaint(Component component,
int x,
int y,
int width,
int height)
|
void |
OverlayDecorator.setOverlay(Component overlay)
|
| Constructors in org.apache.pivot.wtk.effects with parameters of type Component | |
|---|---|
FadeTransition(Component component,
int duration,
int rate)
|
|
OverlayDecorator(Component overlay)
|
|
| Uses of Component in org.apache.pivot.wtk.skin |
|---|
| Subclasses of Component in org.apache.pivot.wtk.skin | |
|---|---|
class |
ColorChooserButtonSkin.ColorChooserPopup
A focusable window class used by color chooser button skins. |
| Fields in org.apache.pivot.wtk.skin declared as Component | |
|---|---|
Component |
CardPaneSkin.SelectionChangeTransition.fromCard
|
Component |
CardPaneSkin.SelectionChangeTransition.toCard
|
| Methods in org.apache.pivot.wtk.skin that return Component | |
|---|---|
Component |
ComponentSkin.getComponent()
|
Component |
WindowSkin.WindowFocusTraversalPolicy.getNextComponent(Container container,
Component component,
FocusTraversalDirection direction)
|
Component |
ContainerSkin.IndexFocusTraversalPolicy.getNextComponent(Container container,
Component component,
FocusTraversalDirection direction)
|
| Methods in org.apache.pivot.wtk.skin with parameters of type Component | |
|---|---|
void |
GridPaneSkin.cellUpdated(GridPane.Row row,
int column,
Component previousComponent)
|
void |
TablePaneSkin.cellUpdated(TablePane.Row row,
int column,
Component previousComponent)
|
void |
ScrollPaneSkin.columnHeaderChanged(ScrollPane scrollPane,
Component previousColumnHeader)
|
void |
TablePaneSkin.columnSpanChanged(TablePane tablePane,
Component component,
int previousColumnSpan)
|
void |
BorderSkin.contentChanged(Border border,
Component previousContent)
|
void |
ExpanderSkin.contentChanged(Expander expander,
Component previousContent)
|
void |
WindowSkin.contentChanged(Window window,
Component previousContent)
|
void |
ScrollPaneSkin.cornerChanged(ScrollPane scrollPane,
Component previousCorner)
|
void |
ComponentSkin.cursorChanged(Component component,
Cursor previousCursor)
|
void |
ComponentSkin.dragSourceChanged(Component component,
DragSource previousDragSource)
|
void |
ComponentSkin.dropTargetChanged(Component component,
DropTarget previousDropTarget)
|
void |
TextAreaSkin.enabledChanged(Component component)
|
void |
ComponentSkin.enabledChanged(Component component)
|
void |
TextPaneSkin.enabledChanged(Component component)
|
void |
ColorChooserButtonSkin.enabledChanged(Component component)
|
void |
MenuButtonSkin.enabledChanged(Component component)
|
void |
ListButtonSkin.enabledChanged(Component component)
|
void |
MenuBarItemSkin.enabledChanged(Component component)
|
void |
MenuItemSkin.enabledChanged(Component component)
|
void |
CalendarButtonSkin.enabledChanged(Component component)
|
void |
PushButtonSkin.enabledChanged(Component component)
|
void |
ButtonSkin.enabledChanged(Component component)
|
void |
TextAreaSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
ComponentSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
TextPaneSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
ColorChooserButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
ListButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
CalendarButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
PushButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
void |
ButtonSkin.focusedChanged(Component component,
Component obverseComponent)
|
Component |
WindowSkin.WindowFocusTraversalPolicy.getNextComponent(Container container,
Component component,
FocusTraversalDirection direction)
|
Component |
ContainerSkin.IndexFocusTraversalPolicy.getNextComponent(Container container,
Component component,
FocusTraversalDirection direction)
|
void |
ComponentSkin.heightLimitsChanged(Component component,
int previousMinimumHeight,
int previousMaximumHeight)
|
void |
WindowSkin.install(Component component)
|
void |
TextAreaSkin.install(Component component)
|
void |
BoxPaneSkin.install(Component component)
|
void |
ComponentSkin.install(Component component)
|
void |
TextPaneSkin.install(Component component)
|
void |
LabelSkin.install(Component component)
|
void |
ActivityIndicatorSkin.install(Component component)
|
void |
ExpanderSkin.install(Component component)
|
void |
ImageViewSkin.install(Component component)
|
void |
FileBrowserSkin.install(Component component)
|
void |
SeparatorSkin.install(Component component)
|
void |
ColorChooserSkin.install(Component component)
|
void |
ColorChooserButtonSkin.install(Component component)
|
void |
TablePaneSkin.install(Component component)
|
void |
CalendarSkin.install(Component component)
|
void |
MovieViewSkin.install(Component component)
|
void |
MenuButtonSkin.install(Component component)
|
void |
FillPaneSkin.install(Component component)
|
void |
ScrollPaneSkin.install(Component component)
|
void |
ListButtonSkin.install(Component component)
|
void |
MenuBarItemSkin.install(Component component)
|
void |
CardPaneSkin.install(Component component)
|
void |
MenuItemSkin.install(Component component)
|
void |
SliderSkin.install(Component component)
|
void |
RollupSkin.install(Component component)
|
void |
GridPaneSkin.install(Component component)
|
void |
DisplaySkin.install(Component component)
|
void |
BorderSkin.install(Component component)
|
void |
CalendarButtonSkin.install(Component component)
|
void |
ContainerSkin.install(Component component)
|
void |
ButtonSkin.install(Component component)
|
boolean |
TextAreaSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
ComponentSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
TAB Transfers focus forwardsTAB + SHIFT Transfers focus
backwards |
boolean |
TextPaneSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
ColorChooserButtonSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE Repaints the component to reflect the pressed
state. |
boolean |
MenuButtonSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE Repaints the component to reflect the pressed
state. |
boolean |
ScrollPaneSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
Key presses have no effect if the event has already been consumed. |
boolean |
ListButtonSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE Repaints the component to reflect the pressed
state and opens the popup. |
boolean |
CalendarButtonSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE Repaints the component to reflect the pressed
state. |
boolean |
PushButtonSkin.keyPressed(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE Repaints the component to reflect the pressed
state. |
boolean |
ComponentSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
|
boolean |
ColorChooserButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE 'presses' the button. |
boolean |
MenuButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE 'presses' the button. |
boolean |
ListButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE 'presses' the button. |
boolean |
CheckboxSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE 'presses' the button. |
boolean |
CalendarButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE 'presses' the button. |
boolean |
RadioButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE 'presses' the button. |
boolean |
PushButtonSkin.keyReleased(Component component,
int keyCode,
Keyboard.KeyLocation keyLocation)
SPACE 'presses' the button. |
boolean |
TextAreaSkin.keyTyped(Component component,
char character)
|
boolean |
ComponentSkin.keyTyped(Component component,
char character)
|
boolean |
TextPaneSkin.keyTyped(Component component,
char character)
|
boolean |
ListButtonSkin.keyTyped(Component component,
char character)
Select the next enabled list item where the first character of the rendered text matches the typed key (case insensitive). |
void |
ComponentSkin.locationChanged(Component component,
int previousX,
int previousY)
|
void |
ComponentSkin.menuHandlerChanged(Component component,
MenuHandler previousMenuHandler)
|
boolean |
LinkButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
ComponentSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
ColorChooserButtonSkin.ColorChooserPopupSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
ListButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
MenuBarItemSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
CheckboxSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
RadioButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
PushButtonSkin.mouseClick(Component component,
Mouse.Button button,
int x,
int y,
int count)
|
boolean |
TextAreaSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ComponentSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TextPaneSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ColorChooserButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ListButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuBarItemSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuItemSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
CalendarButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
PushButtonSkin.mouseDown(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TextAreaSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
ComponentSkin.mouseMove(Component component,
int x,
int y)
|
boolean |
TextPaneSkin.mouseMove(Component component,
int x,
int y)
|
void |
ComponentSkin.mouseOut(Component component)
|
void |
ColorChooserButtonSkin.mouseOut(Component component)
|
void |
MenuButtonSkin.mouseOut(Component component)
|
void |
ListButtonSkin.mouseOut(Component component)
|
void |
MenuItemSkin.mouseOut(Component component)
|
void |
CalendarButtonSkin.mouseOut(Component component)
|
void |
PushButtonSkin.mouseOut(Component component)
|
void |
ButtonSkin.mouseOut(Component component)
|
void |
ComponentSkin.mouseOver(Component component)
|
void |
MenuBarItemSkin.mouseOver(Component component)
|
void |
MenuItemSkin.mouseOver(Component component)
|
void |
ButtonSkin.mouseOver(Component component)
|
boolean |
TextAreaSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ComponentSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
TextPaneSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ColorChooserButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ListButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuBarItemSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
MenuItemSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
CalendarButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
PushButtonSkin.mouseUp(Component component,
Mouse.Button button,
int x,
int y)
|
boolean |
ComponentSkin.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
|
boolean |
ScrollPaneSkin.mouseWheel(Component component,
Mouse.ScrollType scrollType,
int scrollAmount,
int wheelRotation,
int x,
int y)
|
void |
ComponentSkin.nameChanged(Component component,
String previousName)
|
void |
ComponentSkin.parentChanged(Component component,
Container previousParent)
|
void |
ComponentSkin.preferredSizeChanged(Component component,
int previousPreferredWidth,
int previousPreferredHeight)
|
void |
ScrollPaneSkin.rowHeaderChanged(ScrollPane scrollPane,
Component previousRowHeader)
|
void |
TablePaneSkin.rowSpanChanged(TablePane tablePane,
Component component,
int previousRowSpan)
|
void |
ComponentSkin.sizeChanged(Component component,
int previousWidth,
int previousHeight)
|
void |
ComponentSkin.tooltipDelayChanged(Component component,
int previousTooltipDelay)
|
void |
ComponentSkin.tooltipTextChanged(Component component,
String previousTooltipText)
|
void |
ComponentSkin.tooltipTriggered(Component component,
int x,
int y)
|
void |
ScrollPaneSkin.viewChanged(Viewport viewport,
Component previousView)
|
void |
ComponentSkin.visibleChanged(Component component)
|
void |
ComponentSkin.widthLimitsChanged(Component component,
int previousMinimumWidth,
int previousMaximumWidth)
|
| Method parameters in org.apache.pivot.wtk.skin with type arguments of type Component | |
|---|---|
void |
GridPaneSkin.cellsRemoved(GridPane.Row row,
int column,
org.apache.pivot.collections.Sequence<Component> removed)
|
void |
TablePaneSkin.cellsRemoved(TablePane.Row row,
int column,
org.apache.pivot.collections.Sequence<Component> removed)
|
void |
CardPaneSkin.componentsRemoved(Container container,
int index,
org.apache.pivot.collections.Sequence<Component> removed)
|
void |
ContainerSkin.componentsRemoved(Container container,
int index,
org.apache.pivot.collections.Sequence<Component> removed)
|
| Uses of Component in org.apache.pivot.wtk.text |
|---|
| Methods in org.apache.pivot.wtk.text that return Component | |
|---|---|
Component |
ComponentNode.getComponent()
|
| Methods in org.apache.pivot.wtk.text with parameters of type Component | |
|---|---|
void |
ComponentNodeListener.componentChanged(ComponentNode componentNode,
Component previousComponent)
|
void |
ComponentNode.setComponent(Component component)
|
| Constructors in org.apache.pivot.wtk.text with parameters of type Component | |
|---|---|
ComponentNode(Component component)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||