|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object tvbrowser.ui.mainframe.actions.TVBrowserActions
public final class TVBrowserActions
common TV-Browser actions
Field Summary | |
---|---|
static TVBrowserAction |
columnWidthDefault
set column width to default size |
static TVBrowserAction |
columnWidthDefaultNumPad
set column width to default size |
static TVBrowserAction |
columnWidthLarger
increase program table column width |
static TVBrowserAction |
columnWidthLargerNumPad
increase program table column width |
static TVBrowserAction |
columnWidthSmaller
decrease program table column width |
static TVBrowserAction |
columnWidthSmallerNumPad
decrease program table column width |
static TVBrowserAction |
configureChannels
configure channels action |
static TVBrowserAction |
filter
show filter popup menu |
static TVBrowserAction |
fontSizeDefault
set program table font size to default |
static TVBrowserAction |
fontSizeDefaultNumPad
set program table font size to default |
static TVBrowserAction |
fontSizeLarger
increase program table font size |
static TVBrowserAction |
fontSizeLargerNumPad
|
static TVBrowserAction |
fontSizeSmaller
decrease program table font size |
static TVBrowserAction |
fontSizeSmallerNumPad
decrease program table font size |
static TVBrowserAction |
fullScreen
switch full screen action |
static TVBrowserAction |
goToDate
scroll to date (popup menu) action |
static TVBrowserAction |
goToNextDay
next day action |
static TVBrowserAction |
goToNextWeek
next week action |
static TVBrowserAction |
goToPreviousDay
previous day action |
static TVBrowserAction |
goToPreviousWeek
previous week action |
static TVBrowserAction |
goToToday
today action |
static TVBrowserAction |
pluginView
show/hide plugin view action |
static TVBrowserAction |
scrollToChannel
scroll to channel (popup menu) action |
static TVBrowserAction |
scrollToNow
scroll to now action |
static TVBrowserAction |
scrollToTime
scroll to time (popup menu) action |
static TVBrowserAction |
settings
open settings dialog |
static TVBrowserUpdateAction |
update
start/stop data update |
Constructor Summary | |
---|---|
TVBrowserActions()
|
Method Summary | |
---|---|
static java.util.List<TVBrowserAction> |
getActions()
|
static void |
register(TVBrowserAction tvBrowserAction)
register this action, so we can iterate over all actions later |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TVBrowserAction fontSizeLarger
public static final TVBrowserAction fontSizeLargerNumPad
public static final TVBrowserAction fontSizeSmaller
public static final TVBrowserAction fontSizeSmallerNumPad
public static final TVBrowserAction fontSizeDefault
public static final TVBrowserAction fontSizeDefaultNumPad
public static final TVBrowserAction columnWidthLarger
public static final TVBrowserAction columnWidthLargerNumPad
public static final TVBrowserAction columnWidthSmaller
public static final TVBrowserAction columnWidthSmallerNumPad
public static final TVBrowserAction columnWidthDefault
public static final TVBrowserAction columnWidthDefaultNumPad
public static final TVBrowserUpdateAction update
public static final TVBrowserAction settings
public static final TVBrowserAction filter
public static final TVBrowserAction pluginView
public static final TVBrowserAction scrollToNow
public static final TVBrowserAction goToPreviousDay
public static final TVBrowserAction goToToday
public static final TVBrowserAction goToNextDay
public static final TVBrowserAction goToPreviousWeek
public static final TVBrowserAction goToNextWeek
public static final TVBrowserAction goToDate
public static final TVBrowserAction scrollToChannel
public static final TVBrowserAction scrollToTime
public static final TVBrowserAction fullScreen
public static final TVBrowserAction configureChannels
Constructor Detail |
---|
public TVBrowserActions()
Method Detail |
---|
public static void register(TVBrowserAction tvBrowserAction)
tvBrowserAction
- public static java.util.List<TVBrowserAction> getActions()
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |