org.gnu.gnome
org.gnome.gnome.DateEdit
.public class DateEdit extends org.gnu.gtk.HBox
Constructor and Description |
---|
DateEdit(java.util.Date date,
boolean timeDisplay,
boolean use24fmt)
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
DateEdit(org.gnu.glib.Handle handle)
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(DateEditListener listener)
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
boolean |
get24HourFormat()
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
static DateEdit |
getDateEdit(org.gnu.glib.Handle handle)
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
java.lang.Class |
getEventListenerClass(java.lang.String signal)
Deprecated.
|
org.gnu.glib.EventType |
getEventType(java.lang.String signal)
Deprecated.
|
java.util.Date |
getInitialTime()
Deprecated.
|
java.util.Date |
getTime()
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
boolean |
getTimeDisplay()
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
static org.gnu.glib.Type |
getType()
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
void |
removeListener(DateEditListener listener)
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
void |
set24HourFormat(boolean enabled)
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
void |
setPopupRange(int lowHour,
int upHour)
Deprecated.
|
void |
setTime(java.util.Date date)
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
void |
setTimeDisplay(boolean enabled)
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
getHomogeneous, getSpacing, packEnd, packEnd, packStart, packStart, reorderChild, setHomogeneous, setSpacing
add, addListener, getBooleanChildProperty, getBorderWidth, getChildProperty, getChildren, getIntChildProperty, getResizeMode, remove, removeListener, resizeChildren, setBooleanChildProperty, setBorderWidth, setChildProperty, setIntChildProperty, setResizeMode
activate, addAccelerator, addEvents, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, canActivateAccel, createContext, createLayout, draw, drawArea, drawArea, finish, getAccessible, getAllocation, getCanFocus, getColormap, getContext, getData, getDisplay, getDragData, getExtensionEvents, getModifierStyle, getName, getParent, getParentWindow, getPointer, getRootWindow, getScreen, getSensitive, getStyle, getToplevel, getWidget, getWindow, grabDefault, grabFocus, hasFocus, hasScreen, hide, hideAll, highlight, highlight, intersect, isAncestor, makeWidget, modifyStyle, popColormap, pushColormap, realize, removeAccelerator, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, reparent, setBackgroundColor, setBaseColor, setCanFocus, setColormap, setDoubleBuffered, setDragDestination, setDragIcon, setDragIconPixbuf, setDragIconStock, setDragSource, setEvents, setExtensionEvents, setFont, setForegroundColor, setMinimumSize, setName, setNoDragDestination, setNoDragSource, setSensitive, setTextColor, shapeCombineMask, show, showAll, unHighlight, unHighlight
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, collect, freezeNotify, getBooleanProperty, getData, getDoubleProperty, getFloatProperty, getGObjectFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getProperty, getStringProperty, hasProperty, notify, removeEventHandler, removeListener, setBooleanProperty, setData, setDoubleProperty, setFloatProperty, setIntProperty, setJavaObjectProperty, setLongProperty, setProperty, setStringProperty, thawNotify
public DateEdit(java.util.Date date, boolean timeDisplay, boolean use24fmt)
date
- The date to which the control should be initilized.timeDisplay
- True if the time should be shown. False if the date only
should be shown.use24fmt
- True if the control should display time in the 24 hour format.
False if the 24 hour format should not be used.public DateEdit(org.gnu.glib.Handle handle)
public static DateEdit getDateEdit(org.gnu.glib.Handle handle)
public boolean get24HourFormat()
public java.util.Date getInitialTime()
public java.util.Date getTime()
public boolean getTimeDisplay()
public void setPopupRange(int lowHour, int upHour)
public void setTime(java.util.Date date)
date
- The date/time to display.public void set24HourFormat(boolean enabled)
enabled
- True if time should be shown in 24 hour format. Flase if the
date should be shown in 12 hour format.public void setTimeDisplay(boolean enabled)
enabled
- True if time should be shown. Flase if the date only should be
shown.public static org.gnu.glib.Type getType()
public void addListener(DateEditListener listener)
DateEditListener
public void removeListener(DateEditListener listener)
addListener(DateEditListener)
public java.lang.Class getEventListenerClass(java.lang.String signal)
getEventListenerClass
in class org.gnu.gtk.Container
public org.gnu.glib.EventType getEventType(java.lang.String signal)
getEventType
in class org.gnu.gtk.Container