bt747.waba_view.ui
Class FileSelect

java.lang.Object
  extended by waba.ui.Control
      extended by waba.ui.Container
          extended by waba.ui.Window
              extended by bt747.waba_view.ui.FileSelect
All Implemented Interfaces:
waba.fx.ISurface

public final class FileSelect
extends waba.ui.Window

Author:
Mario De Weerd TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 
Fields inherited from class waba.ui.Window
blockingCount, eraseBackgroundNow, HIDE_STATE, NO_BORDER, RECT_BORDER, ROUND_BORDER, TAB_BORDER, TAB_ONLY_BORDER, VK_BOTTOM, VK_HIDE, VK_SHOW, VK_TOP, zStack
 
Fields inherited from class waba.ui.Container
BORDER_LOWERED, BORDER_NONE, BORDER_RAISED, BORDER_SIMPLE, tabOrder
 
Fields inherited from class waba.ui.Control
AFTER, appId, appObj, BEFORE, BOTTOM, CENTER, clearValueInt, clearValueStr, FILL, FIT, fm, focusTraversable, highlightRectsCount, LEFT, PREFERRED, RANGE, RIGHT, SAME, TOP, uiCE, uiFlat, uiPalm, uiVista
 
Constructor Summary
FileSelect()
           
FileSelect(java.lang.String title)
           
FileSelect(java.lang.String title, byte borderStyle)
           
 
Method Summary
 java.lang.String getPath()
           
 java.lang.String getRelPath()
           
 void onEvent(waba.ui.Event event)
           
 void setCardSlot(int card)
           
 void setDirOnly(boolean b)
           
 void setPath(java.lang.String path)
           
 void setRoot(java.lang.String path)
           
 
Methods inherited from class waba.ui.Window
_doPaint, _doPaint, _postEvent, _postSoundEvent, destroyZStack, dontSaveBehind, drawHighlight, getClientRect, getClientRect, getFocus, getHighlighted, getOffScreen, getPreferredHeight, getPreferredWidth, getTopMost, isTopMost, isVisible, makeUnmovable, popupBlockingModal, popupModal, pumpEvents, setBorderStyle, setDoubleBuffer, setFocus, setHighlighted, setMenuBar, setStatePosition, setTitle, setTitleFont, swap, unpop, updateScreen, validate
 
Methods inherited from class waba.ui.Container
add, add, add, broadcastEvent, clear, findChild, getChildren, onPaint, paintChildren, remove, setEnabled, setHighlighting, swapToTopmostWindow
 
Methods inherited from class waba.ui.Control
addTimer, changeHighlighted, contains, createGraphics, getAbsoluteRect, getBackColor, getFont, getFontMetrics, getForeColor, getNext, getParent, getParentWindow, getPos, getRect, getSize, isDisplayed, isEnabled, postEvent, removeTimer, repaint, repaintNow, requestFocus, setBackColor, setBackForeColors, setFocusLess, setFont, setForeColor, setRect, setRect, setRect, setVisible, translateFromOrigin, uiStyleChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSelect

public FileSelect()

FileSelect

public FileSelect(java.lang.String title)

FileSelect

public FileSelect(java.lang.String title,
                  byte borderStyle)
Parameters:
title -
borderStyle -
Method Detail

setDirOnly

public final void setDirOnly(boolean b)

setPath

public final void setPath(java.lang.String path)

setRoot

public void setRoot(java.lang.String path)

getPath

public java.lang.String getPath()

getRelPath

public final java.lang.String getRelPath()

setCardSlot

public final void setCardSlot(int card)

onEvent

public final void onEvent(waba.ui.Event event)
Overrides:
onEvent in class waba.ui.Control